Ecosyste.ms: OpenCollective

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

TypeORM

ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Collective - Host: opensource - https://opencollective.com/typeorm - Website: https://typeorm.io - Code: https://github.com/typeorm/typeorm

added additional tests for #161

github.com/typeorm/typeorm - df3b3cf294cd03bad0a10666d0f50da1e941448a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
wrapped everything in the subscribers running from the persist into the persist transaction

github.com/typeorm/typeorm - 971a2c4607e0952ab634a3b37bea91444a90e689 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with entity managed usage in the subscribers

github.com/typeorm/typeorm - 6d5a84ece06a09dd49b646353690b49a6295eb63 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed console.log

github.com/typeorm/typeorm - 5b214a927e828ae421a56bc697262b7f31b4af41 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented @transaction decorators

github.com/typeorm/typeorm - 6d81649a27a988f77668c56da8580044395e0f2c authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #195 unique index is not being created

github.com/typeorm/typeorm - 1f7065fa67eff08ef5a2831f624ea06752587acc authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
implemented custom repositories support

github.com/typeorm/typeorm - 8884789d31d2a5253f152321659c25918de2335f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
renamed all tables into entities and deprecated table decorator

github.com/typeorm/typeorm - 82249a45234f1df899c59606cd0957292f710fb7 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug with default values comparision

github.com/typeorm/typeorm - 3ccf4d61239ef0fc698d7862ba3075cfc5199db6 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed check if there are operations before transaction getted executed

github.com/typeorm/typeorm - 97ee9af4755457943e6a9b4ec4c099c7ccb157fd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with entity is not updated when changed in the listener + fixed issue with default booleans in sqlite + added check if there are operations before transaction getted executed

github.com/typeorm/typeorm - 9fcdd347f69b33609744348512fdb26e7793207f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #159 and #173 - issue when after persistment class table parent's id is not updated

github.com/typeorm/typeorm - 713708c3e2dc235a3237d56ee48b0c8aeb7a1958 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #150

github.com/typeorm/typeorm - 4296b051c7c9d60f95856b88fdd59ff8ff75cda1 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added test that checks if entity change in listener works

github.com/typeorm/typeorm - 2865a185af67fd58c8a342d4e410f0de55059880 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed failing CI tests

github.com/typeorm/typeorm - d073161ad5fa6983756af5144c4f31b75b127655 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #174 issue when order was going by columns of embeddables when actual order by parent entity itself was specified

github.com/typeorm/typeorm - 8d069af266991c6f4c27176f773d8c60e207cfbe authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed failing test CI issues

github.com/typeorm/typeorm - dd055e51cfb049cbf615747bc50b50efa8ac5561 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed failing test CI issues

github.com/typeorm/typeorm - b9617127067f413803f904e318a96d09010993bd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #175 - if property is joined then it should return empty array even

github.com/typeorm/typeorm - bfc1d1d44551b758b270649bbeb9ff97756bd184 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

github.com/typeorm/typeorm - c5a582dab049ffece5d17243d2db1daf5dbf65d9 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed "only" test

github.com/typeorm/typeorm - 946ae335ccb7846616ab9d17c4be7b0566cf2e89 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #179 and #177

github.com/typeorm/typeorm - 3a5f834f7ef118ee91207d07c573aa12f743f82f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed failing date check test

github.com/typeorm/typeorm - b20a16dd52f0034780c5bfd5e34f036459a1656d authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #190

github.com/typeorm/typeorm - 012c65f23bb1b3d1bf7d8cf06f0572142f900624 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #191

github.com/typeorm/typeorm - cfdb615ce7f072c0be20e0d661015e3a7613f46f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #192

github.com/typeorm/typeorm - 3c35cccacd0ac1f4dc7c122a6ef02b1c72f7166d authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issues with failing tests in connection

github.com/typeorm/typeorm - 9f44f481131cc77e7d4f5d0e12539b92b34ea0e5 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes failing removeById test

github.com/typeorm/typeorm - 9c522c616f8eeb260cbaed1f25f27389c4cc9026 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #176

github.com/typeorm/typeorm - 4b09c4419af9acbc6a4031604bfd6045bce47567 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issues with jsonb test (problem because syncSchema was not awaited)

github.com/typeorm/typeorm - ee61650a5e8287bdb4286dbf239f1cac7251cf58 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated deps

github.com/typeorm/typeorm - 1f6b637d1ace4944d98a8bdb50893ded29304a17 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed tests that used fixed connection options

github.com/typeorm/typeorm - 3c2386dcf37c287b268bb21bb89715081ea28384 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #189 from Luke265/master

Allow zero, false and empty string to be used as default value.

github.com/typeorm/typeorm - 929aa697bbaf56c54eda140765d6a45eba7b0fdf authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Allow zero, false and empty string to be used as default value.

github.com/typeorm/typeorm - 6755123c86a3da3583ed4344e03014a535bece70 authored almost 8 years ago by Luke <[email protected]>
added exports for naming strategies to the index

github.com/typeorm/typeorm - 22af6989272377f56492a31cb01c80076786d1a4 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed "only"

