- 06 Jun, 2018 1 commit
-
-
Bryan Kaperick authored
Implemented the method of storing every operation done to each document instead of the documents explicitely. The tests which do not pass are labelled NOT IMPLEMENTED due to current limitations on the ability to query sub-attributes of documents.
-
- 05 Jun, 2018 3 commits
-
-
Bryan Kaperick authored
Revised bryanstorage so that a log of puts and removes is recorded. All tests involving getting, putting, removing, and querying from other storages are passing. Currently, the allDocs method is not implemented correctly, but there are several placeholder tests written which demonstrate the desired functionality.
-
Bryan Kaperick authored
-
Bryan Kaperick authored
-
- 04 Jun, 2018 2 commits
-
-
Bryan Kaperick authored
Tests are not passing, but no longer having error with options passed to QueryStorage.buildQuery as undefined.
-
Bryan Kaperick authored
-
- 01 Jun, 2018 1 commit
-
-
Bryan Kaperick authored
-
- 30 May, 2018 4 commits
-
-
Bryan Kaperick authored
-
Bryan Kaperick authored
-
Bryan Kaperick authored
-
Bryan Kaperick authored
bryanstorage now uses querystorage and uuidstorage as substorages to implement uuid posting and querying the sub storage.
-
- 29 May, 2018 1 commit
-
-
Bryan Kaperick authored
Updated bryanstorage to retain all versions of documents and only retrieve the most recent copy when get(id) is called.
-
- 24 May, 2018 1 commit
-
-
Bryan Kaperick authored
Added _ parameter to metadata of bryanstorage documents, which increments each time put, putAttachment, or removeAttachment is called on the document. Created tests to test these features.
-
- 23 May, 2018 2 commits
-
-
Bryan Kaperick authored
Added src/jio.storage/bryanstorage.js and test/jio.storage/bryanstorage.tests.js for revision storage implementation.
-
Bryan Kaperick authored
-
- 19 Apr, 2018 1 commit
-
-
Xiaowu Zhang authored
/reviewed-on !83
-
- 04 Apr, 2018 2 commits
-
-
Vincent Bechu authored
Update Moment Fixs on queries sorting
-
Vincent Bechu authored
/reviewed-on nexedi/jio!81
-
- 29 Mar, 2018 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 06 Mar, 2018 2 commits
-
-
Romain Courteaud authored
Add support for ERP5's selection_dmain
-
Romain Courteaud authored
-
- 11 Jan, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 27 Dec, 2017 1 commit
-
-
Aurélien Vermylen authored
jIO.util.stringify({y: null}) used to error. Now it behaves similarly to JSON.stringify, returning '{"y":null}'. /reviewed-on nexedi/jio!80
-
- 10 Nov, 2017 3 commits
-
-
Romain Courteaud authored
Add HTTPStorage and ParserStorage (RSS/OPML).
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 16 Oct, 2017 2 commits
-
-
Romain Courteaud authored
Thanks to Alain Takoudjou <alain.takoudjou@nexedi.com> for his original work on this topic.
-
Romain Courteaud authored
Headers are returned as the document json. Body is returned as the 'enclosure' attachment.
-
- 11 Oct, 2017 5 commits
-
-
Vincent Bechu authored
Query extend key_schema to sort_on querystorage: add schema to use key_schema
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 03 Oct, 2017 2 commits
-
-
Romain Courteaud authored
Migrate to Dropbox API v2
-
Romain Courteaud authored
Root parameter is removed, as it must be now configured on dropbox website itself. Thanks to Sven Franck <sven.franck@nexedi.com> for his original work on this topic.
-
- 25 Sep, 2017 2 commits
-
-
Vincent Bechu authored
Fix getAttachment when blob is undefined
-
Vincent Bechu authored
/reviewed-on !74
-