1. 25 Sep, 2020 20 commits
  2. 11 Sep, 2020 1 commit
  3. 09 Sep, 2020 3 commits
  4. 31 Aug, 2020 1 commit
  5. 28 Aug, 2020 1 commit
  6. 27 Aug, 2020 1 commit
    • Jérome Perrin's avatar
      Fix installation of slapos.toolbox · aaa2564a
      Jérome Perrin authored
      Since f3613b91 (version up slapos.toolbox 0.110, 2020-08-21) slapos.toolbox needs lzma, which should always be installed with slapos component, because letting buildout install the egg from pypi would build against system libzma library (or fail if not present).
      This introduce `*-dependencies` sections for eggs that have some dependencies that needs to be installed by slapos and use it, especially in section which install eggs from git for testing.
      
      See merge request nexedi/slapos!804
      aaa2564a
  7. 26 Aug, 2020 6 commits
  8. 25 Aug, 2020 5 commits
  9. 24 Aug, 2020 2 commits
    • Łukasz Nowak's avatar
      component/haproxy: Version up 2.0.17 · e1c3257a
      Łukasz Nowak authored
      Fixes problems with massive hosting and backend leaking to other definitions.
      e1c3257a
    • Jérome Perrin's avatar
      software/erp5: only enable monitor-promise-slowquery-result if requested · f66e93ff
      Jérome Perrin authored
      Starting from slapos.toolbox 0.110, this promise will report error if the the
      amount of slow queries is over the threshold - before this version due to bug
      in slapos.toolbox it was not - to keep this behavior and prevent too many
      errors with this promise that is still in early stages of development, we
      disable this promise unless it is explicitly requested in instance parameters.
      f66e93ff