- 05 Nov, 2020 2 commits
- 04 Nov, 2020 7 commits
- 03 Nov, 2020 1 commit
-
-
Aurel authored
-
- 22 Oct, 2020 1 commit
-
-
Aurel authored
-
- 24 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
-
- 18 Feb, 2020 1 commit
-
-
Łukasz Nowak authored
Depending on the environment, various exceptions can be risen, so be tolerant regarding the exception type.
-
- 17 Feb, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 28 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 27 Jan, 2020 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 23 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 29 Oct, 2019 5 commits
-
-
Jérome Perrin authored
On python 3.5, for each request where SSL authentication fail, even though application seem functional, a traceback is logged in the log file. This makes tests asserting the last log line fail because the last line is not the access log line, it's the last line of the traceback. On python >= 3.6, such tracebacks are not logged, so we don't try to fix this issue but just workaround this for python 3.5. We'll drop this patch once we stop supporting python 3.5
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
it seems not enough on out test infrastructure sometimes
-
Jérome Perrin authored
pylint understands this and does not report errors about accessing undefined members. http://pylint.pycqa.org/en/stable/faq.html#how-do-i-avoid-access-to-undefined-member-messages-in-my-mixin-classes
-
- 23 Oct, 2019 1 commit
-
-
Jérome Perrin authored
-
- 25 Sep, 2019 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 01 Aug, 2019 2 commits
-
-
Łukasz Nowak authored
/reviewed-on nexedi/kedifa!5
-
Łukasz Nowak authored
It can fail too fast, without giving caucase any chance to start really.
-
- 31 Jul, 2019 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It's better to reply 400 Bad Request on malformed requests and do not pollute log with exceptions.
-
Łukasz Nowak authored
Also improve message in case of failure.
-
- 29 May, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/kedifa!4
-
- 15 May, 2019 1 commit
-
-
Łukasz Nowak authored
As updater is used in environment, which requires it to have certificates available as fast as possible, add a prepare step and allow to launch it with --prepare-only switch. Thanks to this it is possible to run it with configuration file to provide fallback or master certificates for all slaves without connecting to the network, thus resulting in fast preparation. /reviewed-on nexedi/kedifa!3
-
- 14 May, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 02 Apr, 2019 1 commit
-
-
Łukasz Nowak authored
Also cover loop method.
-