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

minor fixes in entity metadata;

working on embed test

15579faac8e6445c8135f25bc85b32dc45df5575 authored over 7 years ago by Zotov Dmitry <[email protected]>
working on relations in embeds

3dd69a3887f846552c8d13e09e66da45ff39f35f authored over 7 years ago by Zotov Dmitry <[email protected]>
fixed failing tests

90addb83e1350c9d5aa42a18c3f16b4dbba74570 authored over 7 years ago by Zotov Dmitry <[email protected]>
Merge branch 'master' into query-builder-refactoring

# Conflicts:
# src/metadata/JoinColumnMetadata.ts
# src/query-builder/QueryBuilder.ts
# test/fun...

3a696bcec6904e3c150dacf0a5d2578c1a13c2a2 authored over 7 years ago by Zotov Dmitry <[email protected]>
added many to many support in embeddeds

c0c3de329fbd4a042e1eda2c4f4c98bd200e0696 authored over 7 years ago by Zotov Dmitry <[email protected]>
refactored embeds, entity id map and creation; temporary disabled mongo tests

b68bedf70f045c7340b15455b67c5cc1c321598a authored over 7 years ago by Zotov Dmitry <[email protected]>
removed table metadata

d401b4f3edbf50f339110f1de93bbde01e5d46ff authored over 7 years ago by Zotov Dmitry <[email protected]>
chore: move @types/mongodb to devDependencies

6b9d572420804b5d99f85648c2c5c7648835bf05 authored over 7 years ago by Attila Olah <[email protected]>
Merge pull request #434 from gintsgints/master

fixes #430 Removes ":" from Oracle parameter escape

08699563dc401c2ceb975190f7ee81f8fd6206d6 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
fixes #430 Removes ":" from Oracle parameter escape

c9d854b6b50c0a7736a2de0796ff6317e006e6f5 authored over 7 years ago by Gints Polis <[email protected]>
removed join table metadata

77b177e0ab03d2c513f33bc9bc834f49f8dc6f2c authored over 7 years ago by Zotov Dmitry <[email protected]>
replaced foreignKey.columns back to joinColumns

569dcf28c5a2fc7a83ef7731d6d1e737a32bf55b authored over 7 years ago by Zotov Dmitry <[email protected]>
refactored join columns

cb939ef529160fe2a7d9b0f64683f05eeb862432 authored over 7 years ago by Zotov Dmitry <[email protected]>
refactored join columns

652a1473255adba2cc33732836f2cac5ae62ef1c authored over 7 years ago by Zotov Dmitry <[email protected]>
multiple primary keys test coverage

ad2bc865edb20fa1624b7aa3a92f20b03937614d authored over 7 years ago by Zotov Dmitry <[email protected]>
implemented multiple primary columns in LazyRelationsWrapper

c9280ed21c40c54fcaa57a950a779f2c31f0cfd9 authored over 7 years ago by Zotov Dmitry <[email protected]>
working on multiple primary columns

807c819322b52315dab9d2eb83301ab13597bc4e authored over 7 years ago by Zotov Dmitry <[email protected]>
implemented multiple join columns support and proper multiple primary keys relations

94a6ef4c137c0a92ddd1d82ea42ca41c8f8ea24e authored over 7 years ago by Zotov Dmitry <[email protected]>
more tests for join columns

84c7c93c509bf6eef6f0e8ec7e889e599f80d8bd authored over 7 years ago by Zotov Dmitry <[email protected]>
more tests for relation id

59370008df40cddab9f861fe62df59084de39b2f authored over 7 years ago by Zotov Dmitry <[email protected]>
working on multiple primary columns;

7ce1ad0c98d6cc055ec0007f91c9885c8a1101c6 authored over 7 years ago by Zotov Dmitry <[email protected]>
removed getters from join column metadata

952238392199706f9e370b7f858a4d00c97b1bf4 authored over 7 years ago by Zotov Dmitry <[email protected]>
added validation for relation count in EntityMetadataValidator ;

c2da0f3845999f5f1a0ce6d86f9b7ff140ef7587 authored over 7 years ago by Zotov Dmitry <[email protected]>
implemented relation count

4706b69b1d456c807d27b406e32d805bf98baf15 authored over 7 years ago by Zotov Dmitry <[email protected]>
Update README.md

ef0ead88dcfd6422e20db30b76d2335f64883562 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
fixes #402

f2f1c1d674bc1691acaccfa694a2611de97a14be authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
refactoring + relation id mode deep implementation

1ce03ab8cad72cd48120c5cf8fd6a1edaab5002b authored over 7 years ago by Zotov Dmitry <[email protected]>
Merge pull request #380 from mingyang91/master

bugfix query condition

f56b19f9202be28d2e0da3e06a1fe5cb81ef8801 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
stupid typo

be33da35aa4fb30e847683cea9903882c38a742f authored over 7 years ago by 明扬 <[email protected]>
remove only

ce4a1249b0e72810b1541da978950c72ee41ad2b authored over 7 years ago by 明扬 <[email protected]>
add index / unique test case

