Commit graph

365 commits

Author SHA1 Message Date
358c4f0211 Add .stop hook. 2019-02-21 00:42:40 +01:00
43008c63a2 Add subscriptionContext to benefit the goodies of blazes onCreated. 2019-02-20 23:11:57 +01:00
Theodor Diaconu
2a99080d94 Fixed internal testing process 2019-02-15 05:55:49 +02:00
Theodor Diaconu
33878ddc8d Bump to 1.3.9_3 2018-10-30 13:24:57 +02:00
Theodor Diaconu
01b95d66db Fixes #325 interesectDeep was missing the import 2018-10-30 13:24:42 +02:00
Theodor Diaconu
d7af5f1fcc Bump to 1.3.9_2 2018-10-26 11:42:18 +03:00
Theodor Diaconu
136d015aba Fixes #317 - Options inside the reducer 2018-10-26 11:40:53 +03:00
Theodor Diaconu
0d81e7e687
Merge pull request #319 from bhunjadi/recursive-fetch-update
Recursive fetch update
2018-10-26 09:38:19 +03:00
Theodor Diaconu
a7be58b3d9
Merge pull request #318 from bhunjadi/fix-315
Fix #315 - inversedBy links to unique links
2018-10-26 09:37:37 +03:00
Berislav
79df90e381 Merge branch 'master' into recursive-fetch-update 2018-10-25 07:13:05 -07:00
Berislav
ddc3edf3b7 Merge branch 'master' into fix-315 2018-10-25 06:24:41 -07:00
Berislav
3344f6d5f7 Handling empty inversedBy unique links, fix for #315 2018-10-25 06:23:58 -07:00
Theodor Diaconu
c9174d4ca6
Merge pull request #312 from bhunjadi/remove-chai
Remove practicalmeteor:chai
2018-10-25 16:02:17 +03:00
Theodor Diaconu
95ecf4e317
Merge pull request #313 from bhunjadi/fix-nested-compose-config
Pass config to the nested publications in recursiveCompose
2018-10-25 16:01:10 +03:00
Berislav
64252de628 Updated recursiveFetch to work with denormalized fields in array links 2018-10-25 04:43:53 -07:00
Berislav
90aa1f80af Import assert for each test file 2018-10-25 02:48:02 -07:00
Berislav
eedf87c67a Pass config to the nested publications in recursiveCompose 2018-10-25 02:27:13 -07:00
Berislav
ecda250c6e Using npm chai instead of practicalmeteor:chai, updated peerlibrary:subscription-scope to 0.4.0 2018-10-25 01:54:30 -07:00
Theodor Diaconu
7635337c37 Bump to 1.3.9_1 2018-10-25 11:05:38 +03:00
Theodor Diaconu
f06f0eb0e1 Config check 2018-10-25 11:05:26 +03:00
Theodor Diaconu
bd10ccd92b Bump to 1.3.9 2018-10-25 09:49:38 +03:00
Theodor Diaconu
ac9c0febc2
Merge pull request #311 from cult-of-coders/fixes/2018-10-25
[R] Fixes Batch
2018-10-25 09:39:42 +03:00
Theodor Diaconu
cd34780f61
Merge pull request #296 from bhunjadi/scoped-publish
[WIP] Scoped publications to avoid client side documents overlap
2018-10-25 09:39:26 +03:00
Theodor Diaconu
cccdb0a37f Fixed #310 modified index so it no longer fails if null, made it sparse: true 2018-10-25 09:12:18 +03:00
Theodor Diaconu
b55be7045e Fixes #309 - weird removal due to link handling 2018-10-25 09:09:24 +03:00
Theodor Diaconu
8e94ce89cf Fixes #308 - added exception for using inside reducer's body 2018-10-25 09:01:42 +03: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
Theodor Diaconu
7050d8f56a Bump to 1.3.8_1 2018-10-23 16:57:03 +03:00
Theodor Diaconu
3c55d75f29 Fixed reducer issues and made clean-up better 2018-10-23 16:56:39 +03:00
Theodor Diaconu
7be6c2f1a6 Hotfixes 1.3.8 2018-10-23 16:18:39 +03:00
Theodor Diaconu
a4e1d45925 Bump to 1.3.8 2018-10-23 10:46:09 +03:00
Theodor Diaconu
0462a21a71
Merge pull request #306 from cult-of-coders/bugfix/301
Fixes #301, #305, #303, #304
2018-10-23 10:45:40 +03:00
Theodor Diaconu
863eb5075e Fixed #304 , options to reducers no longer fail 2018-10-23 10:40:11 +03:00
Theodor Diaconu
a070922c2c Fixed #303 - Reducer inter-dependency computational rules 2018-10-23 10:35:12 +03:00
Theodor Diaconu
019c50a515 Fixes #305 - removed link from many metadata now cleared 2018-10-23 09:45:28 +03:00
Theodor Diaconu
9ca5e63deb Fixes #301 - metadata assembly done before reducers 2018-10-23 09:22:49 +03:00
Theodor Diaconu
24a140ae08
Merge pull request #302 from cult-of-coders/fix/many-uniqueness
Removed exception for uniqueness on many field
2018-10-23 09:16:33 +03:00
Theodor Diaconu
77702acd84
Merge pull request #294 from bhunjadi/support-projection-operators
Support for query projection operators
2018-10-23 09:12:39 +03:00
Theodor Diaconu
4f4f862ebb
Merge pull request #295 from IllusionElements/TS-types
implementing typescript types for grapher
2018-10-23 09:11:46 +03:00
Theodor Diaconu
2b3df0048d Removed exception for uniqueness on many field 2018-10-19 10:22:46 +03:00
Aaron
44099541e7 removed node_modules and test file from commit 2018-09-27 01:49:53 -04:00
Aaron
d09730049d added types for base grapher api 2018-09-27 01:45:17 -04:00
Berislav
a04edaf59f Fixed observe callbacks 2018-09-24 12:01:22 -07:00
Berislav
3ed4bf589c Updated scope query value 2018-09-24 11:56:32 -07:00
Berislav
480614cdc4 Scoped query PoC 2018-09-24 11:44:35 -07:00
Berislav
77c4b4b2e1 Downgraded subscription-scope package because of issues with tests 2018-09-24 08:59:24 -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
5adca6e570 Fixed version of peerlibary:subscription-scope 2018-09-24 07:28:54 -07:00