1. 27 Nov, 2021 6 commits
  2. 18 Oct, 2021 2 commits
  3. 04 Oct, 2021 3 commits
  4. 30 Sep, 2021 3 commits
  5. 21 Sep, 2021 1 commit
  6. 25 Aug, 2021 1 commit
  7. 24 Aug, 2021 1 commit
  8. 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
  9. 29 Jun, 2021 2 commits
  10. 24 Jun, 2021 2 commits
  11. 23 Jun, 2021 1 commit
  12. 22 Jun, 2021 1 commit
    • Xavier Thompson's avatar
      promise/plugin: Add check_socket_listening promise · 428870e3
      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
      428870e3
  13. 04 Jun, 2021 1 commit
  14. 07 May, 2021 2 commits
  15. 21 Apr, 2021 2 commits
    • Jérome Perrin's avatar
      Release 0.119 · ea09102f
      Jérome Perrin authored
      ea09102f
    • Jérome Perrin's avatar
      slaprunner: fix popen on python3 · 07a18130
      Jérome Perrin authored
      On python3 several views were not functional, because subprocess output was
      retrieved as bytes, but manipulated as a string.
      
      This adds a few tests for views, not complete because it would be too much time
      consuming for now.
      07a18130
  16. 29 Mar, 2021 2 commits
  17. 26 Mar, 2021 1 commit
  18. 04 Feb, 2021 1 commit
  19. 03 Feb, 2021 2 commits
  20. 02 Feb, 2021 1 commit
  21. 01 Feb, 2021 1 commit
  22. 29 Jan, 2021 1 commit
  23. 27 Jan, 2021 1 commit