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

fixed commands issues

github.com/typeorm/typeorm - fe17c104bf4aef1e79bdab8afd3b3ed078f7e3d0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed query runner small issues, and added renameColumn method

github.com/typeorm/typeorm - 502c30e61ef049cd728f6469aa49d477d02aa5ff authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed entity/migration commands and registered all commands in the cli

github.com/typeorm/typeorm - 7c3abca2f8110ed8854c0ce098182d84249169c8 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added flag to run migrations on connection creation

github.com/typeorm/typeorm - d510e2877d74d17b524fb76c222dbf45af8c58f9 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added migration commands

github.com/typeorm/typeorm - 4f4878b8c8675cb7e339e07b53e5cec72e242807 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added migrations execute and revert functionality

github.com/typeorm/typeorm - 0f9287ad8e889decaacf0f104492185eee39138c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #117 from andrew-w-ross/fix-unique-constraint

Unique constraint now takes in table name in postgres and mssql

github.com/typeorm/typeorm - 92017161fe78d12ef0b735f1a81b0c03f17c8543 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Removed require decleration

github.com/typeorm/typeorm - 857c6e5f7467c104173655c4f70b8f577bcc4952 authored about 8 years ago by Andrew Ross <[email protected]>
added extra methods to query runner and implemented them in mysql driver

github.com/typeorm/typeorm - 31d5a76f5f4d877435893fb5dd7be9fb2182f549 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge remote-tracking branch 'origin/fix-unique-constraint' into fix-unique-constraint

github.com/typeorm/typeorm - 5887463fbc03f153eda008b0afa5a819a8806061 authored about 8 years ago by Andrew Ross <[email protected]>
Unique constraint now takes in table name in postgres and mssql

typeorm/typeorm/issues#108

Removed specific drivers
Removed the metadata checks.

github.com/typeorm/typeorm - 716259502463f7ad90b073ec77862f94828f8446 authored about 8 years ago by Andrew Ross <[email protected]>
implemented all needed api for migrations in the query runners of all drivers

github.com/typeorm/typeorm - 93345008618634c0c2b2576fe472df165af6c450 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge remote-tracking branch 'refs/remotes/typeorm/master' into fix-unique-constraint

github.com/typeorm/typeorm - 5e29071386a5088f06d391f71d1b6cfaf967d0ea authored about 8 years ago by Andrew Ross <[email protected]>
Merge remote-tracking branch 'origin/fix-unique-constraint' into fix-unique-constraint

# Conflicts:
# docker-compose.yml

github.com/typeorm/typeorm - f3b6fa90a362e48a240ac79124f2a43d9a960eb9 authored about 8 years ago by Andrew Ross <[email protected]>
added basic sample how to use migrations

github.com/typeorm/typeorm - 43dcd5640fd4adf87c7afcad69bbec357cd79b70 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added basic migration commands

github.com/typeorm/typeorm - 1481b9a49fe2591e9ee5e86907f413eede69237b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added migration interface

github.com/typeorm/typeorm - 4a8250c31e1a2d3101527ef8d1d0e9090ef65b38 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
skip test to check if it brings problems to CI

github.com/typeorm/typeorm - 6433069ae29c84b9a7d7c139c05f19fd4531cc97 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added extra methods to query runner and implemented them in mysql driver

github.com/typeorm/typeorm - c55094810d53811f9ad7bd2e549f4f56626b7b26 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Unique constraint now takes in table name in postgres and mssql

typeorm/typeorm/issues#108

github.com/typeorm/typeorm - 0dd00169fb5063717a34455803a52eea608e8899 authored about 8 years ago by Andrew Ross <[email protected]>
Added mssql to docker-compose

Unique constraint now takes in table name in postgres and mssql
typeorm/typeorm/issues#108

github.com/typeorm/typeorm - 151e3781d8e515d2913ba5cc425aaf90dd162cbf authored about 8 years ago by Andrew Ross <[email protected]>
skip test to check if it brings problems to CI

github.com/typeorm/typeorm - 45a4cff5c8093a0b39c45948d0134579974f5541 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added typescript to javascript replacement back because npm still does not support typescript code highlighting

github.com/typeorm/typeorm - a11eea57fe402fc7d6e40dd31844c12138997be2 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed websql typings dependency on window

github.com/typeorm/typeorm - 1c8027b3270fa8c7eaaba54e451a87117363ce47 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added typescript lib section to readme

github.com/typeorm/typeorm - d562b0aba9cac4de2c938fcae14105e6df0aee25 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when object is removed by cascades that are just loaded from db (no real entity)

github.com/typeorm/typeorm - 0ac2d46efaef5339fe8c4c4d74a9856f1e46bd38 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added dependencies packages status badges back

