Commit graph

36 commits

Author SHA1 Message Date
Theodor Diaconu
c047065854 fix travis tests 2017-12-06 18:27:10 +02:00
Theodor Diaconu
ba4c86143b Fixed #202 - denormalization for inversed link needs to happen in Meteor.startup() 2017-12-06 17:44:16 +02:00
Theodor Diaconu
324e2b78fd some small updates 2017-11-30 22:11:25 +02:00
Theodor Diaconu
7a7a147794 performance fixes 2017-11-29 11:58:37 +02:00
Theodor Diaconu
6974ea17be including _id in the denormalized values 2017-11-29 09:56:39 +02:00
Theodor Diaconu
4802724f97 Modified createQuery to accept options and implemented resolver queries 2017-11-28 17:38:51 +02:00
Theodor Diaconu
ba69cd941f trying a trvis hack 2017-11-27 18:12:21 +02:00
Theodor Diaconu
cd611a9166 Added subbody capability to namedQuery 2017-11-26 20:18:30 +02:00
Theodor Diaconu
200d2fb2cc Fixed #181 - deep caching 2017-11-26 17:03:43 +02:00
Theodor Diaconu
ce09b67848 Fixed back testing 2017-11-25 14:50:51 +02:00
Theodor Diaconu
83bf0460d7 Replaced with lodash cloneDeep and fixed #177 2017-11-25 14:17:33 +02:00
Theodor Diaconu
270a79b3b8 Fixes #149 and others 2017-11-24 16:32:42 +02:00
Theodor Diaconu
e1b22b0a77 removed simpleSchema connection 2017-11-23 21:09:14 +02:00
Theodor Diaconu
572290dc33 removed meteor.startup to fix build passing with dispatch in console 2017-07-26 16:05:22 +03:00
Theodor Diaconu
63bd6b3e6d some cleanups and fixed #161 2017-06-30 18:13:42 +03:00
herteby
55f593719f updated tests 2017-06-26 13:20:32 +02:00
Theodor Diaconu
473213471e fixing typo and spacings 2017-06-14 11:22:56 +03:00
Theodor Diaconu
31e17f8c73 Various fixes, added , began work on custom metadataFieldId 2017-03-03 10:00:30 +02:00
Theodor Diaconu
052359b365 written tests for fetchOne after clonage, issue #115 2017-03-02 10:03:24 +02:00
Theodor Diaconu
2304b1331f fixed bugs regarding cleaningBody 2017-01-04 11:29:03 +02:00
Theodor Diaconu
fe6e1160ec fixed #93 - fetchOne now works as expected for non-reactive queries 2017-01-04 11:11:48 +02:00
Theodor Diaconu
6ea26ad79f fixed #87 - hypernova containing filters 2017-01-04 11:05:26 +02:00
Theodor Diaconu
6ee00ef859 added tests for client-side reducers fixes #85 2017-01-04 10:32:26 +02:00
Janek Thomaschewski
98a83939b4 Added promise (sync) variants of getCount 2016-11-30 00:20:01 +01:00
Theodor Diaconu
7b311882b2 Fixed #63 - added support for promises and sync values 2016-11-29 10:52:42 +02:00
Theodor Diaconu
b72e83d776 added fix for nested fields, and test good clean-up afterwards 2016-11-21 14:56:17 +02:00
Theodor Diaconu
b1d004d8a6 added ability to use nested reducer and do the cleanup 2016-11-21 13:36:12 +02:00
Theodor Diaconu
f09c41df2a first phase of reducers, implemented reducing and cleaning-up concepts 2016-11-21 13:28:15 +02:00
Theodor Diaconu
41ba9639d4 added and cleaning options for the client, added .createNamedQuery at collection level, added more tests 2016-10-25 10:52:16 +03:00
Theodor Diaconu
248412e014 added metafilters, + tests, + added a new cleanup function for making the data graph as we expect and store the properly 2016-10-23 18:39:11 +03:00
Theodor Diaconu
cb0254c60f decoupled query code, added metadata for inversed links 2016-10-14 10:57:26 +03:00
Theodor Diaconu
a1ac6a77f0 #22 - putting in direct children 2016-10-07 10:46:28 +03:00
Theodor Diaconu
b0e1098d1e added namedQuery + cloning ability to query + fixes to exposure 2016-10-07 10:31:58 +03:00
Theodor Diaconu
40529d8673 upgrade to 1.1.5 2016-09-28 18:30:12 +03:00
Theodor Diaconu
4f9a050ee1 init new exposure paradigm and configurations 2016-09-24 08:05:26 +03:00
Theodor Diaconu
2074f4cc2b added tests for every use case + found a nasty bug in schema build and solved it 2016-09-23 13:31:33 +03:00