github.com/typeorm/typeorm - 9d944fe274ff42a18da4934dc2eaf1213e7d745e authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added test for #182

github.com/typeorm/typeorm - 60165787f9e0e57b4e977262afdff2b9987c849f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for #185

github.com/typeorm/typeorm - dec6858922ebed46f2c864dfda9ad5b75a271c9c authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
allow empty host, if extra.socketPath is set

github.com/typeorm/typeorm - def785bd9680c75df6206b79b9cd347c089dfce1 authored almost 8 years ago by johncoffee <[email protected]>
fixes #181

github.com/typeorm/typeorm - ecfa1a7d99d47e0ce4160095f9c0497c7fd69129 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for #163

github.com/typeorm/typeorm - c245d66b626aa446beb7a18bba6636cdd82d5522 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed browser shim issues

github.com/typeorm/typeorm - ecfe66d73fbaae29ee27b4027869fe231c87e32f authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #159

github.com/typeorm/typeorm - 13ff9f44b8043774638c993cb62eb919559fa072 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added tests for #161

github.com/typeorm/typeorm - 4f77d36cd1182046547bff5b92f7e752dfdd79bd authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

github.com/typeorm/typeorm - 4ffa3ddd5aac0c8c8de1bc725bb5d042cf4fca42 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
removed only runned test

github.com/typeorm/typeorm - 41dcb7cb357aeab1a104ff3c2912d8b6d5a4e412 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored test for #160

github.com/typeorm/typeorm - 1121a8df3d18ede973906c8c9f40b7f00c23d0bf authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #160 from mingyang91/master

Can change postgres default schema name

github.com/typeorm/typeorm - 93756f0876dc03087fcd6ed7fd1410816ad21851 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
set schema name in ormconfig.json

github.com/typeorm/typeorm - a7c15b6e73667882a32098e2ab33123879736746 authored almost 8 years ago by 明扬 <[email protected]>
Can change postgres default schema name

add `schemaName` property, default value is `public`
Issue #152

github.com/typeorm/typeorm - c7a6cc0d16c6e8d7b2ccb28af783b000d44e1dbc authored almost 8 years ago by 明扬 <[email protected]>
fixed version

github.com/typeorm/typeorm - 93d4aa196977117061585480c13db021c264ad8a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed changelog

github.com/typeorm/typeorm - 12ed874c418b6a9b95ab5b2ae2a0369865395314 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #157

github.com/typeorm/typeorm - 35e4f55b618ed580f69a43f515c99a49ce230c6a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated package browser file

github.com/typeorm/typeorm - 20d690396e57f0717fef63fb6c7bfb55746dd8db authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed changelog

github.com/typeorm/typeorm - 834bb7fa24f9d8ab4fe05743a2b4043fdc619bfb authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

github.com/typeorm/typeorm - 70a38ef28dd9b76f8796c7a69ec4b81fd5ccb419 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
updated deps

github.com/typeorm/typeorm - f0bf29f7a65a6075387390d27ffa681f1b36c3ad authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #155 from mingyang91/master

fix issue #114

github.com/typeorm/typeorm - 09ffa8a67e7dcbdc1406dd77b8e00728b2724238 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fix issue #114

github.com/typeorm/typeorm - 7ce9770a2250568e1eef2e8a20e4f3ca2a5d4e40 authored almost 8 years ago by 明扬 <[email protected]>
fixed #134 related issues

github.com/typeorm/typeorm - ad009bb1dffe4d8adad07252334dd95d026967b8 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed test for #134

github.com/typeorm/typeorm - a6251c80e9c4e058328b06563e6c1b715fda3f29 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed test for #134

github.com/typeorm/typeorm - 07d405f9d98bc3db5d7310cbc8e265eb7f18f21a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #134 from cserron/master

TIME is converted to 'HH-mm' instead of 'HH:mm'

github.com/typeorm/typeorm - e4efde204a699ee6d66d59f86f8a348967e7aac9 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Adding validation and comparison with currentDate

github.com/typeorm/typeorm - e2e7617982ee317c9d1410731bdab15d7ca12a09 authored almost 8 years ago by Chris Serron <[email protected]>
Test cases for issue #134

github.com/typeorm/typeorm - 504635beb48d9b4ba30dae038f0d4240e23a2ff8 authored almost 8 years ago by Chris Serron <[email protected]>
Test cases for issue #134

github.com/typeorm/typeorm - 95398ec807769114df11901fe95fec0aa455f0cb authored almost 8 years ago by Chris Serron <[email protected]>
version bump and added changelog

github.com/typeorm/typeorm - 56ec502042119c89e80bb54f7bd533c05fc20dd5 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added support of tsnode to run tests

github.com/typeorm/typeorm - 1aadaa078107d8727d7b720a98013b087e3ddb29 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #144

github.com/typeorm/typeorm - fff04f10eafeca7db92afd4a4b94498ee7f8a12a authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes in migrations support

github.com/typeorm/typeorm - 61d7b7f63ad8e895fc6169b3e9fc4e6483f5487c authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed bug when embbeded is not being updated

