1. 09 Feb, 2022 2 commits
  2. 08 Feb, 2022 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Keep Server header intact · 3d6af70d
      Łukasz Nowak authored
      Server header might be changed by client facing caddy, for which caddy code
      has been fixed to not transmit the Server header at all by default.
      In ATS Server header has been disabled by configuration.
      haproxy does not add Server header at all.
      Thanks to improvement in the test backend, it's asserted that Server header
      send by the backend is left intact.
      3d6af70d
  3. 07 Feb, 2022 6 commits
  4. 03 Feb, 2022 3 commits
  5. 02 Feb, 2022 1 commit
  6. 01 Feb, 2022 1 commit
  7. 31 Jan, 2022 1 commit
  8. 28 Jan, 2022 1 commit
  9. 27 Jan, 2022 5 commits
  10. 21 Jan, 2022 1 commit
  11. 20 Jan, 2022 1 commit
  12. 19 Jan, 2022 1 commit
  13. 18 Jan, 2022 2 commits
  14. 17 Jan, 2022 2 commits
  15. 14 Jan, 2022 3 commits
  16. 12 Jan, 2022 3 commits
  17. 11 Jan, 2022 4 commits
  18. 07 Jan, 2022 2 commits
    • Jérome Perrin's avatar
      software/erp5/upgrade_test: backport new fixes in old software · e0262aaf
      Jérome Perrin authored
      on debian 11, old software does not compile with an error like:
      
          ERROR: ld.so: object '/srv/slapgrid/slappart47/t/dcm/i/0/tmp/shared/userhosts/e880bfd75804e2ec50f297b173a4ae9a__compile__/userhosts-1d3b463e7856db6e674a06258c0840206e6a7b72-1d3b463e7856db6e674a06258c0840206e6a7b72/userhosts' from LD_PRELOAD cannot be preloaded (cannot dynamically load position-independent executable): ignored.
      
      the fixes have been backported to a new 1.0.167.5 tag
      e0262aaf
    • Jérome Perrin's avatar
      software/erp5/upgrade_test: skip software checks · e5da236d
      Jérome Perrin authored
      This test is installing an old version of ERP5 that did not satisfy all
      the software checks. We don't want to check the old version and we check
      the new version in software/erp5/test so no need to check here.
      e5da236d