1. 19 Oct, 2022 1 commit
    • Łukasz Nowak's avatar
      Fix "caddy-frontend: Check log files last in the test" · 8ef8118c
      Łukasz Nowak authored
      Running test as last makes no sense nowadays, as the site is fully prepared.
      Awaiting for each possible log of configured frontend is not worth the
      requirement, so make those tests as first ones, which simplifies running only
      them with reproducible effect.
      
      All tests which could be affected by that fact has been identified and changed.
      8ef8118c
  2. 18 Oct, 2022 2 commits
  3. 17 Oct, 2022 23 commits
  4. 14 Oct, 2022 1 commit
  5. 13 Oct, 2022 2 commits
  6. 12 Oct, 2022 2 commits
  7. 11 Oct, 2022 4 commits
  8. 10 Oct, 2022 2 commits
  9. 06 Oct, 2022 2 commits
  10. 05 Oct, 2022 1 commit
    • Jérome Perrin's avatar
      software/ors-amarisoft: rename json templates for git pre-commit hook · 776d4d77
      Jérome Perrin authored
      When using pre-commit hook (the one installed by using `npm install`
      from the root of the repository), all .json files are checked to be
      valid json and formatted according to the ./format-json rules.
      
      These templates were problematic for this script because they are not
      really valid json, so name them .json.jinja2 instead of .jinja2.json so
      that they are not selected by the pre-commit hook
      776d4d77