ede206880c21e7106365681e2755cbb158bb10d3 authored over 7 years ago by 明扬 <[email protected]>
Added `syncSchema` test case to override the changes in the `loadTableSchemas` method.

00e3e09ee04374fcfce2d9a3ca4a23ea46e315cc authored over 7 years ago by 明扬 <[email protected]>
Supplementary test case

db95347122f69eb4161bf4a6ecfb839e97968689 authored over 7 years ago by 明扬 <[email protected]>
fix query condition

456899f037f612d6d74e103a3f38ad203f4c333a authored over 7 years ago by 明扬 <[email protected]>
Merge pull request #386 from rodrigopandini/master

Correct table name to 'photometadata' in one-to-one relation example

365c9f98285c52b32d40108fe7f6071497593244 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
Update the comment in cascate persist example of README file for a better understanding

a33110b0093baf7ab33d71fea72286b34cb553eb authored over 7 years ago by Rodrigo Pandini <[email protected]>
Correct table name to 'photometadata' in one-to-one relation example

ecc42c140795292b8a7909fdb415a561408cd1c1 authored over 7 years ago by Rodrigo Pandini <[email protected]>
Merge pull request #385 from rodrigopandini/master

Removed duplicate line in README.md file

ec2d3ed4a2c83364c2434baf5c69d4b3dde7af56 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
Removed duplicate line in README.md file

0feebe16bbee3b0799bd6f115dcbb1d8de963239 authored over 7 years ago by Rodrigo Pandini <[email protected]>
Merge pull request #382 from lex111/patch-1

Fix typos in README.md

64815d87d77b5c06cd492638d1f837096abbfac4 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
Fix typos in README.md

9e4457644c5a96ecde853b7d5d3e5aa07e7504f1 authored over 7 years ago by Alexey Pyltsyn <[email protected]>
fixed tslint error

9807e7c70e63018f7926618db24bfbe52d3c3d24 authored over 7 years ago by Zotov Dmitry <[email protected]>
refactored query builder + implemented relation ids

4864aecb658e13639d97613a0b4368044f6f36d0 authored over 7 years ago by Zotov Dmitry <[email protected]>
Merge pull request #377 from gdeividas/fix-naming-strategy-import

importNamingStrategiesFromDirectories now uses correct class importer

d8fe1c2f2d742802746f482ce4c65a1d2f7fbab6 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
importNamingStrategiesFromDirectories now uses correct type/class import method

7bc30208c7b9e704bc0dbbda98d5824c8cb6e3a2 authored over 7 years ago by Deividas Gustys <[email protected]>
Merge pull request #369 from navossoc/fixed-length

Support fixed length column data type.

86740d7132facc968371b26b5b14a88e4f36abf5 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
Fixes QueryRunner:normalizeType signature.

d80f975b769dbb33d7c39e6899e94a7df239fa43 authored over 7 years ago by Rafael Cossovan <[email protected]>
Minimal changes to support fixed length column data type on supported databases.

ae955c42123c89c4426fe670ff5fac1ff043ebee authored over 7 years ago by Rafael Cossovan <[email protected]>
Update README.md

d250ee2e710f2c64e968647974f96c705204e5e5 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
fixes #341

08c1ee1e9e71f86ebeccd65e059ae5d2f204523a authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
added test for column with getters

d872842ddfffc91fcd6313f9ce2d458ca59e98f9 authored over 7 years ago by Umed Khudoiberdiev <[email protected]>
updated readme

4c69d5b577f09cfb6026834e40e3da13fcc52f05 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added version info into the changelog

2e7fb37e6796434e1b3572b12891ecb2fc02994d authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #345

553eea2ef48fe143977175bd56eb2d8d05296455 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #360

1d358574d8fe5f9f97f02cefb5f9885b1373ff29 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #365 from surgeforward/developer-docs-update

Update the developer docs with more info about creating tests

327cde3a337518469aceacb1df90b93030ca2edc authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #364 from surgeforward/363-persist-and-remove-multiple-unrelated-entities-at-once

Persist/Remove multiple unrelated entities in one entityManager call

003bd9325aa5ba671171663ce13e0f436c329a90 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Update the developer docs with more info about creating tests

24a53a342ba84b9a3a408e0d30237aea5abfafde authored almost 8 years ago by Cameron Spear <[email protected]>
Persist/Remove multiple unrelated entities in one entityManager call

0be9f72e4713c8ced1cf22cf2c34adabcb81d4bd authored almost 8 years ago by Cameron Spear <[email protected]>
Merge pull request #358 from CWSpear/patch-1

Export ObjectType and ObjectLiteral

7899f4123a0733b6fe40c156be632621882e020f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Export ObjectType and ObjectLiteral

560155658921b4e6bfc05af0f6061d8bfb61a6dd authored almost 8 years ago by Cameron Spear <[email protected]>
made connection name optional in getRepository method

d9b3a1ea29fcb6927636eacbc629408c46fd5c27 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added links to new examples

