- 05 Apr, 2022 5 commits
-
-
Elouan Martinet authored
--HG-- branch : 0.2
-
Elouan Martinet authored
--HG-- branch : 0.2
-
Elouan Martinet authored
--HG-- branch : 0.2
-
Elouan Martinet authored
--HG-- branch : 0.2
-
Elouan Martinet authored
--HG-- branch : 0.2
-
- 04 Apr, 2022 2 commits
-
-
Elouan Martinet authored
--HG-- branch : 0.2
-
Elouan Martinet authored
--HG-- branch : 0.2
-
- 27 Nov, 2020 1 commit
-
-
Katia Saurfelt authored
--HG-- branch : 0.2
-
- 19 Nov, 2020 1 commit
-
-
Katia Saurfelt authored
--HG-- branch : 0.2
-
- 15 Jan, 2021 1 commit
-
-
Nicola Spanti authored
We do this because CubicWeb 3.29 did breaking changes. --HG-- branch : 0.2
-
- 16 Jun, 2021 3 commits
-
-
Aurelien Lubert authored
--HG-- branch : 0.2
-
Aurelien Lubert authored
--HG-- branch : 0.2
-
Aurelien Lubert authored
* Since CubicWeb 3.29, GET requests do not respect the application/json mime type sent with the Accept header, causing application to retrieve an HTML output instead of formatted JSON output * Using the /jsonschema prefix ensure to retrieve JSON output without break any previous behavior --HG-- branch : 0.2
-
- 01 Jun, 2021 2 commits
-
-
Nicola Spanti authored
--HG-- branch : 0.2
-
Nicola Spanti authored
--HG-- branch : 0.2
-
- 27 Nov, 2020 1 commit
-
-
Katia Saurfelt authored
Note: (nspanti) We currently kept compatibility with CubicWeb 3.26 and 3.27, but it is temporary. --HG-- branch : 0.2
-
- 18 Nov, 2020 1 commit
-
-
Katia Saurfelt authored
Note: (nspanti) It is grafted from 0.1. We temporally keep compatibility with old CubicWeb versions (already removed in 0.1). --HG-- branch : 0.2
-
- 14 Jan, 2021 2 commits
-
-
Nicola Spanti authored
Why? Because we don't test anymore with older versions. --HG-- branch : 0.2
-
Nicola Spanti authored
Why? Because we don't test anymore with older versions, that are dead and it is definitive. --HG-- branch : 0.2
-
- 01 Dec, 2020 1 commit
-
-
Laurent Peuch authored
Note: (nspanti) It is grafted from master branch and usefull not to have to remember or search how to publish on PyPi. --HG-- branch : 0.2
-
- 15 Jan, 2021 1 commit
-
-
Nicola Spanti authored
Thanks to this, merge with 0.1 branch will be smaller. --HG-- branch : 0.2
-
- 14 Jan, 2021 1 commit
-
-
Nicola Spanti authored
Why? Because we don't test anymore with older versions. Moreover, even version 2.7 is already dead and should not be used anymore. --HG-- branch : 0.2
-
- 20 Nov, 2020 1 commit
-
-
Guillaume Vandevelde authored
--HG-- branch : 0.2
-
- 23 Jul, 2020 1 commit
-
-
Guillaume Vandevelde authored
--HG-- branch : 0.2
-
- 27 Jul, 2020 1 commit
-
-
Guillaume Vandevelde authored
The title is not needed for the support of the translation for all the schema entries. --HG-- branch : 0.2
-
- 23 Jul, 2020 1 commit
-
-
Guillaume Vandevelde authored
--HG-- branch : 0.2
-
- 13 Dec, 2018 3 commits
-
-
Philippe Pepiot authored
--HG-- branch : 0.2
-
Philippe Pepiot authored
--HG-- branch : 0.2
-
Philippe Pepiot authored
self.val has been renamed to self.values (grafted from 0ec8ffbeb8f8) --HG-- branch : 0.2
-
- 29 Nov, 2018 2 commits
-
-
Philippe Pepiot authored
--HG-- branch : 0.2
-
Philippe Pepiot authored
--HG-- branch : 0.2
-
- 24 Nov, 2017 1 commit
-
-
Denis Laxalde authored
For unauthenticated users, request.cw_cnx is None. (grafted from 6375410358c8) --HG-- branch : 0.2
-
- 26 Jan, 2018 1 commit
-
-
Denis Laxalde authored
--HG-- branch : 0.2
-
- 04 Dec, 2017 1 commit
-
-
Denis Laxalde authored
--HG-- branch : 0.2
-
- 25 Jan, 2018 1 commit
-
-
Tanguy Le Carrour authored
- Add a test for object relations - Change _relation_mapper signature to accept "role" - Add a _relations attribute that contains relation/role pairs - Use the new _relations instead of the old relations attribute - Hide subject and object relations mapped to this document from etype JSON Schema - Add 2 tests to detect relation duplications - Detect relation duplications --HG-- branch : 0.2
-
- 27 Nov, 2017 2 commits
-
-
Denis Laxalde authored
JSON Schema validation of an instance is arguably the responsibility of the client and it's not very useful to (re-)validate the instance on server side with a JSON Schema validator since we already have a validation in the database. Also, it creates problems with combined usage of "default" and "required" when the client does not supply a value (which is legitimate). Closes #17115851. (Added a test for this.) In ETypeMapper.values(), we now check that "instance" is completely consumed when all mappers of the graph have been called and if not, we issue a validation error similar to what a JSON Schema validator would have raised since we have `"addionnalProperties": "false"` on our JSON Schema. There's no behaviour change in tests, just some error messages changes. Useless tests are dropped. We do not depend on python-jsonschema anymore in application code, but only in tests. --HG-- branch : 0.2
-
Denis Laxalde authored
The latter works by using whatever python3 executable points to. --HG-- branch : 0.2
-
- 25 Sep, 2017 1 commit
-
-
Denis Laxalde authored
--HG-- branch : 0.2
-
- 22 Sep, 2017 1 commit
-
-
Arthur Lutz authored
--HG-- branch : 0.2
-
- 15 Sep, 2017 1 commit
-
-
Denis Laxalde authored
There appears to be no reason to have name unicity amongst all entity types. --HG-- branch : 0.2
-