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

fixed issue when lazy relations are not loaded and issue when lot of not needed data is being loaded

0c19cda2b4a648596b0b43e9e6faec9e72a8e5ca authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #104 from apezel/persistance-refactoring

resolving problem when hydrating entity with date

cd49ed64a1a0b03fdafb928158990cb171288cce authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when lazy relations are not loaded and issue when lot of not needed data is being loaded

fee6cfd1f55d75dd3db2ef7f7046cabe728db8ac authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed typo

4453f53393c3b6107fa4962882fb47329e52f12b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with multiple connections used for persist and remove operations

60fb7bc9ee7aa1b3a6c3521871511bfc4fc50f0b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
resolving problem when hydrating date

9b8dd97692b534f925bedee8e63fe4436372a3fa authored about 8 years ago by Arnaud PEZEL <[email protected]>
Update CHANGELOG.md

ffeb74bd5c3ab637e21676addb241af6b56193a0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with update inverse side

ac106a0520b0805a88cbdc22d9dc25cceda6bc13 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #96

f232abaf3ac3bf3f832cbfd832323ca692a4f643 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

7203b7a238133fe8bea549a7493b4ee518097729 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
cleanup

19ec4d175fcf33af2a3fb44d111421ceaf404099 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with dates when javascript is given but cannot be persisted because of format

5a90996f4b610b18a4f38beadbb7b18e0bb9984c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed recursion issue

0bc57c68f9138a2a2e0f86367aad6b150e53111c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

bbc33477175873ae9d317f24e8934021f1b0c62c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
renamed query builder methods, removed "ON", removed parameters from inner/left joins

2ec59ec7cc2aea9406955f24fbda7de3f0c5c6e5 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

bced54dbc6aaefbe67eef724fca291e006d3b427 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added strictness to methods in the repository and query builder - now if they are returning undefined method signature has undefined in returned value

57e13f689b6edc07f1381ce8f208baa6b15fceeb authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

1f89acecc7674a6d94f01ed3b5705de222a29bf9 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug with recursion and added tests for #57

ce02a89378e49cb78426738a0536802d1b15998d authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added test for #56

6e55139ef17744b9b493b6b57b69509fb02cbafd authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

67164e069a6421134c07ef5c1763fb2eddfa7d8c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #58

c93d77c36e4dc816c6e1a18aedd69794ea2fb0fd authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when entity metadata validation is happening before some necessary actions

543f5c3b7554f1e684750373a279020af897f834 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when logger cant handle circular parameters

68f48f1c473ece1b8a8c1aded13fe3e1aa6ea370 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue71 test name

bdf8779a1cfc844352e2b02709830407294aae17 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for issue #70

a60f402666ff0f25d7dba1d22862d115c21cc5a2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
small fixes in readme

d027c1d9f81b6cffe15dc6dcaccdf8c4939e8368 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added extra docs to readme

cad52afb959eeacb0d3c6f7e8e8f1a0861d55bfc authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added test for #71

373d9d89d1e4f2c53ff3c16296724cf80bce7e84 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
moved #80 issue into separate issues directory

6505934d8b0843077140bb5db767a2095a1853ec authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #80

4440f7793c70653eea578d41541372e561f1b492 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

03dfd1ab54aa2785ad1d5d65d91e21fb7c4f80c2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
removed checks if connection is set when accessing repository and entity manager

7b876da639ce001dbf0e0a26dc5c1204c5ceb574 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
subject operation executor class refactoring

4f8cbb6736658191f92aa5df31e1907f1d53d913 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored subject class

5a96aa92827fc0803810016ed2e705885861f93c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
renamed subject classes

f0c57dbd454ef51cdf77beca7bc4cdefca41bea6 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
removed subject collection and utils

eb6ed18dec4e33b720154c09d4dbaf66a76722f0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
persistence package cleanup

662cd57c90979989b7d37e2bf3401f9d37fc2e41 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
renamed persistment package to πpersistence

