An error occurred fetching the project authors.
  1. 06 Mar, 2020 1 commit
  2. 02 Mar, 2020 3 commits
  3. 20 Feb, 2020 2 commits
  4. 30 Dec, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Set open files soft limit · 324c08d0
      Łukasz Nowak authored
      Caddy by itself does not raise soft limit of open files, so it has to be set
      by the wrapper.
      
      As slapos.cookbook:wrapper can't be used for such case, the
      slapos.recipe.template:jinja2 recipe inline style is used to have full
      control over the created wrapper.
      
      /reviewed-on nexedi/slapos!678
      324c08d0
  5. 19 Nov, 2019 2 commits
  6. 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
  7. 15 Oct, 2019 1 commit
  8. 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
  9. 01 Oct, 2019 2 commits
  10. 27 Sep, 2019 4 commits
  11. 30 Aug, 2019 4 commits
  12. 29 Aug, 2019 1 commit
  13. 23 Aug, 2019 1 commit
  14. 02 Aug, 2019 1 commit
  15. 18 Jul, 2019 1 commit
  16. 10 Jul, 2019 3 commits
  17. 03 Jul, 2019 1 commit
  18. 02 Jul, 2019 1 commit
  19. 26 Jun, 2019 1 commit
  20. 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
  21. 17 Jun, 2019 2 commits
  22. 12 Jun, 2019 2 commits
  23. 06 Jun, 2019 1 commit
    • Łukasz Nowak's avatar
      fix "caddy-frontend: Adapt to ATS 7" · 6782c791
      Łukasz Nowak authored
      Before normalize_ae_gzip was 0, and better keep it this way as it is
      suspected root problem of incorrectly varianted cache depending on
      client Accept-Encoding.
      6782c791
  24. 31 May, 2019 2 commits