de2ceebaf702ea7477a123aefd8f761a79ec2733 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented one to many and many to many inverse for relation id functionality in query builder

7dafd71c04b64d276479bfa8a38c16e5f0641e02 authored almost 8 years ago by Zotov Dmitry <[email protected]>
refactored query builder and started reimplementation of relation id

5f74fbe1289b589c8da31d767f99f866df5405cd authored almost 8 years ago by Zotov Dmitry <[email protected]>
Merge pull request #349 from serega3000/master

https://github.com/typeorm/typeorm/issues/348

1d94d53c6e2b44efbee7f8fff8d99dd0f6c0ea78 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
https://github.com/typeorm/typeorm/issues/348

8ac2dd530c562db52d4fa3119342b4f8cd5439d6 authored almost 8 years ago by Sachik Sergey <[email protected]>
relation id refactoring in query builder

b9a937ba61e4ebad19c1675d7953f4e29dbc8e7b authored almost 8 years ago by Zotov Dmitry <[email protected]>
updated logo

7496fcdd2a66c83e0d6625d7816f2a4273b7c252 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated logo

e71cd5a174328824eec2f0e31fd796cbcb3fa64e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated logo

ceaf342a8cb371a2fa9d07e8954925d98316d93a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated logo

62f858c5feb81d594f2f3caabf66fa5f9b2eaf45 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored query builder - refactored JOIN part

664f70dfb6bbe51aa65f350c98930f7a0b41469b authored almost 8 years ago by Zotov Dmitry <[email protected]>
added logo

a11ef1c6dfa0b3db92b4c099cb2f6ce09994d674 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added logo

0c57f80b0427f12ba353eba86e3cf1f59b574f6d authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
All db maintenance code now in data project, removed from api server. Fixed Affiliate signup redirect and drow down issues. Simplified affiliate approve/revoke ui. Added simple name to affiliate tables and item view. Added stats tables that are now updated on visit, order create/cancel and commission payment. Updated gql and client with the stat data model changes.

29511ca4fe1a6b6e56733ff49957f248ddd80b48 authored almost 8 years ago by Danijel <[email protected]>
Merge pull request #330 from AlexMesser/master

implemented partial select, issues #329 #245

13f8036b2bb670d504fa05d893ab8d217d8648d9 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented partial select, issues #329 #245

84cbf07c3b294394e7f63a819c69981e26bffeab authored almost 8 years ago by Zotov Dmitry <[email protected]>
Merge pull request #325 from AlexMesser/master

added locking functionality in query builder; fixed issue #312;

db47b870da2cf1678c99124b6e97b2d5da88a3c6 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added locking functionality in query builder;

fixed issue #312;

abf62fe753b8a2978865e1f836e28c37a1e24b99 authored almost 8 years ago by Zotov Dmitry <[email protected]>
implemented partial persist

540ffffafca0e2bebaf3292c08ee376a3194e9bd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
returned back badges and fixed corrupted gulp-mocha dependency

2984c4dc2c1cea1cbd81ca9dff408829f18fb221 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
returned back badges and fixed corrupted gulp-mocha dependency

1e6b7364ff1b36715b38e9aab64e1ad3eb93842e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #309 - andHaving does not working without call of having in query builder

b94eeb963832c84004317f2f131061b988da6351 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #277 from typeorm/mongodb

Mongodb support

c12dc0002c84737b21fd2a1437e61fe9d3ed91fe authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated dependency versions

13a02958b2f4a8826e850fefc6d9349d0658413f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated mongodb version

9bc6df450922c80e648e46d8dc987facc498c6f0 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #285

083137a3eab94adb266214a47e82969c81272ebd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for #300

b464115973e9369fd11f1af0aa77bcf1bb3849d8 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added prefix support to embeddeds

4b1651176eac067b78ae50119871c4da48232e12 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump; updated changelog

0e207a2e48ac248fe27c7a2c30c66e8a5b11bc3c authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge branch 'master' into mongodb

* master:
added tests for #306
version bump

ce62835e6408b149affbb32bf2a9fa41c7fe5618 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for #306

04d287b23fe7deabcc7facd6e2482d5c87e718ab authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

ee83f509a0425f0f26a855824a7230535f2ef243 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge branch 'master' into mongodb

* master:
Fixing return type
Fixing style
Fixing tests, adding count to entity manager
A...

fa7f735a2ea9795ffc3871206f67b4ffee5a49d6 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #284 from ReaxDev/master

Correct generated UUID behavior

c2326151d5ce70081377e597bfc3bcfe501e94f1 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed deprecated decorators

7ac69830ec381368846b4bdafc017c1acebc31e1 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented mongo indices

665c9e0f55e0b1e4c6a71a4961a767cf481c1e6e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented array embedded columns functionality

0ae68e49aab371cd56dd253e8ddbf13f3e1a57bb authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented embedded columns functionality

20257e233c971d9d3f4dea632ee89060557286b4 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>