1. 09 Apr, 2021 9 commits
  2. 08 Apr, 2021 1 commit
  3. 07 Apr, 2021 14 commits
  4. 06 Apr, 2021 3 commits
  5. 02 Apr, 2021 4 commits
  6. 01 Apr, 2021 2 commits
  7. 31 Mar, 2021 7 commits
    • Romain Courteaud's avatar
      ensure working version of setuptools_scm for python-dateutil · 6e491a6b
      Romain Courteaud authored
      Install setuptools_scm before python-dateutil (which has it in setup_requires) so that the version can be controlled by buildout
      
      See nexedi/slapos@f1e7230e
      6e491a6b
    • Jérome Perrin's avatar
      a024ea6d
    • Jérome Perrin's avatar
      Release slapos.cookbook (1.0.184) · b2096c96
      Jérome Perrin authored
      b2096c96
    • Jérome Perrin's avatar
      software/erp5: include timestamp in haproxy error log · edc71fe8
      Jérome Perrin authored
      Haproxy log errors for events like when all backends from a family fail the
      health check, it is helpful for investigations to have a timestamp in this log.
      
      We were using ActionFileDefaultTemplate so that access logs use standard
      "combined"-like format, we change so that this apply only to the access log,
      so that error log have the default "timestamp hostname process[pid] message"
      format.
      edc71fe8
    • Jérome Perrin's avatar
      component/cloudooo: update to be6c35c0156e028f31da3ccb205afc6f95728d97 · bebc9f52
      Jérome Perrin authored
      be6c35c (manager/getAllowedExtensionList: use explicit extensions in ERP5 legacy mode, 2021-03-29)
      fixes issues with compatibility with ERP5
      bebc9f52
    • Jérome Perrin's avatar
      software/cloudooo: use slapos.cookbook:switch-softwaretype · d234ab8a
      Jérome Perrin authored
      Porting to switch-softwaretype involves:
       - use recipe slapos.cookbook:switch-softwaretype instead of slapos.cookbook:softwaretype
       - don't render software type profiles, only use cloudooo-dynamic-template:rendered
        instead of ${cloudooo-dynamic-template:rendered}, the profile will be rendered
        later.
       - have a RootSoftwareInstance default alias
       - have a part reading parameters using slapos.cookbook:slapconfiguration
        named slap-configuration. This is what slapos.cookbook:switch-softwaretype
        expects. Here we renamed the existing part.
      
      At the same time, remove slap-connection that was added as backward compatibility,
      slapos.core supports this since commit 0fbed0d1b (Migrate slap_connection to
       slap-connection, and use variables names separated with '-'., 2012-09-18) that
      was part of release 0.29
      d234ab8a
    • Jérome Perrin's avatar
      *: add missing bzip2 in path · 028daccb
      Jérome Perrin authored
      These profiles assumed that bzip is in PATH but it's no longer the case with
      default slapos install on debian 10.8
      028daccb