Commit graph

297 commits

Author SHA1 Message Date
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
Theodor Diaconu
a605370360
Merge pull request #259 from cult-of-coders/release/1.3.6
[RFC] Release/1.3.6
2018-06-07 01:43:26 +03:00
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
594aaa9974
Merge pull request #258 from martineboh/patch-2
Added Meteor Night Talk Slide
2018-06-07 01:18:20 +03:00
Theodor Diaconu
8fa179f8fd Added back testing files 2018-06-07 00:51:13 +03:00
Theodor Diaconu
3aa3e0ead6 Solved conflict issue 2018-06-07 00:50:26 +03:00
Theodor Diaconu
f99c397685 Bump to 1.3.6 2018-06-07 00:46:40 +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
Theodor Diaconu
d371c3260f Added .gitignore 2018-06-07 00:44:03 +03:00
Theodor Diaconu
824047824d
Merge pull request #257 from bhunjadi/reducers
Reducers
2018-06-07 00:43:48 +03:00
Martin Eboh
07ab356f78
Added Meteor Night Talk Slide
Here's a link to the Meteor Night slide making a case for Grapher and other amazing tools developed by Theodor Diaconu.
2018-06-02 08:56:35 +01: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
dc8ab5e1cb
Merge pull request #253 from martineboh/patch-1
Update query_options.md
2018-05-19 09:26:36 +03:00
Martin Eboh
8abd5cc84c
Update query_options.md
Fixed a typo! It should be "post" and not "postId".
2018-05-13 12:57:50 +01:00
Theodor Diaconu
9e517faeea Bump to 1.3.5 2018-04-05 05:59:51 +03:00
Theodor Diaconu
f4c51a799e When sameLevelResults is undefined fix this 2018-04-05 05:59:26 +03:00
Theodor Diaconu
4c6ab73eb0 quick typo in readme docs 2018-03-30 11:27:53 +03:00
Theodor Diaconu
8e6b91eb56 increase time to wait for queries 2018-03-30 07:41:08 +03:00
Theodor Diaconu
9eb5ecfec8 added link to directives repo 2018-03-30 07:18:27 +03:00
Theodor Diaconu
61e6fa815c
Merge pull request #237 from cult-of-coders/feature/graphql-bridge
[RFC] Feature/graphql bridge
2018-03-30 06:42:16 +03:00
Theodor Diaconu
0b3137e021 some small updates 2018-03-30 06:42:02 +03:00
Theodor Diaconu
31bdc140f5 Removed the bloody comment of fixtures 2018-03-30 06:20:57 +03:00
Theodor Diaconu
977b2950e0 Bump to 1.3.4 2018-03-30 06:14:59 +03:00
Theodor Diaconu
bf91e8bfa6 Improved documentation a bit 2018-03-30 05:52:59 +03:00
Theodor Diaconu
a56bc9a7f4 Fixed db issue, fixed issue, shifted to 2 space tabs 2018-03-30 05:47:11 +03:00
Theodor Diaconu
c5e164b7ed propper mongo extension 2018-03-29 19:06:41 +03:00
Theodor Diaconu
0b87f4e478 exported setAstToQueryDefaults properly 2018-03-29 19:05:32 +03:00
Theodor Diaconu
94a7acd0c0 GraphQL Bridge initial implementation 2018-03-29 19:04:43 +03:00
Theodor Diaconu
1cf94bc8c2
Merge pull request #232 from cult-of-coders/release/1.3.3
[RFC] Release/1.3.3
2018-03-29 12:18:03 +03:00
Theodor Diaconu
f610cee007 Updated to 1.3.3 2018-03-20 17:06:51 +02:00
Theodor Diaconu
617d9942b0 Changed travis chromedriver version 2018-03-20 17:04:55 +02:00