Commit graph

125 commits

Author SHA1 Message Date
Theodor Diaconu
83f1e0705f Added migration & fixed tests 2018-06-07 01:30:27 +03:00
Theodor Diaconu
87c5fb1564 Fixed final conflicts 2018-06-07 01:22:29 +03:00
Theodor Diaconu
3aa3e0ead6 Solved conflict issue 2018-06-07 00:50:26 +03:00
Theodor Diaconu
441cf90adf Added support for Meteor 1.7 & Node Drivers 3+ with Hypernova 2018-06-07 00:46:13 +03:00
Theodor Diaconu
6dcf5e9b7a Added test for deepReducer 1-direct 2018-06-07 00:44:46 +03:00
Berislav
813e6e8620 Corrected test name 2018-05-31 14:59:07 +02:00
Berislav
d81291af2b Moved storeOneResults before applyReducers in prepareForDelivery, added metadata test 2018-05-31 14:38:09 +02:00
Berislav
def94197c7 Added failing test for link type one reducer 2018-05-24 11:33:56 +02:00
Theodor Diaconu
f4c51a799e When sameLevelResults is undefined fix this 2018-04-05 05:59:26 +03:00
Theodor Diaconu
8e6b91eb56 increase time to wait for queries 2018-03-30 07:41:08 +03:00
Theodor Diaconu
94a7acd0c0 GraphQL Bridge initial implementation 2018-03-29 19:04:43 +03:00
Theodor Diaconu
8ca761aa45 Possible Fix #229 - added test to check receives params 2018-03-20 16:33:57 +02:00
Theodor Diaconu
1d76847c98 Fixed live publications performance issues and Fixed #228 2018-03-20 16:22:53 +02:00
Theodor Diaconu
7d738bbf44 Fixed #226 - reactive counts on queries with same params 2018-03-20 15:36:16 +02:00
Theodor Diaconu
9d6fe5677d Added test to check params reducing client-side 2018-03-20 15:35:44 +02:00
Theodor Diaconu
7148b53e41 Fixed issue where bad comparison was done for many inversed links with more than one value 2018-02-27 17:21:21 +02:00
Theodor Diaconu
9a5d25b779 updates 2017-12-21 21:23:05 +02:00
Theodor Diaconu
1a0b0f0bc1 Fixed #207 - also extending embody functionality to allow it to behave as a function 2017-12-21 21:07:30 +02:00
Theodor Diaconu
04ad543d96 Fixed #206 - params aware reducers 2017-12-21 19:59:29 +02:00
Theodor Diaconu
51fa2e3d43 updated readme better doc view 2017-12-21 19:59:15 +02:00
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
4abcbe777d removed resolver link nodes 2017-11-30 17:00:33 +02:00
Theodor Diaconu
81837044e6 added , and refactored stuff a bit 2017-11-29 19:44:21 +02:00
Theodor Diaconu
44ea8627c4 added filter array so we can mix-it-up 2017-11-29 19:25:13 +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
c1716591a9 fix minor bug with Collection.createQuery() 2017-11-27 01:44:24 +02:00
Theodor Diaconu
12dfe14bd2 Removed simple-schema dependency 2017-11-26 23:42:27 +02:00
Theodor Diaconu
c7ec89da71 replaced cloneDeep with clonedeep due to travis failure 2017-11-26 23:02:26 +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
1723605f09 reactive counts test 2017-11-25 14:45:31 +02:00
Theodor Diaconu
83bf0460d7 Replaced with lodash cloneDeep and fixed #177 2017-11-25 14:17:33 +02:00
Theodor Diaconu
669b954acb Fixes #150 2017-11-25 14:03:25 +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
33fbf72440 Merge pull request #158 from Herteby/deprecate_createNamedQuery
deprecated createNamedQuery and moved functionality to createQuery
2017-07-28 20:31:17 +03: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
998a3a7023 coding standards... 2017-06-28 13:42:50 +02:00
herteby
2b65928a07 deprecated createNamedQuery and moved functionality to createQuery 2017-06-28 12:30:33 +02:00
Theodor Diaconu
ec487ee614 some small changes to marcsj PR 2017-06-27 11:56:53 +03:00
Theodor Diaconu
bf2319c80f Merge pull request #135 from macsj200/default-workaround-patch
Default workaround patch
2017-06-27 11:53:35 +03:00
Theodor Diaconu
7be6372c16 Merge pull request #156 from Herteby/postOptions
$postOptions
2017-06-27 11:48:52 +03:00
herteby
2b17c352ce sorting must be done before limit! 2017-06-26 17:32:04 +02:00