Umed Khudoiberdiev
39fbab5684
added configuration for tests; test utils refactoring; functional test refactoring; added some new tests; fixed some bugs discovered by tests:
2016-06-06 20:34:45 +05:00
Umed Khudoiberdiev
7252137ae6
added postgres required driver classes
2016-06-06 14:16:32 +05:00
Umed Khudoiberdiev
20afae93ef
implementing entity schemas - step 3
2016-06-03 04:22:45 +05:00
Umed Khudoiberdiev
efaf61b9d0
added build from entity schemas - second stop
2016-06-03 02:03:47 +05:00
Umed Khudoiberdiev
2212868554
fixed issues in the update by relation operation
2016-06-03 00:29:44 +05:00
Umed Khudoiberdiev
0c20445d83
added build from entity schemas - first step
2016-06-02 23:37:15 +05:00
Umed Khudoiberdiev
fa252fa68b
Update README.md
2016-05-30 02:06:22 +05:00
Umed Khudoiberdiev
5b1a4e0e14
fixed issue when alter tables are performing
2016-05-27 23:55:05 +05:00
Umed Khudoiberdiev
83a3856121
added extra table options
2016-05-27 22:15:01 +05:00
Umed Khudoiberdiev
66cb50796e
renamed event subscriber to entity subscriber
2016-05-27 12:13:37 +05:00
Umed Khudoiberdiev
342b560ad9
added support of embeddables
2016-05-27 12:01:16 +05:00
Umed Khudoiberdiev
249b30bc91
added embedded decorator and metadata
2016-05-27 10:12:18 +05:00
Umed Khudoiberdiev
0264d1fc10
Merge pull request #8 from pleerock/async-await
...
Async await
2016-05-27 09:05:40 +05:00
Umed Khudoiberdiev
b3002b9fda
refactored entity metadata builder
2016-05-27 09:01:01 +05:00
Umed Khudoiberdiev
b2c3fe0151
entity metadata builder refactoring
2016-05-26 22:32:37 +05:00
Umed Khudoiberdiev
1f716002c3
Merge pull request #7 from pleerock/async-await
...
refactored connection class
2016-05-26 21:04:09 +05:00
Umed Khudoiberdiev
08a8062e66
fixed issues with date and booleans persisment and hydration
2016-05-26 21:02:48 +05:00
Umed Khudoiberdiev
3db68dcfb1
updated all dependencies
2016-05-26 19:42:40 +05:00
Umed Khudoiberdiev
fb29d6cbe4
fixed issues
2016-05-26 19:28:57 +05:00
Umed Khudoiberdiev
5daf0d3ef5
added new repository methods to entity manager and reactive extensions
2016-05-26 19:24:43 +05:00
Umed Khudoiberdiev
27fe82279c
added tests for set/add/remove relation + tests for removeById/removeByIds methods
2016-05-26 19:06:16 +05:00
Umed Khudoiberdiev
24352ef52d
fixed bug in query builder and added not working yet tests for relation count
2016-05-26 17:35:31 +05:00
Umed Khudoiberdiev
a83093910f
added extra methods to repository
2016-05-26 15:37:41 +05:00
Umed Khudoiberdiev
19d215d777
refactored metadata and metadata args namespaces
2016-05-25 19:51:13 +05:00
Umed Khudoiberdiev
9465e2f1fe
metadata build refactoring
2016-05-25 19:40:56 +05:00
Umed Khudoiberdiev
697178f3b7
refactored metadatas
2016-05-25 14:14:27 +05:00
Umed Khudoiberdiev
67e010e690
refactored metadatas
2016-05-25 13:36:59 +05:00
Umed Khudoiberdiev
8185921ee4
refactored metadatas
2016-05-25 12:39:41 +05:00
Umed Khudoiberdiev
4ed27902b9
refactored metadata args
2016-05-25 11:06:57 +05:00
Umed Khudoiberdiev
fc7def3934
renamed metadata args
2016-05-25 00:05:45 +05:00
Umed Khudoiberdiev
290204f573
fixed all issues related to metadata args changes
2016-05-24 20:06:17 +05:00
Umed Khudoiberdiev
c5228e4978
Merge branch 'master' into async-await
...
* master:
fixed multiple issues with propertyName parameters
fixed issue in qb
fixed issues with custom relation names
fixed issues with custom relation names
fixed issues when update operations were not working correctly when new entity is attached and its inside things were changed + fixed issues with custom column name for relations + added tests for it
Conflicts:
package.json
src/query-builder/QueryBuilder.ts
src/query-builder/alias/AliasMap.ts
2016-05-24 18:38:17 +05:00
Umed Khudoiberdiev
827de766ae
fixed multiple issues with propertyName parameters
2016-05-24 18:29:25 +05:00
Umed Khudoiberdiev
a8cbec3823
created metadata args for all metadatas
2016-05-24 13:04:15 +05:00
Umed Khudoiberdiev
fa60671819
fixed issue in qb
2016-05-24 00:36:47 +05:00
Umed Khudoiberdiev
c3e69b952a
fixed issues with custom relation names
2016-05-24 00:36:47 +05:00
Umed Khudoiberdiev
e7305e9c59
fixed issues with custom relation names
2016-05-24 00:36:47 +05:00
Umed Khudoiberdiev
aaf48f77c7
fixed issues when update operations were not working correctly when new entity is attached and its inside things were changed + fixed issues with custom column name for relations + added tests for it
2016-05-24 00:36:47 +05:00
Umed Khudoiberdiev
576cced2e8
fixed issue in qb
2016-05-24 00:30:50 +05:00
Umed Khudoiberdiev
50650faa7f
fixed issues with custom relation names
2016-05-23 19:13:49 +05:00
Umed Khudoiberdiev
cc92d96468
fixed issues with custom relation names
2016-05-23 18:15:55 +05:00
Umed Khudoiberdiev
cf6ebe5c2e
fixed issues when update operations were not working correctly when new entity is attached and its inside things were changed + fixed issues with custom column name for relations + added tests for it
2016-05-23 17:04:56 +05:00
Umed Khudoiberdiev
81e15a0a3c
refactored connection class
2016-05-23 10:45:32 +05:00
Umed Khudoiberdiev
8d68c8c40b
added factories and used container in the connection class
2016-05-22 17:24:24 +05:00
Umed Khudoiberdiev
1e79a63795
refactored connection class
2016-05-22 15:56:40 +05:00
Umed Khudoiberdiev
f513fc1ba7
changed entry point to index.ts
2016-05-22 12:18:25 +05:00
Umed Khudoiberdiev
f8ee9c5541
fixed all es6 null/undefined types issues
2016-05-22 12:12:58 +05:00
Umed Khudoiberdiev
cbdaf1acaf
fixed bug with many-to-many when not all junction operations were collected
2016-05-21 16:55:45 +05:00
Umed Khudoiberdiev
711e3a0698
added functional tests for one-to-many and fixed few issues related to one-to-many
2016-05-21 15:07:32 +05:00
Umed Khudoiberdiev
6177c1929b
fixed missing glob
2016-05-17 22:38:08 +05:00