Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typeorm/typeorm

ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
https://github.com/typeorm/typeorm

Add named tables & columns to lazy-relations entities

d81c1fcf22dc4bb0b2d1068b8f3d3bf0e6b77d7f authored over 7 years ago
Fix for issue #770 and add test

Fix issue about unique constraint creation #770 and add test

f6a5419c4d08019c96ccfd223b6b2acae8b483c9 authored over 7 years ago
Add test for #833 and #834

Add tests for index creation and modification

c35e4ba15cbe819279f90d57ed352fb14bb503e0 authored over 7 years ago
Fixes for #833 and #834 in SchemaBuilder

Add conditions on drop index for uniqueness and column changes
Fix order of promises so that all...

ac391c3972f34b3157ca7bbe4d5ca56cdbde39d9 authored over 7 years ago
Fixes in db drivers for index support (issues #833, #834)

Fix uniquess and column ordering in MySql, Postgres, Sqlite, SqlServer

92215cf91a9db96f49da54906ab3e232facb5de3 authored over 7 years ago
Add support for EntitySchemas in TestingOptions

Use EntitySchemas to setup various options

c18bdfb87bfc832d10e0d73463e0d86a60e7be01 authored over 7 years ago
Add support for indices in EntitySchema (issue #840)

Add property in EntitySchema with index information
Add sparse option and pass it to MongoDB dri...

f59f1995a4995cdc670a281574b40d2c1e79cc0b authored over 7 years ago
Merge pull request #11 from typeorm/master

Merge from TypeOrm

f3ced82a1305e85c60195c12b9d91dac7ef17645 authored over 7 years ago
fixed issue with dates;

f810328ac04f7eb963fae24b0e07dd8023ff7b40 authored over 7 years ago
Merge pull request #844 from puttputt/migration-error-msg-fix

Clarifying Migration Executer Error Msg

117f77c55757f838d4e11ba2e0ad532fc10dcedb authored over 7 years ago
Was receiving this error and was not sure what it meant. I discovered that the migration class name requires a timestamp, but the error thrown did not describe this properly.

2f08881da8c9558916e4b3f627f393aa94b5e0e2 authored over 7 years ago
Merge pull request #3 from typeorm/master

Merge changes from typeorm repo

00519b474c00ea4b09132611f16431692b82220d authored over 7 years ago
version bump

389c2fb054e4d76185c2c5552a8e115b69f8d223 authored over 7 years ago
implemented #685

2e20a9f5e689e5d44d644474f6a4a5d886ccf3ff authored over 7 years ago
fixes #757

85f7415134c890e0c7d733488c0997bbeb65a309 authored over 7 years ago
fixed failing tests

6fc8140af4e94e255f38751299f4038997fe289c authored over 7 years ago
added tests for #720

665eb4f6eed322e31238f22af5f48564a570e322 authored over 7 years ago
fixes #756

968fa4d6ed1c6414c4e437ab313dbada241a8935 authored over 7 years ago
Merge pull request #837 from daniel-lang/ionic-fixes

Fix for multiple Ionic and browser problems

6be05dc7a7254592e2ea631ba030fa63bca2951e authored over 7 years ago
fixed failing tests

aaf42047e5e17ad217baffe12a3d3e9756ac0005 authored over 7 years ago
implemented features #440 and #828 - readonly and select-only columns

6fcaa0f762807743fbf8c346193348b1c66147a9 authored over 7 years ago
removed bold sql error output, reverted changed in gulpfile

8fe6a72a277d51a7c5f010d27147ad0b91e42297 authored over 7 years ago
fixes #767

b24281f9bcb3845d009baada31904426fee24a21 authored over 7 years ago
removed only

a61f9f4e2601830ea2fcd35a390eff940caf4d1c authored over 7 years ago
added tests for #804

69d3978898c7c2d96ab5b7d08dc7da64e0da8886 authored over 7 years ago
Test execution limited only to PostgreSQL driver.

755e097066c1f9bb817b68f6ebf4e8868c8d04f1 authored over 7 years ago
added unfinished tests for #836

d7f7e822c467b9edac760ed291e6d3615604eb57 authored over 7 years ago
Added test for issue #838 — Time zones for timestamp columns are incorrectly fetched and persisted in PostgreSQL.

30be69c1c0bb4a8aae17202d34cb83a5ab65bbd1 authored over 7 years ago
Merge branch 'master' of github.com:typeorm/typeorm into ionic-fixes

ce4674c7950fbb88f1850aab0a0ddcd28d2ad0c3 authored over 7 years ago
fixed systemjs build, removed duplicate import

50a3f2db1ce278d384d815fd0d972a8f13a9e4c4 authored over 7 years ago
reimplemented replication in mysql

b4d7b5053857d22057dfc2b14e6abcec4c40d154 authored over 7 years ago
version bump

0e8981e94ca85dda21d693edec3fbc4f7f999aae authored over 7 years ago
added replication functionality - part3

082fc2b6e6964f29970289d8747b2967f2d1de9a authored over 7 years ago
added replication functionality - part2

734abc17dcfb0d41af4aa4a6247065901ce919a2 authored over 7 years ago
added replication functionality - part1

7ffe023231c6a32fd77a4029fbb08b6f1c225e0f authored over 7 years ago
changed chalk, fixed mongodb import, changed browser package structure

b711c71358d924f7ee53a20594de6b039d45fcb1 authored over 7 years ago
removed "only"

d205d96ea7521cb6faab0514e694db9c2461c54c authored over 7 years ago
fixing failing tests

ab75abd55813e3f41350ab78798bed16dc19bf01 authored over 7 years ago
fixed brackets test

81ea36fd9eb825c11f077ca5f98461545a1d4dc4 authored over 7 years ago
implements #805

30386f51944556cdea01c535126cd9ba13b669da authored over 7 years ago
fix related to #807

cee16f9675a9c8ad65dd1efc0792eaf4bb6e8c68 authored over 7 years ago
fixes #807

3ecd70a371774c9e777935e279a8e9dae27e8eef authored over 7 years ago
Merge pull request #831 from daniel-lang/sqlite-abstract

SQLite Drivers abstraction

f60f3397f03617830ebca1ff4d2f4fa29de319e2 authored over 7 years ago
fix failing test

a1e511cd888e7427f0bbdc0abe4a7b03688a4017 authored over 7 years ago
fixes #810

a565eff217b72aac8dd7108663e80954155a3c61 authored over 7 years ago
fix sometimes failing test

fe162b1f98104abb7369f3afbcca826e0d067768 authored over 7 years ago
added abstraction for sqlite drivers

e23d8c456a03827602daa2952817f7cc2263f4e6 authored over 7 years ago
added tests for #813

440f0b0744efbef8a32e47d4350fdffa40273a88 authored over 7 years ago
fixes #815

815cb512cb92b3de00261de536b4240953a76fc8 authored over 7 years ago
updated dependencies

7f6ff8a8258ac0ff3b38ec9dbe4a860f1ff32a72 authored over 7 years ago
fixed compiler errors

21a6d54b738614ce8d31ce9934536fae7b9da2b8 authored over 7 years ago
fixes #827

9bfa305db001ef3c8e59e370cccb51f43523d3be authored over 7 years ago
fixed bug caused by partial selection

8d847c99e5ff631a86c2497a15a7847e8892d65f authored over 7 years ago
finished #787 - partial selection via find options and force id selection

8b2a8edf30790c11bc5694f2d43672545c367dd4 authored over 7 years ago
Merge pull request #787 from BrainMaestro/add-select-to-find-options

Select only specific columns

23d7ea1e2aa79b89029db4f69c187e630c393b79 authored over 7 years ago
fixed failing tests

a7fe7b8896fc0dfc43e1ee1cbdbacc7f51ccdf5b authored over 7 years ago
fixes #823

6c8392b564f8972b6f9dd2c4cba0d579c9e878d2 authored over 7 years ago
fixes #811

ce32f92d6d628ad13bcbe00fb5c888f6d4f321f4 authored over 7 years ago
Merge pull request #821 from daniel-lang/node-deps

Moving Node.js dependencies into PlatformTools class + Cordova SQLite Driver

177b08b08f27ea199d66beacd53b6e3a12cff905 authored over 7 years ago
changed name from cordova-sqlite to cordova

21e73469e3fab733495b23b336b72360a679700e authored over 7 years ago
simplified node.js calls

75e267f1ea483c20c2c12ad7540cef2b123ebf56 authored over 7 years ago
fixed linting issues

f58bc2609b6a6ddf288d6e35e4fb3abbcb48e986 authored over 7 years ago
added cordova-sqlite driver, fixed chalk mock

14e5603f9e07bc44f85c5019c6ce3c429d95191b authored over 7 years ago
Merge pull request #819 from ruiming/patch-2

Fix error sql generation in executeCountQuery

0b555369bcda622c8ea388a6b8d1d4bc0a7db5bf authored over 7 years ago
Fix error sql generation in executeCountQuery

d39fc2df30a6be107d23d37e31578c274a1d97d1 authored over 7 years ago
Merge pull request #816 from Ostrzy/omrconfig-entities-list-fix

Fix problem with ConnectionOptionsReader when loading config with entities specified directly

1cbe99e4bfdcbb96cbc2163fc6dd928ef0f490ad authored over 7 years ago
Fix error in options reader when list of entitites is provided

Check was reverted so instead of guarding the call to `substr`, it was passing the wrong types.

2e5d199b8c730c5d28e53e0713ba16f66ecfc702 authored over 7 years ago
Fix types problem

Typescript was complaining due to some inaccuracies in the types.

a87ed7aa043064908ab0f8332818eb469759750a authored over 7 years ago
added some mongodb docs

71d1584698777f4dd40ffcdb16d319608d2853fe authored over 7 years ago
Merge pull request #808 from ruiming/patch-1

fix unknown column error when using relationCount

e67b405c85314761a217ebc5fe87a3ee625b105f authored over 7 years ago
added query builder docs

273db404737f2cb0489e096857096ab98f81d50f authored over 7 years ago
added using cli docs

f9a7ce07d4362316ead75564c46943cdaa5f5b66 authored over 7 years ago
added query builder docs

51945b81dfc50b1ffe84982e593542a34d5efeab authored over 7 years ago
fix unknown column error when using relationCount

96663d36a2475ab54efb0416f62c38a8969e667a authored over 7 years ago
Merge pull request #803 from stahlstift/docu-fix

Fix dropSchemaOnConnection in DEVELOPER.md

61decdd477446d36c8582a77e39e87ab53c5c07e authored over 7 years ago
fix developer documentation

d2e0af22255bef318cae0d7b413147b963c1a800 authored over 7 years ago
Merge pull request #801 from 19majkel94/patch-1

Remove duplicated @ObjectIdColumn entry in docs

2c0313a804b71e13e9840b68be59ac7ea128db36 authored over 7 years ago
Remove duplicated @ObjectIdColumn entry in docs

2db7cd0cf7caea8998266ff5669d498fab50a221 authored over 7 years ago
moved called to node modules into platformtools class

fdb161b35c817137a040c5cd8086b17885e3abff authored over 7 years ago
Merge pull request #795 from 19majkel94/feature/transaction-repository

Support for injecting repositories into transactions

08317c167e69ec3a09c3064975e0012f2ff4908d authored over 7 years ago
Update comments with apropiate info

9f2c4d2fa360bcf7f95eabb3a7e5e2454a319ccf authored over 7 years ago
Update readme with info about @TransactionRepository decorator

c1c6f0732a49af2fe7211ef3141a4d51833b7017 authored over 7 years ago
Fix injecting entityManager as first parameter when transaction repository is in use

4ec84fb573b0c86e2dfd9a57a22f4e7ccbf14525 authored over 7 years ago
Create test case for transaction repository decorator

7a48fb54cae5fb74348340d37571c47b5d4ab3b9 authored over 7 years ago
Create @TransactionRepository decorator which adds metadatas to storage

a2f94845f3a21ce6192bd1bdf0625307273f262a authored over 7 years ago
Modify the Transaction decorator function to inject appropriate repositories as params

6897005399e1f41f2c375e24d937508e532af8ce authored over 7 years ago
Create TransactionRepository metadata class and storage

9dd2a308bbd3b8728b7d1f5e23459ecb7a10f518 authored over 7 years ago
Updated dev deps to work with Node 8.x

bbfa23ae9c7b1ae0345a4de28d59cf003c6d9406 authored over 7 years ago
Add partial select support

271fa0338721404aba9f607b7b7292603c5027e6 authored over 7 years ago
Use virtual selects

2d0b2b3d961609b6670667b6504a23978b03aadc authored over 7 years ago
Update FindOptionsUtils.ts

4e71f5125d9148bba000a7901ca5da50728a5227 authored over 7 years ago
Select only specific columns

fb34e5c88286f7fa58f6a981e17e89d05a555c78 authored over 7 years ago
renamed transactionentitymanager to transactionmanager decorator

f0c7c40aad9493c9c1f9994ee882d7f5653f1d0f authored over 7 years ago
Merge pull request #782 from luchillo17/hotfix/fix-contributing-guidelines

Fix contributing guidelines url in DEVELOPER.md

e58f5a47c2024f9485591dd3aec6a17b20d13fef authored over 7 years ago
Fix contributing guidelines url in DEVELOPER.md

379d98479e1318c8c4982eb7f297ca1e7d54a4db authored over 7 years ago
Merge pull request #780 from Christian24/master

Fixed missing comma in createConnection example

f85e3609137e3ea9b556cce2bd111098e4021e18 authored over 7 years ago
Fixed missing comma in createConnection example

There was a comma missing in createConnection example in the readme.

1da73d4cefc978522c910ef42a82423fa2eeebe5 authored over 7 years ago
Merge pull request #775 from MaikelH/#760-removing-serial

fixes #760, prevent setting serial directly in ColumnOptions

15bfe3ec5b3f0c94a7e589921ce7706d6a12acf1 authored over 7 years ago
Merge pull request #768 from MagnusCloudCorp/fix-sort-mongodb

mongodb: fix sorting

75ad0b2926af065e1da36b71201daa444e2f7eb8 authored over 7 years ago
removed annoying dev dep badge

75f0fe03c99fe07b6d6139911c218fdfd1e95ae3 authored over 7 years ago