d2ba176ca3d8dd0a666a412df32790afbd1d3062 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug with wrong repository method call

3588dfb7f3313593c36a094e8db57339cacd915b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
removed usless layer - entity persister

fd79c25639643fd16316b2b407835d6b4c2f0ff2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored database entity loader class

1b70071b8655ca98fa210417cdc32e9448c99a8d authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
optimized junction table querying during persistence

9f2eb9d74105f2a5ca6c5f52c54b0fc593bb9a21 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
optimized junction table querying during persistence

438d23d2d7c662b1094abb1f2978195b4d601c3d authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with dates and all utc stuff

146d1499d1cb55dc8c3323af2071cd6c5529daa0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when redundant update query is being executed after insertion relations; fixed issue when redundant query is executed during updation of relations with custom column name

5484ace2893fa35d28da652ef3dc95e4b4dc522c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
cleanup

08d4183adb85fa6c63df88402a11a2f8bd42e430 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug when multiple requests for junctions are being sent when its not necessary

b71f0cca3f2f4900485fb36b181e86eac9209602 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when entity without id is requested during persistment

0b0dbdebcc51a2f4ecb0adca1f41bd9813885edc authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when connection is not closed on validation error of the entity metadata schema

6c36c38fdbb90f8e839f96511ba91353ff2e8db9 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
made subscriber classes injectable after connection is made

85f19c0be42af3f9b9ea87cee5256fc71ed8ef8c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactoring persist subject executor

c2dbad0d59833757028339aae63eee78f6d36618 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactoring persist subject executor

5ba106379e81c460b67152d50a6513e4c8a6ed61 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactoring persist subject executor

0ba1d8d771c9709cc29201701655e651f9f84966 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
package versions upgrade

1b61733b0292aa7fa903e1f87a41b2e0ff07c0e8 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge branch 'master' into persistance-refactoring

* master:
EntityMetadataCollection filter function & cosmetics changes
added a new table opt...

1155e57802d3ff4a25eff356c9a28a025c3c42e8 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
cleanup

938d930fae4827f0d70c14bb169b4f2fbcdf2d28 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored the way junctions are stored and persisted

1189a8015908347718bbeaea02d175b04a4ee9f2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
bugfixes

13bd2cd7b782bab76bba17b4238c3e67e460faad authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
bugfixes

d618974e9acc8f405a75a8238a8509fc0000ba71 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
bugfixes

d8d5aaf3d47848df44d5b7c2946098520e7e02f0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
more experiments over new persistent mechanizm

c7aa4468c1a4dda67a81433753f0c17c147f40ae authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #92 from apezel/master

added a new table option skipSchemaSync to prevent schema-builder to …

a35bbac6e69585b181c205b55f0144a1a1118b2a authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
EntityMetadataCollection filter function & cosmetics changes

fe31a2ef333a0adacb9ce2d6ddde6c654d0c2569 authored about 8 years ago by Arnaud PEZEL <[email protected]>
added a new table option skipSchemaSync to prevent schema-builder to sync a table with the database. Added a test in functional/connection/connection.ts

82b51b03485c513c796f4f60219f57bc025a39d4 authored about 8 years ago by Arnaud PEZEL <[email protected]>
more experiments over new persistent mechanizm

651eb8dd2294be5b59f956fdd3510445a6f4dde1 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
more experiments over new persistent mechanizm

dfecec0fc9d957ca48d4804fc773e80d74690d07 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #83 from mingyang91/master

Fixed: duplicate JSON.parse

1c403fd1078daeb35acb2abb7209230162a0fc23 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Fixed: duplicate JSON.parse

943a8d2ef09fbc09fa132549b0ed044e7753db12 authored about 8 years ago by 明扬 <[email protected]>
more experiments over new persistent mechanizm

aa8ac65f5816b868808d0ac09679ad9fe59e319e authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
more experiments over new persistent mechanizm

