1. 04 Aug, 2021 1 commit
  2. 28 Jul, 2021 1 commit
  3. 19 Jul, 2021 1 commit
  4. 12 Jul, 2021 2 commits
  5. 09 Jul, 2021 1 commit
  6. 08 Jul, 2021 2 commits
  7. 07 Jul, 2021 1 commit
  8. 01 Jul, 2021 1 commit
  9. 29 Jun, 2021 1 commit
  10. 21 Jun, 2021 2 commits
  11. 16 Jun, 2021 1 commit
    • Jérome Perrin's avatar
      software/grafana: fix smtp_verify_ssl option handling · 877ea405
      Jérome Perrin authored
      This software uses xml for parameters serialisation, so we can not use
      boolean type. As a result, smtp_verify_ssl was always "true" and disabling ssl
      verification was not working.
      
      When accessing the smtp server from localhost, grafana attempt STARTLS and
      verifies certificate, so scenarios of using localhost:25 as smtp server usually
      needed smtp_verify_ssl="false".
      877ea405
  12. 15 Jun, 2021 10 commits
  13. 14 Jun, 2021 2 commits
    • Xavier Thompson's avatar
      stack/slapos.cfg: wheel = 0.35.1:whl · 9a5b1341
      Xavier Thompson authored
      This is a workaround to avoid the UnicodeDecodeError that occurs
      when installing wheel, in particular during compilation of ERP5.
      9a5b1341
    • Julien Muchembled's avatar
      ERP5: fix mariadb initialization when datadir is not a simple directory · 1bb0aa8f
      Julien Muchembled authored
      The previous way to initialize ~/srv/mariadb relied on /bin/mv, so that
      it's atomic, making [template-mysqld-wrapper] idempotent (think of a
      crash in the middle mysql_install_db). However, mv only works if
      ~/srv/mariadb is a simple directory: it fails if it's a symlink,
      a mount point, or a subvolume (btrfs).
      
      When using extra storage devices for some data, one may prefer to only
      put the data (e.g. ~/srv/mariadb) and not the whole slapos partition.
      Then if we want a resilient ERP5 with catalog's datadir on a separate
      storage device, the importer script must be able to reinitialize
      ~/srv/mariadb whatever its type.
      1bb0aa8f
  14. 11 Jun, 2021 2 commits
  15. 10 Jun, 2021 4 commits
  16. 09 Jun, 2021 1 commit
  17. 04 Jun, 2021 7 commits