- 22 Apr, 2022 1 commit
-
-
Romain Courteaud authored
-
- 01 Jul, 2019 1 commit
-
-
Tristan Cavelier authored
- fixes `"\"a b\""` parsed to {simple query with value: '"a b"'} serialized to ` "\"a b\""` /bug #20190603-E76ED6 https://nexedijs.erp5.net/#/bug_module/20190603-E76ED6 /reviewed-on !107
-
- 28 Jun, 2019 1 commit
-
-
Nicolas Wavrant authored
-
- 04 Mar, 2019 1 commit
-
-
Tristan Cavelier authored
- fixes query toString inconsistent output - change serialization behavior ( a:b OR a:c ) -> a:( b OR c ) a:( b OR c ) -> a:( b OR c ) - rename simpleQuerySetKey to querySetKey as it also applies on complex queries.
-
- 27 Sep, 2018 1 commit
-
-
Romain Courteaud authored
This reverts commit 7e9921a4. This change broke the ERP5Storage local_roles/worklist handling.
-
- 03 Sep, 2018 1 commit
-
-
Romain Courteaud authored
-
- 09 Aug, 2018 1 commit
-
-
Romain Courteaud authored
-
- 17 Jul, 2018 1 commit
-
-
Tristan Cavelier authored
- fixes a:( b OR c ) -> ( a:b OR a:c ) - fixes NOT ( b ) -> ( b ) - fixes query toString inconsistent output
-
- 04 Apr, 2018 1 commit
-
-
Vincent Bechu authored
/reviewed-on !81
-
- 29 Mar, 2018 1 commit
-
-
Romain Courteaud authored
-
- 11 Oct, 2017 2 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
-
- 20 Sep, 2017 1 commit
-
-
preetwinder authored
-
- 17 Aug, 2017 1 commit
-
-
preetwinder authored
/reviewed-on !63
-
- 10 Aug, 2017 1 commit
-
-
preetwinder authored
/reviewed-on !62
-
- 21 Jul, 2017 1 commit
-
-
preetwinder authored
/reviewed-on !61
-
- 27 Jun, 2016 1 commit
-
-
Douglas authored
Tests were failing because some Firefox versions cannot parse a specific date-string. So the Date constructor that receives only integers was used. But there is one details: this contructor uses months from 0 to 11, so if, for example, we want to have a date in January, we send 0 as month and not 1.
-
- 11 May, 2016 1 commit
-
-
Douglas authored
All time objects now are handled as local time, doesn’t the test runner timezone. Also all queries tests that once used the native Date are now using JIODate.
-
- 20 Jan, 2016 1 commit
-
-
Romain Courteaud authored
-
- 10 Jul, 2015 1 commit
-
-
Xiaowu Zhang authored
-
- 17 Nov, 2014 1 commit
-
-
Romain Courteaud authored
This is a work in progress commit and all storages are broken. * Use as much as possible RSVP promise to simplify the code. * simplify error management: use Error class in case of problem. * Drop the job management at that point. Such functionnality could be reimplemented as a storage. * Start to simplify the tests, to speed up debugging. * Drop requireJS usage, as the goal for now is to make it usage on browser. * allDocs has to be rewritten to ease storage tree capacity checking. A storage should only implement what it could really do. * disable attachment management for now.
-
- 18 Mar, 2014 1 commit
-
-
Marco Mariani authored
-
- 10 Mar, 2014 2 commits
-
-
Marco Mariani authored
-
Tristan Cavelier authored
-
- 04 Mar, 2014 1 commit
-
-
Tristan Cavelier authored
See docs/query.rst for more informations
-
- 03 Mar, 2014 1 commit
-
-
Tristan Cavelier authored
- Choice of wildcard removed - Tests changed - Serialization test added
-
- 24 Jan, 2014 1 commit
-
-
Tristan Cavelier authored
-
- 02 Jan, 2014 13 commits
-
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-
Marco Mariani authored
-