An error occurred fetching the project authors.
  1. 02 Aug, 2021 1 commit
    • Jérome Perrin's avatar
      *: review promises for slapos.toolbox 0.123 compatibility · 617385c5
      Jérome Perrin authored
      In b049c057 (upgrade to slapos.toolbox version 0.123, 2021-07-19), we
      translated check-secure = 1 to config-http-code = 401, but check-secure = 1
      also accepted responses with status code 200.
      
      Thoses promises where checking servers without authentication enabled, they
      reply with 200, so update the promises accordingly to expect 200.
      617385c5
  2. 27 Jul, 2021 1 commit
    • Eric Zheng's avatar
      upgrade to slapos.toolbox version 0.123 · b049c057
      Eric Zheng authored
      This introduces some breaking changes to the check_url_available
      promise:
      
      - http_code has been renamed to http-code
      - check-secure = 1 has been deprecated; http-code = 401 should be used
        instead
      b049c057
  3. 05 Aug, 2020 1 commit
  4. 19 Nov, 2019 2 commits
  5. 28 Oct, 2019 1 commit
  6. 26 Jul, 2019 1 commit
    • Alain Takoudjou's avatar
      rewrite stack lamp and make it works with php7 · 3d473964
      Alain Takoudjou authored
      Stack LAMP was not used for years so it was completely outdated was not working anymore.
      The stack was rewritten to make it works with php7.3
      Use mariadb from stack/erp5 because we won't code again all feature done there for mariadb, initialization and backup to have it up-to-date.
      Delete old files which are not used anymore
      Remove integrated resilience scripts, resilience will works with webrunner which is more stable today.
      3d473964