Commit graph

47 commits

Author SHA1 Message Date
Theodor Diaconu
01b95d66db Fixes #325 interesectDeep was missing the import 2018-10-30 13:24:42 +02:00
Berislav
90aa1f80af Import assert for each test file 2018-10-25 02:48:02 -07:00
Berislav
e72b206ae1 Scoped query docs & some improvements 2018-10-24 13:05:13 -07:00
Berislav
70fd03a743 Updates to scoped query handling 2018-10-24 08:09:39 -07:00
Berislav
480614cdc4 Scoped query PoC 2018-09-24 11:44:35 -07:00
Berislav
ad017073c4 Merge branch 'master' of github.com:cult-of-coders/grapher into scoped-publish 2018-09-24 08:37:10 -07:00
Berislav
6d329f5645 Updated recursiveFetch on client to handle scoped queries 2018-09-24 08:33:52 -07:00
Berislav
8fedac5b3b Better handling of find method override for scoped queries
Conflicts:
	lib/namedQuery/namedQuery.client.js
2018-09-23 20:08:22 +02:00
Berislav
a673f16d1f Added subscription scope to named queries 2018-06-14 20:40:21 +02:00
Berislav
430fdfedbf Added tests for sync fetching for named queries and fixed params passing to the methods 2018-06-09 19:53:12 +02:00
Berislav
def94197c7 Added failing test for link type one reducer 2018-05-24 11:33:56 +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
9a5d25b779 updates 2017-12-21 21:23:05 +02:00
Theodor Diaconu
4ec195a6b2 Fixing for publications 2017-12-21 21:12:51 +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
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
4802724f97 Modified createQuery to accept options and implemented resolver queries 2017-11-28 17:38:51 +02:00
Theodor Diaconu
119a7dfcb9 Removed createNamedQuery, added migrations, fixed tests 2017-11-26 23:52:37 +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
e9167757b3 Fixed #182 added named query cacher 2017-11-26 19:15:00 +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
e2fb4e2fed removed createNamedQuery from tests 2017-11-23 21:02:00 +02:00
herteby
2b65928a07 deprecated createNamedQuery and moved functionality to createQuery 2017-06-28 12:30:33 +02:00
Zachary
d5f536cc4f Log param validation errors / Run firewall for count methods 2017-06-23 15:44:48 +12:00
Theodor Diaconu
473213471e fixing typo and spacings 2017-06-14 11:22:56 +03:00
Theodor Diaconu
7f9ec96b0e Revert "update to aldeed:collectdion2-core and aldeed:node-simple-schema" 2017-03-02 10:43:47 +02:00
Theodor Diaconu
5aacf761bb Merge branch 'feature/1.2.7' into feature/collection2-version-fix 2017-03-02 10:05:27 +02:00
Theodor Diaconu
96af2029b4 Fixed #100 - If body function returns true, allow all fields 2017-02-17 15:29:54 +02:00
jens
687fa2fbd7 version bump because meteor 1.4.3 named classes 2017-02-13 15:20:30 +01:00
jens
d818b23656 update to aldeed:collectdion2-core and aldeed:node-simple-schema 2017-02-06 14:33:33 +01: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
a32920d957 updated promises functionality 2016-11-30 14:01:38 +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
35511bec7c 1.2.3 - paginate true, exporting function for grapher live, fixed package implying 2016-11-07 18:44:09 +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
6c8af3502b added body to exposure that will intersect with actual request, + made body immutable + some cleanups 2016-10-19 15:22:50 +03:00
Theodor Diaconu
cb0254c60f decoupled query code, added metadata for inversed links 2016-10-14 10:57:26 +03:00
Theodor Diaconu
b0f19d38ce updated exceptions 2016-10-07 13:08:36 +03:00
Theodor Diaconu
6dd35bbebd added deepcloning + fixed deep function 2016-10-07 12:49:02 +03:00
Theodor Diaconu
8b870ef84e fix filter recursive bug with params, updated documentor to return namedQueries as well 2016-10-07 11:59:18 +03:00
Theodor Diaconu
b0e1098d1e added namedQuery + cloning ability to query + fixes to exposure 2016-10-07 10:31:58 +03:00