- 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
-
- 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
-