github.com/typeorm/typeorm - 393d3249b36d90c1ee607ac55428b7c4ace6dc64 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
preparing 0.0.4 release

github.com/typeorm/typeorm - 6a283168abd49949da11c25a1da659bb552e972a authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added logging options to ormconfig to easy dev

github.com/typeorm/typeorm - 7d477fd8cf31cea4b585c81bf78e70fbf7125f49 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
removed codecov for now, will be used in the future

github.com/typeorm/typeorm - 93bba81bf81550f86ba2b26c6ee6a9d45e4d9ae8 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed closure table wrong order test

github.com/typeorm/typeorm - 9de996667de0de7bbc52f18e4d8e653fe465fc1e authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed sqlserver bugs

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

github.com/typeorm/typeorm - 56f1ccc6993acb2b388b4ff7a08f0de94b1a9bd9 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed readme

github.com/typeorm/typeorm - 3c15b7e25edb91e505a9b9ebb05f8022a3be91ab authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
improved contributing and developer docs

github.com/typeorm/typeorm - c35333a6beff2904759a53ac6ec5be347b9366d8 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed codecov config

github.com/typeorm/typeorm - aefa33e5d8411217dedaf7087e464dda3e547c3b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Update README_BROWSER.md

github.com/typeorm/typeorm - 8c8227f776abba84be7ab9a7734ea27a729dd6e3 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Update README.md

github.com/typeorm/typeorm - cc54026e8bc7dca44e58526da6e530eb125a6226 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #112 from gitter-badger/gitter-badge-1

Add a Gitter chat badge to README.md

github.com/typeorm/typeorm - b8493c5fa0f1572568dadc3712ffd95f97a8823f authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Add Gitter badge

github.com/typeorm/typeorm - d9160bd6b83cc25b1ccd01cebb6f7143c654c2a2 authored about 8 years ago by The Gitter Badger <[email protected]>
increased test period time

github.com/typeorm/typeorm - 21fff8cfc40c12aa6389837e46eb8bf66a8dacfd authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed test

github.com/typeorm/typeorm - d6597d4b08d11650a7607ef85eea0a51a198ce8c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issues with lazy relations

github.com/typeorm/typeorm - 52eee37b0824f26ff3e57b4df1c06b74b57278fd authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed travis config

github.com/typeorm/typeorm - 6d2d4fa1c7937fea04cc36cc9bc32160619dd99b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed travis config

github.com/typeorm/typeorm - 441b4b8d423a5174c90bb9345c050cb77400a7f4 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
removed oracle driver

github.com/typeorm/typeorm - 689caa5a4b18e65a3de75f3b96636ca6a6a42def authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
removed mariasql driver because mysql is used instead

github.com/typeorm/typeorm - 62bb784e939d4d7be0a8e1672b1badb5b4a50a30 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added docker compose, travis and codecov configs

github.com/typeorm/typeorm - 2e924e29387ffd84087c1c405466dc87caa57bfc authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Rename Image.json to image.json

github.com/typeorm/typeorm - d3843785c4d9861b673bccbee7fcfcb4b489907a authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed test environment setup

github.com/typeorm/typeorm - 70336bce112a00890b4453a264e6b613707b4065 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Delete ormconfig.json

github.com/typeorm/typeorm - 3cdae400f461abecccf018d1a89263a46f2ed6d3 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Update ormconfig.json

github.com/typeorm/typeorm - 771790e97b3aa2e962fc5707003e08951dc6308f authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed problem with decorators-shim

github.com/typeorm/typeorm - 393d1ec587fdd1d4ad540d26f574d9e88a0dba88 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with using limit with order by

github.com/typeorm/typeorm - 2637e9ccfbb9a08bc22670e9d2e7e8ec755de5dd authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed readme issue

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

github.com/typeorm/typeorm - d3fd0fe04c4975fae513c0d419bb5aa22b97bf22 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed packaging issue

github.com/typeorm/typeorm - 2bebb8550fcb70a4490a16aeceff5a2694407cb6 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge pull request #73 from typeorm/persistance-refactoring

Persistance refactoring

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

github.com/typeorm/typeorm - 41869099bc31236632e74a3c2fd76dcd9fdf4e08 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
Merge branch 'master' into persistance-refactoring

Conflicts:
package.json

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

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

github.com/typeorm/typeorm - 4faf7e9b0e0a32db7fb0fea0ea4c4f9f65e339a3 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added note about oracle in the readme

github.com/typeorm/typeorm - 7ced20d6ad3e79e827c781932fec35c483d8c0ac authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
updated docs

