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

renamed query builder methods

8de023d45c40392520e4a14510bfd19dfc547bf5 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored repository methods and added mongodb basic repository tests

3e4e0cc1612950a13585a574b796aef6692fdde1 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #291 from aequasi/master

Adding count method

8697758568bea16f956864f8e2bef7c8aeda95af authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Fixing return type

9e917e97c878a3c2b812e97a81f26d574aec4cb5 authored almost 8 years ago by Aaron Scherer <[email protected]>
Fixing style

ec0a0fa863cca549232e70200d52ff583700719a authored almost 8 years ago by Aaron Scherer <[email protected]>
Fixing tests, adding count to entity manager

fe17c8db72fb92b05db3c06ae368958ed92bf71a authored almost 8 years ago by Aaron Scherer <[email protected]>
Adding tests for count

480f09ae610a212f36fabd7cffcd1ee85a664d9b authored almost 8 years ago by Aaron Scherer <[email protected]>
Adding count method

68feff8dc9bd25b0a4179d124dc5fa0023579959 authored almost 8 years ago by Aaron Scherer <[email protected]>
Fixes #282 - Allows for correct generated UUID behavior

8e9597d3687df999703bc7fa402d353bc10546b8 authored almost 8 years ago by Sean Hill <[email protected]>
removed entity cursor

d8496d9d7e2a3a8511415c58f2cf1c3c3d1c5e9a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added few new exports to index

8e1201109b5e9bd3e6585bb7f7d74eb00669e231 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added basic mongodb support, mongodb repository, entity manager and all major collection operations

5fcc3aed2347b88163945214770ddddac28219a5 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
made mysql to escape names and added findTrees method to tree repository

64d38e35630fc36f6078a0fe06f219c442b79cee authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #272 from MaikelH/uuid-support-postgres