github.com/typeorm/typeorm - 86f9738fe6bd16ee9ea90506947845bf704d12cf authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
added latest changes into changelog

github.com/typeorm/typeorm - aee2a2852f664f73ffc79e22848947524a85d654 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #139

github.com/typeorm/typeorm - df9aa52b005fbed8b661a28954771d2cffcd7384 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #138 from mingyang91/master

fix #137

github.com/typeorm/typeorm - 3d4dc11ff6a63da94d43f9c1df924371a28fec10 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #126 from CreepGin/my-patch

Added support for Postgres jsonb type

github.com/typeorm/typeorm - ad162941d27b55a9bbe99079be67d7acb299b7a2 authored almost 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #141 from marcinwadon/sqlite-has_table-typo

Fixed hasTable SQL statement for SqliteQueryRunner

github.com/typeorm/typeorm - f96b911387e42262bb7cd8c3be3a8d6dbf837926 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed hasTable sql statement for sqlite query runner

github.com/typeorm/typeorm - a9acc8130159db79894f92628202d6b4894d711a authored about 8 years ago by Marcin Wadon <[email protected]>
fix bug

cannot save relation entity.

github.com/typeorm/typeorm - bb5de6916f4abd7a2dd6ac70ab9f419f322334f9 authored about 8 years ago by 明扬 <[email protected]>
Update DataTransformationUtils.ts

github.com/typeorm/typeorm - 4820e8247f50022088a2bdb055980f80e5107e9e authored about 8 years ago by Christian Serron <[email protected]>
Merge pull request #135 from eduardoweiland/fix-issue-130

Export schema-builder classes to be used in migrations

github.com/typeorm/typeorm - 447a4f1a0556d6904ecfa703ab910e34911505f7 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Export schema-builder classes to be used in migrations

github.com/typeorm/typeorm - 9e1b08e45473485d4969f901e11e1dcca9f9978a authored about 8 years ago by Eduardo Weiland <[email protected]>
[FIXED] Issue #129

TIME is converted to 'HH-mm' instead of 'HH:mm'

github.com/typeorm/typeorm - 7147198e6ef8944f89700d2008e4b2a073b0895e authored about 8 years ago by Christian Serron <[email protected]>
Merge pull request #132 from eduardoweiland/fix-issue-131

Fixed: error with single table inheritance query without additional conditions

github.com/typeorm/typeorm - f368940e8ae0fa00b7330b1558000fb465e537b0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Fixed: error with single table inheritance query without additional conditions

github.com/typeorm/typeorm - e01c2db496ae057f412dcb00ffbe2ad04af12a69 authored about 8 years ago by Eduardo Weiland <[email protected]>
added extra test case for persisting jsonb

github.com/typeorm/typeorm - 01f7fb7c47105b24c230e2cf67b3d7cce99a87d3 authored about 8 years ago by Dave <[email protected]>
Added test case

github.com/typeorm/typeorm - 5bec7df51c1231ec6b956c94b985ec3690128cc0 authored about 8 years ago by Dave <[email protected]>
Added support for Postgres jsonb type

github.com/typeorm/typeorm - 9da0946e2d572d01ccfe057467d9a94bda6af270 authored about 8 years ago by Dave <[email protected]>
added examples and extensions section

github.com/typeorm/typeorm - 6c817433c51d59e235f9faeee68d24938ae5afc6 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
commented problematic tests on CI

github.com/typeorm/typeorm - 4e7e50b06106f9b96792ace6c1c69f8e06a2c27c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fix in readme

github.com/typeorm/typeorm - 663c10bcf11b0b283cd8f254fa650d2c389c10f8 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #120 from typeorm/migrations-support

Migrations support

github.com/typeorm/typeorm - 08634b5c083bc76b38617109914b5db6f0d1bec3 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

github.com/typeorm/typeorm - f1ab4ada359dbf2f4e0df596cdee9a30450e47b7 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
version bump

github.com/typeorm/typeorm - 199b79409532e493325d5f97d2060115d12283ba authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
changed `getScalarMany` to `getRawMany` in `QueryBuilder` and changed `getScalarOne` to `getRawOne` in `QueryBuilder`

github.com/typeorm/typeorm - 563404df4a00215ed19148bb2f5cd2d2e5005274 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed running migrations ordering issue

github.com/typeorm/typeorm - 6168bef964a0103ec7365029ebe2f5a09ae9462f authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed rename column method in query builder + added migrations ordering before run

github.com/typeorm/typeorm - d2daddb3408980311157163525efccc80adae2ee authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed migration create command

github.com/typeorm/typeorm - 0b0e8e98f765da32fe6aaef3f42919d2fa878851 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed commands

github.com/typeorm/typeorm - 9b4d83ff5ac00cde316d5c4cea4fcbd6f5cf575b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed small issues in the cli and commands; added cli options to the connection options

github.com/typeorm/typeorm - 634bc0e3d001f38a65640eee7c9a66c396ea38bb authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added command for subscriber generate and small fixes in other generate commands

github.com/typeorm/typeorm - 0186b225047b5f961c8b5ce70b1f7dcd0e2a6f72 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>