1. 01 Mar, 2023 2 commits
  2. 08 Feb, 2023 3 commits
  3. 23 Jan, 2023 1 commit
  4. 18 Jan, 2023 2 commits
  5. 16 Jan, 2023 6 commits
  6. 13 Jan, 2023 1 commit
  7. 20 Dec, 2022 1 commit
  8. 25 Aug, 2022 2 commits
    • Jérome Perrin's avatar
      b17843bc
    • Jérome Perrin's avatar
      resiliencytestsuite: python3 fix · ec47c8e3
      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
      ec47c8e3
  9. 30 Jun, 2022 2 commits
  10. 05 Jun, 2022 2 commits
  11. 12 May, 2022 1 commit
  12. 18 Oct, 2021 2 commits
  13. 04 Oct, 2021 3 commits
  14. 30 Sep, 2021 3 commits
  15. 21 Sep, 2021 1 commit
  16. 25 Aug, 2021 1 commit
  17. 24 Aug, 2021 1 commit
  18. 23 Jul, 2021 2 commits
    • Thomas Gambier's avatar
      Release 0.123 · 95726826
      Thomas Gambier authored
      95726826
    • Eric Zheng's avatar
      plugin/check_url_available: rewrite options · a0466ad7
      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.
      a0466ad7
  19. 29 Jun, 2021 2 commits
  20. 24 Jun, 2021 2 commits