- 15 May, 2020 5 commits
-
-
Nicolas Wavrant authored
but read only as much as we expect to receive. It should make tests more stable
-
Nicolas Wavrant authored
As python3 only accept binary types for sockets
-
Nicolas Wavrant authored
Keep log file for debugging and use cleanup function to be sure to correctly stop services
-
Nicolas Wavrant authored
-
Jérome Perrin authored
-
- 04 May, 2020 3 commits
-
-
Nicolas Wavrant authored
to simplify the code
-
Nicolas Wavrant authored
See merge request !81
-
Nicolas Wavrant authored
-
- 30 Apr, 2020 2 commits
-
-
Rafael Monnerat authored
this should be used on testcase in future too, to always bootstrap with the same code-base. This depends this be released first: nexedi/slapos!747 /cc @jerome @Nicolas See merge request !80
-
Rafael Monnerat authored
-
- 16 Apr, 2020 1 commit
-
-
Rafael Monnerat authored
The generation of the link and the verification were inconsistent, this commit normalize both. PS.: Software Links are deprecated, it should be removed in future, as it lost the goals
-
- 12 Mar, 2020 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
While adding the support in "promise: Support ssl_certificate in check_surykatka_json" coverage for error reporting was missing, which has been extended in this fix.
-
- 02 Mar, 2020 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos.toolbox!78
-
- 28 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 20 Feb, 2020 1 commit
-
-
Bryton Lacquement authored
This is another fixup for commit 1c8269b2.
-
- 14 Feb, 2020 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This will lead to minimise amount of entries, and they will be only shown when the status would change.
-
- 12 Feb, 2020 11 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Improvements: * total_seconds from surykatka is parsed * failure-amount is configurable * various smaller bugfixes /reviewed-on nexedi/slapos.toolbox!77
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Result of the promise is not important for instantiation.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Sites with bad certificates are reported with null values in surykatka output, thus they have to be handled correctly.
-
Łukasz Nowak authored
It means that the server didn't reply at all.
-
Łukasz Nowak authored
Show URL only once and having this in mind simplify messages still keeping all information.
-
Łukasz Nowak authored
It is only checked when maximum-elapsed-time is passed and surykatka is recent enough to report total_seconds. Also improve reporting even more to provide readable information for those massive promises with ERROR/OK mixed states.
-
Łukasz Nowak authored
Prefix with ERROR and OK messages for problems and ok checks, as they are grouped together in the output.
-
- 29 Jan, 2020 1 commit
-
-
Bryton Lacquement authored
This is another fixup for commit 1c8269b2. This is not covered by tests since they use a fake_send method.
-
- 28 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 09 Jan, 2020 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Additionally improve python3 support as it is required for proper cleanup procedure. /reviewed-on !74
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The file_list will be iterated more than once, and filter in python3 is being consumed, so create a list instead for many iterations.
-
Łukasz Nowak authored
os.errno does not exists since python 3.7
-
- 02 Jan, 2020 2 commits
-
-
Łukasz Nowak authored
Fixed check_surykatka_json for http-only sites
-
Łukasz Nowak authored
ssl_certificate is not important for http only checks.
-
- 31 Dec, 2019 1 commit
-
-
Łukasz Nowak authored
-