Commit Graph

56 Commits

Author SHA1 Message Date
Kononnable
0165dd3257 fixing travis build 2 2017-06-17 17:30:39 +02:00
Kononnable
53697ea6c1 fixing travis build 2017-06-17 17:27:44 +02:00
Kononnable
9434426e42 added compilation of generated model in integration tests 2017-06-17 17:11:06 +02:00
Kononnable
04bf353e7c removed nodejs 4 from travis tests - spread(triple dot) operator not supported on node v4 2017-06-17 00:47:35 +02:00
Kononnable
7afd9f792c Added indicies to tests 2017-06-16 01:41:25 +02:00
Kononnable
75709fc41b npm update, adding package-lock.json 2017-06-15 18:58:35 +02:00
Kononnable
52884da881 added column types tests 2017-06-05 16:01:35 +02:00
Kononnable
d870654fc8 better handling of OneToMany/OneToOne relations 2017-06-05 15:33:34 +02:00
Kononnable
694b41cd79 added node 7 to travis testing environments 2017-06-05 14:48:08 +02:00
Kononnable
9a2076b3f1 recognision of OneTwoMany relations 2017-06-05 13:39:27 +02:00
Kononnable
06158a50ec typescript version update; nicer fix of possible typescript error 2017-05-29 16:35:10 +02:00
Kononnable
642e57bf74 added relation tests - problems with distinguishing OneTwoMany from OneToOne without indexes 2017-05-27 00:55:10 +02:00
Kononnable
3ca6707a80 changed from mustache.js to handlebars.js 2017-05-24 21:06:50 +02:00
Kononnable
126d9ce185 integration tests column options comparision, added generated column option to creating model from db 2017-05-22 22:46:33 +02:00
Kononnable
5e307aca65 added partial entity comparision in integration tests 2017-05-20 00:31:26 +02:00
Kononnable
2adce2f54f codecov fix(again)2 2017-05-14 16:07:22 +02:00
Kononnable
7338a19221 codecov fix(again) 2017-05-14 15:58:04 +02:00
Kononnable
0a83f02510 travis CI fix3 2017-05-14 15:34:41 +02:00
Kononnable
278c9c21ca travis CI fix2 2017-05-14 15:08:18 +02:00
Kononnable
339f9ef28b travis CI fix1 2017-05-14 15:00:03 +02:00
Kononnable
938adf5b07 Added CI MSSQL Tests 2017-05-14 14:53:06 +02:00
Kononnable
c567ee0546 integration test step 2 - not completed yet 2017-05-13 00:33:39 +02:00
Kononnable
7b163dbd41 preparation to integration tests 2017-05-11 01:10:05 +02:00
Kononnable
e6d648ec24 codecov fix6 2017-05-06 00:20:40 +02:00
Kononnable
46685a2b82 codecov fix5 2017-05-06 00:10:55 +02:00
Kononnable
628f7b2b3e codecov fix4 2017-05-03 22:36:56 +02:00
Kononnable
7609efcde3 codecov fix3 2017-05-03 22:20:50 +02:00
Kononnable
bae5c20bc7 codecov fix2 2017-05-03 22:14:08 +02:00
Kononnable
3582570bbf codecov fix1 2017-05-03 22:10:42 +02:00
Kononnable
fd7f89019a codecov added 2017-05-03 22:05:49 +02:00
Kononnable
fc2bdcea53 added badges, npmignore 2017-05-03 21:28:58 +02:00
Kononnable
a44d475f0b travis CI fix4 2017-05-03 20:27:18 +02:00
Kononnable
6c8342d799 travis CI fix3 2017-05-03 20:20:59 +02:00
Kononnable
51d5f2e5a1 travis CI fix2 2017-05-03 20:02:37 +02:00
Kononnable
8ee3aa9124 travis CI fix1 2017-05-03 19:51:35 +02:00
Kononnable
4cc450cdc5 Travis CI 2017-05-03 19:47:01 +02:00
Kononnable
d68b2cf3ed first tests created 2017-05-03 19:12:25 +02:00
Kononnable
18918a01d1 better connection error handling 2017-05-01 01:05:19 +02:00
Kononnable
8c6d04cb51 output gitignore fix 2017-04-29 15:57:34 +02:00
Kononnable
e9e9ed8805 fixing code //TODO issues 2017-04-29 15:56:54 +02:00
Kononnable
9762f37ab5 default value fix 2017-04-26 20:35:09 +02:00
Kononnable
dd2399f4fe disabled mustache char escaping; couple fixes in mustache template 2017-04-26 19:23:22 +02:00
Kononnable
7ef9bb109c added self referencing tables support 2017-04-26 19:05:12 +02:00
Kononnable
9f5d0eee03 added multiple relations on single column 2017-04-26 16:17:00 +02:00
Kononnable
fcf593e3ae added relations 2017-04-23 23:41:49 +02:00
Kononnable
0b000042e2 changed PrimaryGeneratedColumn to Column, added decimal scale, precision 2017-04-08 01:45:00 +02:00
Kononnable
8f4520bb25 added @PrimaryGeneratedColumn, nullable, length on columns 2017-04-08 00:34:50 +02:00
Kononnable
fcede22b48 typeorm column type recognition, index template generation 2017-04-06 23:28:35 +02:00
Kononnable
15c8c56f24 base model generation 2017-04-03 00:28:38 +02:00
Kononnable
38b254548e enumerating all relations(one to many) 2017-04-02 00:53:19 +02:00