add support for UUID column type in PostgreSQL (#271)

acb318edf0eb607c7e5cf2fc639934a4cd4793fa authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #271, add support for UUID column type in PostgreSQL

7819e195aa127a34f2bfa33f74f6d1e9e9a25f8a authored almost 8 years ago by M. Hofman <[email protected]>
returned back acidently removed tests

f1ebf6ba850f3c98037ef5794b37b07b5cc91c93 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #247 from netnexus/fix-async-issues

Some async problems (esp. when using sqlite)

6897da035ea028b5214327d9540d27ee1a7c9dc0 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
reverting and simplifying async fix

60eccfd6529c693a48c6ff2dbc4c05f25aaaa8fb authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
Remove recreateTable lock

f777391f258abdd3686ce437408d730e249de03d authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
Merge branch 'master' into fix-async-issues

56696459d299794397041e0b6dd60c8385051798 authored almost 8 years ago by netnexus <[email protected]>
fix some async problems

47a9e71fbab6d580b893df09abf904237dfd4674 authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
fixes #235

30a492f4a68d8f2782900e12ac51ad19cb4d4cc5 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed entity create command

07497c5d0ad542bbfaa5fec57a9337a43a166160 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #242 - bug with indices from columns are not being inherited from parent entity

04e41ea6db42c0362b802cd99e4be2b6e27bab3e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added babel example link

32dc7af1c24404a643e2f71892a742620cd20490 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added note to install node typings

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

385f4ce5957f722842f32d135292ab507848429e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
renamed Table to Entity usages

19b3ed6efed0c42722d45ecf89c57df1a4c478d0 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated changelog

86f4da6be3e33f97950b4a8ad43606fb9ad58755 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated changelog

fb2f47eac03eeca1b400525eb15201689aa2eb44 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issues compiling typeorm with babel

02d037494ab00a243d666569a38ea42865a9d67f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #242 issue when index is not created when its in base class

4242879e1cf22e2cc7f79a7ab055b19f41a0d7dd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #240 issue with foreign key are not updated properly on schema changes

a95082c0aabd34ff9280803485ae3806e1b7e784 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #204 - issue when json array is not being saved

67596cca42d17d80bddba0d18812c477e1c1ea1e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed badges for now

2ddaf53339a466bb4aba76bd710add4c83c7af7d authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added new badges removed dependency badges for now because of its issues

6bf4215e11c19d38464865a3db581611ad06bd39 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
experimental fix of SchemaBuilder

f689077c9869a9501e0de9e37ac8679403f95cb4 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Revert "experimental fix of SchemaBuilder"

This reverts commit ae0d368f7b6d0d66cac224f82ff365ef326eb410.

a400d91f250de29b540550a0ea0c4a0856c1ced6 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
experimental fix of SchemaBuilder

ae0d368f7b6d0d66cac224f82ff365ef326eb410 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #219 - issue when FindOption does not properly handle null values

9f89faf6d306339ed63e9515c9af1fab0a7c2579 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented clear method in repository fixes #207

2a539ed44d73737d79b23daecaef2ceac5142970 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #239 from Tobias4872/fix-migration-create-command

Some fixes in MigrationCreateCommand

e8dd5ca95dcb1bdcd5e5703ddc1da834f5f26e2a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed tslint issues

5f8bf5ee138d212321a5de5b951c1e95d6ed4b42 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removing empty method semicolons

f36209117d66e5b055fa37777a51014c74d65f53 authored almost 8 years ago by Tobias Wolff <[email protected]>
adding missing import; fixing order of imports; adding member access to function; fixing order of methods

6d5a1a8ad0bfd75f72d440927fa507fc7760e453 authored almost 8 years ago by Tobias Wolff <[email protected]>
fixes #234 and #223

a4e5abe1610f0eec7061898097f3aa70e8c27c10 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #236 from jmai00/sqlDriveFix#229

Add condition to set useUTC default option #229

9ac2e982e4366034986ae0bf93eb48b6a1ce6c48 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Add condition to set useUTC default option

ec72ba1b80b3d2f52af4a6e13660888735974cac authored almost 8 years ago by John Mai <[email protected]>
Merge pull request #232 from benny-medflyt/master

Fix for closing non-pooled Postgres connections (fixes #224)

1bea2e9cb7462c575df6e4b653b8c9ecf0e4a818 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Fix for closing non-pooled Postgres connections (fixes #224)

09353a43e0190a7f7b57ec53152ee3351fefbda4 authored almost 8 years ago by benny-medflyt <[email protected]>
added export of EntityRepository and added deprecation docs

d75b665c3e8fd2d1d221ab0eaf1d1d5ac6dae9e0 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #225 from johncoffee/master

test for exception on missing host or socketPath

31eff952fa0b7161b1475b7a83e25560f938a06b authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
use .to.throw

9ad6d82673d31a32063d6cd2cc81ec8c9668d839 authored almost 8 years ago by Julian <[email protected]>
removed unnecessary code

1aaeb96a330ff7fe0fa42c2fa18b1c9a9bdc237e authored almost 8 years ago by Julian <[email protected]>
corrected test message

5de6185f258baa58382c239b65515930f46a547d authored almost 8 years ago by Julian <[email protected]>
test DriverOptionNotSetError is thrown when socketPath or host is missing

1632754a1c61d94e35df242d22044554a8b6c805 authored almost 8 years ago by Julian <[email protected]>
simplified the check

be43fa7080f87800483a587fe290bd49390b2585 authored almost 8 years ago by Julian <[email protected]>
Merge pull request #222 from brookshi/master

Chinese Readme for this awesome lib

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

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

2c07eacfddccb62ca89b115adb4ac7167bb93bf2 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Chinese Readme

d7dd987fd194ccaa70d7a03e3119fe4b80de06cc authored almost 8 years ago by Brook Shi <[email protected]>
fixed issue with DEFAULT to table creation queries are adding with empty string

83857d4f12b3fd044b818a6dcdccd3f5465608bc authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
replaced some with every

3a0264063771b059a709453296408d86012fb6c7 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #217 from Luke265/master

Fixed junction bug

e9181279bd314adcab5368e65b767894f4e2c924 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #213 from mingyang91/master

I made a mistake

e34811e91092e9a2cfd1fb909e0fae04f8f02fe0 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
edited

5683b33b191d291ae67b8999ac81d2e6e5161d4f authored almost 8 years ago by my <[email protected]>
Fixed number to boolean inversion.

53075c97557be942706f25d10ef480f064dd96c0 authored almost 8 years ago by Luke <[email protected]>
version bump

6d6b9aabad54f4891211a7d240854b4818c6c9ea authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #216 from netnexus/fix-replace-property-names

encode dot in regex

dbc05dbff7e59e28317da88a70c0d9078227bce6 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed only running test

7e1085a2bb7c05a6c54db07100d8d161d542c7cb authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with joined empty relations inside empty objects

14b67da103bd0121ea79421113f16add92cb9c20 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
add column names

c18525c1ec07011165a74d17c1779d4d09069edc authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
add missing awaits

f994b20066522fb15ac89b3aa8b1a3c5b1d34938 authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
change test

641a62155220fae1a292ccd12e876808b7a5f84a authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
encode dot in regex

e045784ab5324b30cd8048ac77bb33e7f83b3133 authored almost 8 years ago by Johannes Pfeiffer <[email protected]>
Merge pull request #187 from johncoffee/master

Allow empty host, if extra.socketPath is set

bcef8953cf82a4d26e46c555b779e183794f51ad authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Update ormconfig.travis.json

9eddccb40730743ea1d50f8a0b4141f3e4c8cded authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
reverted ormconfig

1694ad53956749c307b1d079daa6c08f67195ca7 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Supplement the test case.

5f42f5d8f2e6b5f210f309c116df2b6cabafa392 authored almost 8 years ago by 明扬 <[email protected]>
I made a mistake

In pr #83 modified the wrong line.

b995b7ca2a09559b03cb301ecf3e0b9448bf4eb9 authored almost 8 years ago by 明扬 <[email protected]>
i'm blindly trying to guess the socket path on travis CI

0dc16d3163905d46f4eb9571a6c1ba10307b8b08 authored almost 8 years ago by Julian <[email protected]>
i'm blindly trying to guess the socket path on travis CI

9de739beb8da99017562e273db22bb0939c1d45f authored almost 8 years ago by Julian <[email protected]>
add mysql connection with socketPath to see if it runs on travis CI

03b2c14c4a6b5b2146478b697477ceb0f4f3059e authored almost 8 years ago by Julian <[email protected]>
changed order of warning messages

999bfc8bb39b9656511c32cb782a9bf7b367dfd4 authored almost 8 years ago by Julian <[email protected]>
added tests for #211 WHERE IN does not work properly

a362644bb1c1ceb8441e651bf2d264cafd7fa648 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
merged typeormbrowser into the main package

efea8082348cf4048206fbd057fa23f5e03cfcac authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug in websql

80397c1cab2fc2df4ea6eeee8a245ccf7709abfd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added class-transformer-shim to use typeorm with class-transformer #62

fac58d7c71489ce4d5f8e3121a8e20f76e4fbc0b authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
renamed browser shim to typeorm model shim

07c684bbc4b7eba8f1e8ae8200cf532e2e9a4205 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed failing ci test

4d3221c8779efaffbf71caeb17e389819ea7e40b authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Added test case for issue 184

2c9686c1348dd0b74b108c33d253c9f920ba98f4 authored almost 8 years ago by Danijel <[email protected]>
fixed issue with query runners running queries outside of transaction + fixed date issues with sqlserver driver

d73ca3b9cd5eec9f090c182adb9147e7a572cc9c authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Added test case for issue 184

9cb141896f7ff4ce65d529183629efce9380dc5c authored almost 8 years ago by Danijel <[email protected]>
Merge pull request #1 from typeorm/master

Rebase

9720d49c6dcd9d0da4969fa07eb3950145ad421d authored almost 8 years ago by Danijel Cole <[email protected]>
version bump

af777d76752f3a4a290cf660743854f774340959 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #203 from mingyang91/master

fix issue #202

73c80e37e8727eecbf5ea1c8bf06bcf8509d661e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed tests of cascade remove in many to many because they are not valid anymore

e07d1c101dc82c7fce26ee1bbc240ffe6568d598 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed relation options from tree decorators too

ff539c4564857295e89b9947c753c9dc22a22b25 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #151 + removed cascade remove options where they should not be possible

11817adc2e48c0bb56d6cc8a7870db4a58b7c93b authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fix issue #202

46cf6b7fead377a17eb19e68ca27c2f010c9a659 authored almost 8 years ago by 明扬 <[email protected]>