- 08 Feb, 2023 3 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 23 Jan, 2023 1 commit
-
-
Thomas Gambier authored
webrunner is replaced by Theia See merge request !108
-
- 18 Jan, 2023 2 commits
-
-
Thomas Gambier authored
-
Justin authored
See merge request nexedi/slapos.toolbox!105
-
- 16 Jan, 2023 6 commits
- 13 Jan, 2023 1 commit
-
-
Justin authored
promise: Merged check_free_disk_space and monitor_partition_space from @lisa.casino & @@xavier_thompson
-
- 20 Dec, 2022 1 commit
-
-
Alain Takoudjou authored
collect data in slapos.core are stored into db with gmtime which was different from utc used by monitor.
-
- 25 Aug, 2022 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
urlopen(url).read() returns bytes, this fixes: File "slapos.toolbox-repository/slapos/resiliencytest/suites/resiliencytestsuite.py", line 162, in _waitForCloneToBeReadyForTakeover while "<b>Importer script(s) of backup in progress:</b> True" in takeover_page_content: TypeError: a bytes-like object is required, not 'str' errors with KVM resilience tests
-
- 30 Jun, 2022 2 commits
-
-
Thomas Gambier authored
-
Thomas Leymonerie authored
-
- 05 Jun, 2022 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 12 May, 2022 1 commit
-
-
Jérome Perrin authored
Improved error text for misnamed InvalidSchema and MissingSchema exceptions. https://github.com/psf/requests/blob/v2.27.0/HISTORY.md#2270-2022-01-03
-
- 18 Oct, 2021 2 commits
-
-
Romain Courteaud authored
See merge request nexedi/slapos.toolbox!102
-
Boxiang Sun authored
The test doesn't care about the instance state, just wants an arbitrary instance title.
-
- 04 Oct, 2021 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This promise relates to resources local on the partition, which are files, and they shall be available fast, thus make it failing immediately in case of failure.
-
Boxiang Sun authored
See merge request !100
-
- 30 Sep, 2021 3 commits
-
-
Boxiang Sun authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 21 Sep, 2021 1 commit
-
-
Łukasz Nowak authored
If there is no url parameter the promise fails, so simply switch to empty.
-
- 25 Aug, 2021 1 commit
-
-
Xavier Thompson authored
-
- 24 Aug, 2021 1 commit
-
-
Xavier Thompson authored
-
- 23 Jul, 2021 2 commits
-
-
Thomas Gambier authored
-
Eric Zheng authored
The check_url_available promise has been improved with the following changes: - The `http_code` parameter has been renamed `http-code` for consistency. - The `check-secure` parameter has been removed. Users should specify `http-code = 401` instead. - The `username` and `password` parameters have been added to optionally enable HTTP basic authentication. - The logging output has been changed slightly.
-
- 29 Jun, 2021 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
Accept unicode value for `port` parameter
-
- 24 Jun, 2021 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
pc.ram key is used for the initial memory, and it can't be removed.
-
- 23 Jun, 2021 1 commit
-
-
Xavier Thompson authored
-
- 22 Jun, 2021 1 commit
-
-
Xavier Thompson authored
This promise generalizes the check_port_listening promise to include AF_UNIX sockets in addition to AF_INET and AF_INET6 host/port sockets. The socket family and address is deduced from the set of arguments: - `host` & `port`: AF_INET or AF_INET6 - `pathname`: filesystem pathname address for AF_UNIX - `abstract`: '\0' is prefixed to build an abstract AF_UNIX address All other combinations of arguments are forbidden. The promise creates a socket accordingly and attempts to connect to the provided address. The promise fails if the connection fails. The check_port_listening promise has been removed. See merge request nexedi/slapos.toolbox!97
-