- 11 Feb, 2021 1 commit
-
-
Simon Chabot authored
the rql autocompletion was broken for a very long time, and it's a very helpful. The rql autocomplete was using a JSONController, which has been deprecated for very long time. In b01dd0ef43aa, JSONController has been removed, and the rql autocompletion has been broken since. As suggested by the deprecated warning, using the AjaxController instead is making everything working again.
-
- 03 Feb, 2021 1 commit
-
-
Fabien Amarger authored
fix #215 This error happens when there is no database with the given database name. Now there is an error message and a clean exit.
-
- 10 Feb, 2021 1 commit
-
-
Laurent Peuch authored
-
- 03 Feb, 2021 1 commit
-
-
Noé Gaumont authored
BREAKING CHANGE: cubicweb-ctl db-create no more drops the db in auto mode. fix #202
-
- 29 Jan, 2021 1 commit
-
-
Philippe Pepiot authored
This fixes: File "/usr/local/lib/python3.7/dist-packages/cubicweb/web/views/management.py", line 156, in call binfo = text_error_description(ex, excinfo, req, eversion, cversions) UnboundLocalError: local variable 'eversion' referenced before assignment This occur when self._cw.cnx is False and `submit-mail` is configured.
-
- 09 Feb, 2021 3 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 13 Mar, 2019 1 commit
-
-
Nicolas Chauvat authored
This change introduces a dependency to cachetools, but reinventing the wheelseems useless in the present case
-
- 21 May, 2019 1 commit
-
-
Laurent Peuch authored
This will change an exception from something like : psycopg2.IntegrityError: null value in column "asource" violates not-null constraint DETAIL: Failing row contains (341471, CWRType, null, null). To: psycopg2.IntegrityError: when doing the query 'INSERT INTO entities ( eid, type ) VALUES ( %(eid)s, %(type)s )' with the args '{'type': u'CWRType', 'eid': 341471}' got the error 'null value in column "asource" violates not-null constraint DETAIL: Failing row contains (341471, CWRType, null, null).' Tested with sqlite3 and postgresql.
-
- 08 Feb, 2021 1 commit
-
-
Nicolas Chauvat authored
-
- 11 Dec, 2020 1 commit
-
-
Nicola Spanti authored
-
- 27 Jan, 2021 1 commit
-
-
Laurent Peuch authored
-
- 03 Feb, 2021 1 commit
-
-
Élodie Thiéblin authored
fix #210 This will allow to specify a script as "defer" or "async" Note: If a script is added twice with different attributes, only the first call to add this script will be taken into account
-
- 02 Nov, 2016 1 commit
-
-
David Douard authored
-
- 13 Oct, 2016 1 commit
-
-
Adrien Di Mascio authored
Provide a PGHelper alternative class that doesn't drop constraints nor indexes but which it disables constraints check during the import. Constraints are restored once the import is finished.
-
- 14 Nov, 2016 1 commit
-
-
David Douard authored
cubicweb-ctl is in the setup.py entrypoint
-
- 27 Jan, 2021 1 commit
-
-
Simon Chabot authored
closes #206
-
- 22 May, 2020 1 commit
-
-
Simon Chabot authored
-
- 08 Jul, 2020 1 commit
-
-
Laurent Peuch authored
-
- 26 Jan, 2021 3 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 19 Jan, 2021 3 commits
-
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
- 21 Jan, 2021 1 commit
-
-
Noé Gaumont authored
-
- 19 Jan, 2021 6 commits
-
-
Noé Gaumont authored
fix #185
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
- 15 Jan, 2021 2 commits
-
-
Noé Gaumont authored
-
Noé Gaumont authored
-
- 19 Jan, 2021 1 commit
-
-
Noé Gaumont authored
-
- 26 Jan, 2021 4 commits
-
-
Simon Chabot authored
-
Laurent Peuch authored
-
Simon Chabot authored
-
Simon Chabot authored
do not reuse artifact. They have different conditions, and lint_doc artifact should be kept to see the MR doc related results. closes #206
-