1. 07 Nov, 2019 18 commits
  2. 06 Nov, 2019 12 commits
  3. 05 Nov, 2019 2 commits
  4. 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
  5. 31 Oct, 2019 4 commits
  6. 30 Oct, 2019 3 commits
    • Łukasz Nowak's avatar
      Fix/caddy frontend modern test · 846d5b43
      Łukasz Nowak authored
      /reviewed-on !634
      846d5b43
    • Jérome Perrin's avatar
      slaprunner: test for web services · 26741e83
      Jérome Perrin authored
      26741e83
    • Jérome Perrin's avatar
      slaprunner: support shared parts · 1a5df533
      Jérome Perrin authored
      If slaprunner itself was installed on a slapos which had shared parts
      enabled, these shared parts will also be used while installing softwares
      inside the slaprunner.
      
      Because ${buildout:shared-part-list} is a multi line property, it was
      not possible to generate .cfg files (which needs special handling of
      multi-line strings) directly from software buildout (where jinja
      templates are not yet available), so we use a trick of generating a
      plain text file in software and parsing it during instance.
      1a5df533