- 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 !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 6 commits
-
-
Łukasz Nowak authored
Also cover loop method.
-
Łukasz Nowak authored
It will make further testing much easier
-
Łukasz Nowak authored
If at least once certificate has been downloaded from KeDiFa it shall never use again the fall-back, as otherwise it would result with a problem, that next unsuccessful download from KeDiFa would result replacement with fall-back. In order to do so state file is introduced keeping list of overridden certificates. As now there is critical path regarding fetching certificates, the lock is created to avoid concurrent updates.
-
Łukasz Nowak authored
Fix one condition.
-
Łukasz Nowak authored
In order for further development and features create mixin.
-
Łukasz Nowak authored
Features: * by default runs with 60s sleep * allows to have master, updateable, certificate, which is used in case if specific certificate is not available
-
- 12 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 10 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 07 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
Having PRIMARY KEY on certificate.id is to strict -- as real uniques is required on id + reference in certificate table.
-
- 04 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
capturer does not work in some of tests environment.
-
Łukasz Nowak authored
-