1. 12 Mar, 2022 2 commits
    • Arnaud Fontaine's avatar
      RFC: genbt5list may depend on non-standard Python modules. · ddc553f4
      Arnaud Fontaine authored
      Until now it wasn't but with python3, import on future (not part of Python
      library) means ${buildout:executable} is not enough. Anyhow, genbt5list should
      be executed with all eggs IMO to avoid such problem.
      ddc553f4
    • Arnaud Fontaine's avatar
      RFC: Make maintenance of Zope eggs versions by pulling them from upstream. · eb5c6047
      Arnaud Fontaine authored
      I don't see any reason why we don't use upstream zope *versions.cfg files. This
      just duplicates work and makes maintenance tedious especially now that we have
      zope2, zope4py2 and zope4py3.
      
      Also:
        * Remove pinned versions on eggs with newer version or already defined in
          Zope versions.cfg files.
        * Make sure that pinned versions in stack/slapos.cfg do not override Zope versions
          (for example ZConfig versions set in stack/slapos.cfg was creating a version
          conflict while installing another egg).
      eb5c6047
  2. 10 Mar, 2022 1 commit
  3. 09 Mar, 2022 1 commit
  4. 08 Mar, 2022 1 commit
  5. 03 Mar, 2022 1 commit
  6. 25 Feb, 2022 1 commit
    • Arnaud Fontaine's avatar
      Zope 4.x: Fix OFS.Image PUT() for Python 2 (#1015). · 8cd7a917
      Arnaud Fontaine authored
      This fixes failures in erp5_dms:testWebDavSupport.
      
        Traceback (innermost last):
          [...]
          Module Products.ERP5Type.patches.OFSImage, line 94, in PUT
            return PUT_orig(self, REQUEST, RESPONSE)
          Module OFS.Image, line 665, in PUT
            data = data.encode('UTF-8')
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 10: ordinal not in range(128)
      8cd7a917
  7. 14 Feb, 2022 1 commit
  8. 09 Feb, 2022 3 commits
  9. 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
  10. 07 Feb, 2022 8 commits
  11. 03 Feb, 2022 7 commits
  12. 02 Feb, 2022 1 commit
  13. 01 Feb, 2022 1 commit
  14. 31 Jan, 2022 1 commit
  15. 28 Jan, 2022 2 commits
  16. 27 Jan, 2022 5 commits
  17. 21 Jan, 2022 1 commit
  18. 20 Jan, 2022 1 commit
  19. 19 Jan, 2022 1 commit