- 19 Jan, 2021 1 commit
-
-
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
-
- 19 Jan, 2021 1 commit
-
-
Noé Gaumont authored
The empty pyramid in entry_points is kept for backward compatibility.
-
- 12 Jan, 2021 1 commit
-
-
François Ferry authored
-
- 06 Jan, 2021 1 commit
-
-
François Ferry authored
related: #148
-
- 17 Dec, 2020 2 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
Different DB backends are used by CW, mainly postgresql and sqlite. According to RQL's documentation: Any N WHERE N is Note, N written_on D, D day> (today -10), N written_by P, P name 'jphc' or P name 'ocy' should return all the notes less than 10 days old written by jphc or ocy. but, as described in #109, it only works with postgresql, which is *not* mentioned in the documentation. TODAY is working well in sqlite, but not the operations with TODAY. TODAY is translated to 'CURRENT_DATE' in sqlite, and `SELECT CURRENT_DATE - 3` return the current year minus three, and *not the current date minus 3 days* as expected according to the documentation. A lot of tests in CW are performed with SQLite (because it's fast to set up!), so… let's make it work ! This patch suggests to adapt the 'visit_mathexpression' method, to write the expected SQL when were are dealing with: - sqlite - a date(time) on the left (left-hand-side, lhs) - a integer (treated as an amount of days) on the right (right-hand-side, rhs) The tests have been updated to check that the conversion rql to sql is the expected one, according to the backend. close #109
-
- 08 Dec, 2020 1 commit
-
-
Nicolas Chauvat authored
-
- 08 Jan, 2021 1 commit
-
-
Nicolas Chauvat authored
-
- 07 Jan, 2021 1 commit
-
-
François Ferry authored
-
- 14 Dec, 2020 1 commit
-
-
François Ferry authored
-
- 04 Jan, 2021 2 commits
-
-
François Ferry authored
related: #76
-
François Ferry authored
related: #76
-
- 07 Jan, 2021 1 commit
-
-
Arthur Lutz authored
-
- 14 Dec, 2020 1 commit
-
-
François Ferry authored
SQLGenObjectStore is deprecated since 3.23 and is no more in CW. related: #75
-
- 18 Dec, 2020 1 commit
-
-
Nicola Spanti authored
#38
-
- 02 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 16 Dec, 2020 1 commit
-
-
Nicolas Chauvat authored
-
- 14 Dec, 2020 2 commits
-
-
Simon Chabot authored
Overload the `load_defaults` method of logilab.common.configuration to load REQUIRED variables when the value is specified in the environment. closes #85
-
François Ferry authored
-
- 15 Dec, 2020 2 commits
-
-
Noé Gaumont authored
-
Noé Gaumont authored
-
- 14 Dec, 2020 1 commit
-
-
François Ferry authored
close: #116 close: #94
-
- 09 Dec, 2020 2 commits
-
-
François Ferry authored
This parameter was introduced in e95725d7ce90, and its usage is removed in this commit: 8a04a2cb5ba4. related: #119
-
François Ferry authored
This parameter will be passed to waitress. https://docs.pylonsproject.org/projects/waitress/en/stable/arguments.html related: #119
-
- 10 Dec, 2020 1 commit
-
-
Nicola Spanti authored
If `self.lang` was already defined (aka not `None`), the language was not set. In consequence, when a pview was called, the language was always considered to be english, this piece of information is used by gettext, so it resulted in translation always done in english language instead of using user preference as excepted. closes #87
-
- 09 Dec, 2020 1 commit
-
-
Noé Gaumont authored
-