Commit graph

331 commits

Author SHA1 Message Date
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
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
Aaron
45a2080ff4 TS types for grapher 2018-09-21 19:31:36 -04:00
Aaron
bdb37197d5 TS types for grapher 2018-09-21 19:30:47 -04:00
Aaron
993d813d02 TS types for grapher 2018-09-21 19:29:07 -04:00
Berislav
b1038f83c9 Support for query projection operators 2018-09-21 13:16:50 -07:00
Theodor Diaconu
5737eb1f08 Bump to 1.3.7_4 2018-08-22 12:12:13 +03:00
Theodor Diaconu
b909b5b894 Fixed #282 for good 2018-08-22 12:12:03 +03:00
Theodor Diaconu
cbf3296d9d Bump to 1.3.7_3 2018-08-21 17:00:04 +03:00
Theodor Diaconu
25c979c60b
Merge pull request #285 from cult-of-coders/bugfix/issue-282
Fixed #282 - allowed multiple inversions
2018-08-21 16:59:28 +03:00
Theodor Diaconu
72ec2cf5b8
Merge pull request #276 from arlen-yu/master
Clarification in migration docs & small spelling fix
2018-08-21 16:52:49 +03:00
Theodor Diaconu
8bd98eca67 Fixed #282 - allowed multiple inversions 2018-08-21 16:43:16 +03:00
Theodor Diaconu
6af40c8080 Version bump 2018-08-20 18:54:33 +03:00
Theodor Diaconu
76dab6aa47 Fixed #282 - when dealing with many meta inversed links concatenate the received results 2018-08-20 18:54:26 +03:00
Arlen Yu
c9b23e2ae0 Grammer fix & clarification in migration docs 2018-08-11 23:03:38 -04:00
Theodor Diaconu
51a59531c4 Allow db to be inspected and not fail weirdly 2018-07-23 13:06:48 +03:00
Theodor Diaconu
c702ccb4ea Bump to 1.3.7 2018-07-09 09:54:22 +03:00
Theodor Diaconu
7ce3f1d553
Merge pull request #268 from cult-of-coders/performance-fixes-assembler
Performance fixes for assembler
2018-07-09 09:53:34 +03:00
Theodor Diaconu
5377850c91 Fixing tests 2018-07-09 09:46:40 +03:00
Theodor Diaconu
5dde24519f small refactorings 2018-07-07 09:32:49 +03:00
Theodor Diaconu
3d26c74b62 Performance fixes for assembler 2018-07-07 09:28:29 +03:00
Theodor Diaconu
eef3f4df0d
Merge pull request #261 from bhunjadi/fetching-named-queries
Sync fetching for named queries fix
2018-07-07 09:14:46 +03:00
Theodor Diaconu
e2b3c033f1
Merge pull request #263 from bhunjadi/reducers-fix
Reducers and deeply nested fields inside links fixes
2018-07-07 09:13:45 +03:00
Berislav
5a927d2714 Handle denormalized fields in recursiveFetch on client 2018-06-14 16:19:55 +02:00
Berislav
5631008ab6 Merge branch 'client-snapBackCaches' into reducers-fix 2018-06-14 16:07:28 +02:00
Berislav
db5c5988ab Added test for denormalized fields which fails on client for reactive queries 2018-06-14 15:51:52 +02:00
Berislav
4cdcbea195 Handle deeply nested fields inside links in the query and handle cleaning reducer leftovers for snapCache fields 2018-06-12 13:27:06 +02:00
Berislav
b49c168fe8 Fixtures for denormalization created on before event in tests instead in Meteor.startup
(cherry picked from commit 0b27dd4)
2018-06-12 11:33:11 +02:00
Berislav
3253120eaf Handle case of nested fields in embedReducerWithLink in tests 2018-06-12 11:27:08 +02:00
Berislav
0b27dd411a Fixtures for denormalization created on before event in tests instead in Meteor.startup 2018-06-12 10:24:53 +02:00
Berislav
84567fc3dc Reducers should be able to clean non-existent nested fields and not fail 2018-06-12 10:13:01 +02:00
Berislav
61be684585 Added tests for deeply nested denormalized fields in reducers and fixed embedReducersWithLink 2018-06-12 10:10:34 +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
Theodor Diaconu
2594de98b3 Perfected the fix for Meteor 1.7 2018-06-07 01:48:12 +03:00