Commit Graph

484 Commits

Author SHA1 Message Date
Vasil Rangelov
cf23453c36 Fixed RelationId generation. 2019-08-23 10:38:44 +03:00
Kononnable
3682077b7e
Added support for detached entities (#177)
Added support for detached entities
2019-08-21 18:59:35 +02:00
Kononnable
130be42f25 change param name to skipSchema 2019-08-21 18:50:07 +02:00
Kononnable
9d49fd3ee7 disable generating complex relationships
until they're not generated completly
2019-08-19 21:45:12 +02:00
Vasil Rangelov
fbf5980dce Merge branch 'master' of https://github.com/Kononnable/typeorm-model-generator into support-detached
# Conflicts:
#	src/index.ts
#	src/models/EntityInfo.ts
2019-08-19 17:09:00 +03:00
Kononnable
07d82714d7 run tests with colors on CI 2019-08-17 00:42:15 +02:00
Kononnable
526ecec749
address fix (#189)
address fix
2019-08-17 00:04:20 +02:00
Bogdan Korenkov
9e8fcb059c fix: readme 2019-08-15 09:57:39 +03:00
Bogdan Korenkov
49274fe4db fix: wrong address typed 2019-08-15 09:56:08 +03:00
Kononnable
b00ec56118
Feature - support richer derivation of column & entity name (#176)
Feature - support richer derivation of column & entity name
2019-08-14 13:16:18 +02:00
Kononnable
b0842debf9 fix tests on CI 2019-08-14 13:09:06 +02:00
Kononnable
6021be0041 merge master branch 2019-08-14 12:54:50 +02:00
Kononnable
ebbf753864 option to add visibility to constructor #169 2019-08-12 21:35:37 +02:00
Kononnable
52fa711c07 switch to eslint-typescript from deprecated tslint
(part2)
2019-08-12 17:32:28 +02:00
Kononnable
0d0ceeb1da switch to eslint-typescript from deprecated tslint
(part 1)
2019-08-11 20:59:41 +02:00
Kononnable
acfb717d89 add full code compilation as part of test process 2019-08-09 23:20:29 +02:00
Kononnable
6ab81afe28 change node versions tested on CI 2019-08-09 23:12:28 +02:00
Kononnable
7ce6f139ee codecov config change 2019-08-09 22:55:03 +02:00
Kononnable
ecd90e8ac8 query timeout option #185 #188 2019-08-09 22:34:56 +02:00
Kononnable
b81b54f57f set precision when scale isn't default numeric types
fixes  #184
2019-08-09 19:40:01 +02:00
Kononnable
139aac0fac support for postgres enum types #187 2019-08-09 18:13:13 +02:00
Kononnable
1b8d561ec5 Merge branch 'master' of github.com:Kononnable/typeorm-model-generator 2019-08-08 22:24:36 +02:00
Kononnable
29e6506f00
docs: add docs:generating multiple schemas at once (#186)
docs: add docs:generating multiple schemas at once
2019-08-08 22:17:12 +02:00
Kononnable
e8c01bdba9 docs change 2019-08-08 21:57:29 +02:00
Kononnable
0794cf92ef update dependencies 2019-08-08 20:43:04 +02:00
Bert Verhelst
1f4cfedc38
docs: add docs:generating multiple schemas at once 2019-08-01 10:14:13 +02:00
Kononnable
c85d400333
Strict TS and TSLint compliance (#168)
Strict TS and TSLint compliance
2019-07-19 12:39:52 +02:00
Pawe Kotarski
1e81065b30 merge master 2019-07-19 11:59:38 +02:00
Kononnable
ce8d37c075
Added support for UNSIGNED columns in MySQL. (#179)
Added support for UNSIGNED columns in MySQL.
2019-07-19 11:37:24 +02:00
Pawe Kotarski
71c4f0ea73 add test 2019-07-19 11:21:33 +02:00
Kononnable
df20deef14
Update README.md 2019-07-19 10:48:21 +02:00
Kononnable
6975813a3f
Bump lodash from 4.17.11 to 4.17.14 (#180)
Bump lodash from 4.17.11 to 4.17.14
2019-07-11 09:49:13 +02:00
dependabot[bot]
b89542a4d1
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 07:33:13 +00:00
Kononnable
67de19c980
"Object" to "object" for linting's sake (#172)
"Object" to "object" for linting's sake
2019-07-09 22:47:44 +02:00
Kononnable
ac985b0a61 fixing tests 2019-07-09 22:31:04 +02:00
Kononnable
d98fb849f5
Merge pull request #167 from boenrobot/patch-1
Added property visibility to RelationId properties
2019-07-09 22:14:35 +02:00
Vasil Rangelov
2240cc3aeb Added support for UNSIGNED columns in MySQL. 2019-07-02 15:18:47 +03:00
Ng Tze Yang
4dc1bb387e refact: pretti-fying ; 2019-06-27 11:02:41 +08:00
Ng Tze Yang
9ca015e377 feat: support richer derivation of column & entity name ; 2019-06-27 09:27:08 +08:00
Vasil Rangelov
031d74b39c Added support for detached entities, i.e. entities which are not attached to a schema and database. 2019-06-26 20:28:26 +03:00
Vasil Rangelov
4868dcbdfa Replaced "Object" with "object" for the generated JSON column type, so that TSLint does not complain about it being too general, while still preserving the same semantics. 2019-06-20 15:59:04 +03:00
Vasil Rangelov
c3a9eea49b
strict TS and TSLint compliance
Removed unused "type" argument in favor of an empty argument list;

The generated argument name in RelationId columns now uses the defined property case.
2019-06-18 16:58:47 +03:00
Vasil Rangelov
100d79c5e2
Added property visibility to RelationId properties 2019-06-18 15:56:52 +03:00
Kononnable
b70aba10c8 enabling oracle tests on CI 2019-06-08 00:50:17 +02:00
Kononnable
4c75ade4ff fixing CI build 2019-06-08 00:40:51 +02:00
Kononnable
1919c18dce moved to ts-node 2019-06-08 00:28:29 +02:00
Kononnable
a68307dbf7 fixing dependecies 2019-06-05 19:32:41 +02:00
Kononnable
0b74805c1a dependencies update 2019-06-05 18:32:56 +02:00
Kononnable
3a032fa12b
Merge pull request #161 from Kononnable/dependabot/npm_and_yarn/handlebars-4.0.14
Bump handlebars from 4.0.12 to 4.0.14
2019-06-05 17:55:30 +02:00
dependabot[bot]
3ac19f59a1
Bump handlebars from 4.0.12 to 4.0.14
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.0.14.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.0.14/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.0.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 15:08:40 +00:00