f6f6787b3d4139ea76abce8b2f3f6b06e23e0494 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

a892fd01716c8907e896f7a497e46665bd43cf3b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added test for unqiue index + fixed tslint errors + version bump

37cfb72300d5273db0e450b529eed8d906c111b4 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
more experiments over new persistent mechanizm

c29a49ff576e88351cfa6f8bcfe4fda2f19f91f4 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #76 from AmirTugi/index_decorator_options_fix

Unique Issue fixed

5b8d1d078cff0e6ce2e8bee1a28f01ca58181578 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Unique Issue fixed

Fixed an issue when maybeFieldsOrOptions is an array, options would still go for maybeFieldsOrOp...

2d6ec330be6431fe880d94b4f3510e2899cc40a2 authored about 8 years ago by Amir Tugendhaft <[email protected]>
more experiments over new persistent mechanizm

21bca6b826d2da93d3d73e52bfada57d8795b367 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #74 from f-wrobel/patch-1

SQLite driver insert fix

42949addf57a29accd5de973dd42729a2a31063f authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
SQLite driver insert fix

Error: when attempting to insert an empty row to database using a sqlite driver, it causes an er...

b5d4485682d227feb34dedcefb504f0d4dd03245 authored about 8 years ago by f-wrobel <[email protected]>
more experiments over new persistent mechanizm

102f78b024c086b97d4a97bdfcf45c1badcd20aa authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
more experiments over new persistent mechanizm

e2a02d22d416e5c69be5c8f992326677fc6625fd authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
more experiments over new persistent mechanizm

392ca3cd6cab4ba0574963a70529c445e2a19cfb authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
ugly experiments over new persistent mechanizm

c087004a298c81704c164b136dac901e57c0b4ab authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #68 from yannisgu/fixRemoveWithCustomName

fix remove operation with custom column name

e6e178f4fb14b5a2da84b9ce014ac81552b296ae authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fix remove operation with custom column name

a534d7a09ddaeb68567593d7eff7cc11c1bcdcdd authored about 8 years ago by Yannis Güdel <[email protected]>
Merge pull request #65 from strictd/master

fixes mysql datetime issues when persisting records

add27178a34d51bc9e57d71a7396df12eb9a9a1b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes mysql datetime issues when persisting records

b2ac65793cedbc6291532dc2a1e795e426088083 authored about 8 years ago by Gary <[email protected]>
Merge pull request #59 from strictd/master

resolve entity and schema dir paths

bbf95b736ffe7afa1fc774a1720ee5e0ab3a5c20 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #60

66c00552c23ee9640de6d731e65206c9b789742e authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
resolve entity and schema dir paths

f63f5edb69e09e083e0d85f81bd5686357f67fba authored about 8 years ago by Gary <[email protected]>
added subjects instead of operated objects; added database subject loader; added find by ids into repository

3f239eddf94df682e680804516b3c727ce5ed0b2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added circular relations error during schema creation

b0cb8023ec1b2496f8fc3718f22aab2193db0311 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for #56 issue

74bbb9cf2c6870dc06e2d01ccce65ebb80aad688 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
updated readme

a575fa68cc31c2391bcf1b567bc7fae897275eb2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored readme stuff and added more contributing docs

86a347d1f9416bd4422bcdad30902e387851355a authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
reverted test configuration changes

a1ff1419dec9df1c02cc7357733583e377818a9d authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #52 from yannisgu/quickFixPrimaryColumn

quick fix for multi primary columns (and fix another bug)

01a92d975ef4fbe61e3c5dd634d0dd5192bcccc7 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug with embedded columns without entity metadata

a95ea1fe20c5550a1289881152d9346ea0c0db95 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #50 from yannisgu/fixCustomNames

fixed bug when primary key has custom name

47eb56fa29fd1c15ba0e60e05e63ca5be2854676 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
remove console.log

42770ebe67c244c771a314baf1b584fc885ebff6 authored about 8 years ago by Yannis Güdel <[email protected]>