An error occurred fetching the project authors.
  1. 06 Mar, 2020 1 commit
  2. 02 Mar, 2020 3 commits
  3. 17 Jan, 2020 1 commit
  4. 07 Jan, 2020 1 commit
  5. 28 Nov, 2019 1 commit
  6. 19 Nov, 2019 1 commit
  7. 07 Nov, 2019 2 commits
  8. 06 Nov, 2019 2 commits
  9. 04 Nov, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Fix prefer-gzip with https-only · 9b9adb87
      Łukasz Nowak authored
      Due to missing test and rare condition, if https-only and
      prefer-gzip-encoding-to-backend were true accessing http:// of the
      slave resulted with redirecting to the https:// url with prefer-gzip
      added to the path, which is fixed and tested here.
      9b9adb87
  10. 29 Oct, 2019 5 commits
  11. 04 Oct, 2019 1 commit
    • Thomas Gambier's avatar
      do not create two wrappers for the same executable if hash change · ed707d3b
      Thomas Gambier authored
      Prevent creating 2 wrapper for the same service if hash changed. Here, one service is exited because port is used by the firt to service to start:
      
          slappart6:runner-sshd-4248650e36a9a26a6481df1baffd9f58-on-watch                RUNNING   pid 27835, uptime 0:03:45
          slappart6:runner-sshd-b3b68f4278ceb84691ec27521ea229eb-on-watch                EXITED    Mar 06 04:52 PM
      
      To achieve that, update slapos.cookbook and use hash-existing-files option of wrapper recipe
      
      hash-existing-files list all the files used for hash that are not
      handled by buildout. For those files, the hash is calculated as soon as
      the __init__ function so that if there is a change in those files,
      buildout will remove the existing wrapper (it will uninstall the
      section) and replace it with the new wrapper.
      
      /reviewed-on nexedi/slapos!525
      ed707d3b
  12. 03 Oct, 2019 1 commit
    • Łukasz Nowak's avatar
      Fix connection-parameter-hash · 0e0e8d19
      Łukasz Nowak authored
      Fixed slapos.core stabilises connection_dict during publish, so it is able
      to calculate connection-parameter-hash the same way on client and on server, this
      having same results when it is expected to have them.
      
      Tasks:
      
       - [x] release `slapos.core` with nexedi/slapos.core!131 and use the version here
      
      /reviewed-on nexedi/slapos!625
      0e0e8d19
  13. 27 Sep, 2019 2 commits
  14. 05 Sep, 2019 1 commit
  15. 30 Aug, 2019 3 commits
  16. 29 Aug, 2019 4 commits
  17. 01 Aug, 2019 1 commit
  18. 18 Jul, 2019 1 commit
  19. 04 Jul, 2019 1 commit
  20. 03 Jul, 2019 2 commits
  21. 26 Jun, 2019 1 commit
  22. 20 Jun, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Add promise for rejected slaves · 2a6967d6
      Łukasz Nowak authored
      Frontend operator shall have easy access to information about rejected
      slaves, possibly the best in the JSON file.
      
      Also the keys for the human readable information are slave's titles, not
      references.
      
      The information is published via hand crafted HTTPS endpoint.
      
      Note: The SSL certificate is generated manually. Existing caucase is special
            for KeDiFa, this is another step to move all generated certificates (or
            otherwise self-signed) to internal, full automatic caucase.
      2a6967d6
  23. 12 Jun, 2019 1 commit
  24. 31 May, 2019 2 commits