github.com/typeorm/typeorm - d16ab6ed45e831e162bfb50a3dfb7de7ca29a604 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
updated docs and returned back setParameters. deprecated addParameters

github.com/typeorm/typeorm - 31e29a8780ec18ae9e6a5cd1db7b038a417f9fbc authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added correct packaging for browser tasks

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

github.com/typeorm/typeorm - aa578e8447470773b61893f61db7eead277bb12d authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed failing test

github.com/typeorm/typeorm - b2febcae03bddd44fceba870bbcf59592897b2bf authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
refactored code to work with es5 target; code formatting

github.com/typeorm/typeorm - fc37ca1262e6bc22c9e55083330af43360f9f9ed authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed packaging issues

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

github.com/typeorm/typeorm - fac16c3fc9fa18f266dee5439c6481b49a419a18 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with wrong working camelCase function

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

github.com/typeorm/typeorm - 6147a6feca8ee6582acad3f834b6e598b2674573 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
length in column options now can be both number and string

github.com/typeorm/typeorm - 17d7df41f6778ad0589f2de39d0e5ac079c09a3a authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
#62 and #61 added basic websql driver support

github.com/typeorm/typeorm - 6c35f456dbeb1a54ad907496dabc2be729d8ddf5 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with test

github.com/typeorm/typeorm - 939efb998e086ec8a0aa495351c2f8517c7feef6 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added missed process.env usage

github.com/typeorm/typeorm - 7b80f0be793e44e1454282f445ace4ef9a91a2cf authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
#62 and #61 added build-for-browser tasks

github.com/typeorm/typeorm - 3e9b7a4a94313de04f9ec51346bb5e0b838ce052 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
#62 and #61 added missing browser platform tools methods

github.com/typeorm/typeorm - 3c5c5f672ffeb76c5ce7d570e6cddd0d427a2c26 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
#62 and #61 - removed all third party dependencies that could be removed for browser platform; added platform tools classes and extracted all platform-specific code there; removed mysql2 driver type - mysql2 can be used if mysql is not installed by mysql2 is

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

github.com/typeorm/typeorm - 9386825b173d204fa0e3117481e2bce0739d8bb6 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
added shim for decorators to use them on the frontend

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

github.com/typeorm/typeorm - 40b8f0aa50735862b26fb9e9e262ad033ec8693c authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #78

github.com/typeorm/typeorm - 044e215bfd942c80cd57857b0b29557a3315a867 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed mysql insert issue

github.com/typeorm/typeorm - 102856540cef3b52cc9dd47113e9845f820c4ea0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with postgres driver

github.com/typeorm/typeorm - 05920155c7b80fd8b5aa4a17ccb96e7520635ee0 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with multiple useless connections created

github.com/typeorm/typeorm - f80a09b3a695df0c1aed98e078f5a130c2abde88 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when sqllite database does not take in count foreign keys + fixed all tests for sqlite + moved logic of creation transaction during database drop to its method because its driver-specific (issue when sqlite needs to execute queries of disabling foreign key checks before transaction start)

github.com/typeorm/typeorm - 92d37d39de20e6cf42be1a42eac172317ed9aa28 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when object persisted with one-to-many relation that already exist in db is not updated (inverse side)

github.com/typeorm/typeorm - ae511bbe9cb08ba5d5c390ea149b60e744b4c61f authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when select with id = null is being fired

github.com/typeorm/typeorm - b423e02832187ef98ff7cee304a36c334747b806 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when operations for many-to-many relations are not being generated properly

github.com/typeorm/typeorm - 360f1ad7c86b8e8d020bf53df2f3cd78b9fba025 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue when simple arrays are not checked for difference correctly

github.com/typeorm/typeorm - 0de268ce7cecf0430172bea9b653834d10c74a40 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with onDelete not working in sqllite

github.com/typeorm/typeorm - 94d3b218a30bd52567fe565f9c5bde9edfe2f2bc authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixes #31

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

github.com/typeorm/typeorm - 6d8f47de1b898ffca247740dbe4d86f2db537c3b authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed not working closure table saving + added test

github.com/typeorm/typeorm - fc77ceefb8c167202efef365b73839f4be6c4361 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with non exist entity being sent in remove events

github.com/typeorm/typeorm - bce38e5a974a45bbf2d94e4537dc8fd700ae45c1 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with build junction operation is applied on a subject without persisted entity

github.com/typeorm/typeorm - 50b74c3c7a9251922c9fb4365ff6109136648e59 authored about 8 years ago by Umed Khudoiberdiev <[email protected]>
fixed issue with dates

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

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