Commit graph

75 commits

Author SHA1 Message Date
Theodor Diaconu
fe6e1160ec fixed #93 - fetchOne now works as expected for non-reactive queries 2017-01-04 11:11:48 +02:00
Theodor Diaconu
6ea26ad79f fixed #87 - hypernova containing filters 2017-01-04 11:05:26 +02:00
Theodor Diaconu
6ee00ef859 added tests for client-side reducers fixes #85 2017-01-04 10:32:26 +02:00
Max Johansen
0cbfb3c3c6 Add missing comma 2016-12-30 13:48:29 -08:00
Max Johansen
de11c658a9 Add a method to get all attached links
See issue #96
2016-12-30 13:42:05 -08:00
Theodor Diaconu
03b4269aa7 Fixed #84 when reducers fail on client side 2016-12-09 15:14:17 +02:00
Theodor Diaconu
a32920d957 updated promises functionality 2016-11-30 14:01:38 +02:00
Theodor Diaconu
401bd0e9ba fixed storage cleaning interogation 2016-11-30 13:57:20 +02:00
Janek Thomaschewski
98a83939b4 Added promise (sync) variants of getCount 2016-11-30 00:20:01 +01:00
Theodor Diaconu
82be9fc76e Merge pull request #75 from cult-of-coders/feature/promisify-queries
[RFC] added support for promises and sync, added autoremove support from inversedSide + other small ones
2016-11-29 11:25:19 +02:00
Theodor Diaconu
def7463821 Fixed #63 - enabling auto-remove from the inverse side as well 2016-11-29 11:16:23 +02:00
Theodor Diaconu
7b311882b2 Fixed #63 - added support for promises and sync values 2016-11-29 10:52:42 +02:00
Janek Thomaschewski
7ecaa1dfbc Fixed deepClone of Date objects
This fixes filters by date like {$gt: new Date()}
2016-11-28 05:56:42 +01:00
Theodor Diaconu
caf3cdf329 Merge pull request #67 from cult-of-coders/feature/reducers-and-fixes
[RFC] Reducers & Fixes
2016-11-21 16:11:17 +02:00
Theodor Diaconu
afe67aa254 added test for non-existing links 2016-11-21 16:05:52 +02:00
Theodor Diaconu
d1bdae5360 updated documentor to expose reducer info 2016-11-21 15:56:29 +02:00
Theodor Diaconu
f8e1264232 small updates 2016-11-21 15:01:29 +02:00
Theodor Diaconu
b72e83d776 added fix for nested fields, and test good clean-up afterwards 2016-11-21 14:56:17 +02:00
Theodor Diaconu
b1d004d8a6 added ability to use nested reducer and do the cleanup 2016-11-21 13:36:12 +02:00
Theodor Diaconu
f09c41df2a first phase of reducers, implemented reducing and cleaning-up concepts 2016-11-21 13:28:15 +02:00
Theodor Diaconu
5c21c0f5e9 updating reducer implementation 2016-11-18 18:33:21 +02:00
Theodor Diaconu
91c1f49f6f added fix for unblocking publication, began working on reducer nodes 2016-11-17 19:54:48 +02:00
Alex
b8e331674b Fix issue with $regex operator 2016-11-17 19:19:55 +03:00
Theodor Diaconu
296e8d26e5 fixed some issues with grapher, data integrity, exposure unblocking and beginning journey of reducers 2016-11-17 13:11:55 +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
52de82ed6f fixed a previous bug, written a test for it 2016-10-26 10:34:36 +03:00
Theodor Diaconu
9b419de092 improved restrictFields to work better with nested elements 2016-10-26 10:28:09 +03:00
Theodor Diaconu
8de2744e8c fixed bug with restrictFields, bumped to 1.2.2_1 2016-10-25 22:51:51 +03: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
4bb309a1cd cleaned up files + fixed cleanup for body and + bump to 1.2.1 2016-10-23 20:02:44 +03:00
Theodor Diaconu
377e6407c0 cleaned up intercompute deep and bump up to v1.2.0 2016-10-23 18:52:18 +03:00
Theodor Diaconu
248412e014 added metafilters, + tests, + added a new cleanup function for making the data graph as we expect and store the properly 2016-10-23 18:39:11 +03:00
Theodor Diaconu
06c28112c5 added intercompute deep for large-scale security concerns regarding exposure 2016-10-21 14:01:27 +03:00
Theodor Diaconu
9cc17ff602 bumped up to 1.1.14 improved security 2016-10-19 18:40:41 +03:00
Theodor Diaconu
b8c2a81682 #45 added compute deep functions + bumped up to 1.1.13 2016-10-19 18:28:55 +03:00
Theodor Diaconu
651d6c4306 #41 added documentor to return the body for the grapher-live package 2016-10-19 17:11:01 +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
2373323ddb 1.1.9 - fixed issue with deep cloning array 2016-10-13 11:08:31 +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
a1ac6a77f0 #22 - putting in direct children 2016-10-07 10:46:28 +03:00
Theodor Diaconu
b0e1098d1e added namedQuery + cloning ability to query + fixes to exposure 2016-10-07 10:31:58 +03:00
Theodor Diaconu
8351afd5a9 1.1.7 2016-10-05 11:33:06 +03:00
Theodor Diaconu
45cf24befe added documentation exposure 2016-10-05 10:02:32 +03:00
Theodor Diaconu
378fd65aae removed hypernova logger 2016-09-28 18:39:33 +03:00
Theodor Diaconu
40529d8673 upgrade to 1.1.5 2016-09-28 18:30:12 +03:00
Theodor Diaconu
4e9f7d2d14 1.1.4 - added smart skip option for paginating publications 2016-09-26 11:59:04 +03:00
Theodor Diaconu
8cff81e0ff added count method + added tests + updated restrictedFields to throw propper error 2016-09-26 10:01:29 +03:00