1. 28 Mar, 2022 1 commit
  2. 07 Mar, 2022 1 commit
  3. 25 Feb, 2022 1 commit
  4. 22 Feb, 2022 2 commits
  5. 28 Jan, 2022 1 commit
  6. 27 Jan, 2022 1 commit
  7. 24 Jan, 2022 3 commits
  8. 11 Jan, 2022 3 commits
  9. 09 Jan, 2022 1 commit
  10. 26 Dec, 2021 2 commits
  11. 16 Nov, 2021 1 commit
  12. 09 Nov, 2021 1 commit
  13. 23 Sep, 2021 1 commit
  14. 22 Sep, 2021 1 commit
  15. 25 Mar, 2021 1 commit
  16. 15 Mar, 2021 1 commit
    • Léa Gris's avatar
      refactor(installer): fix static analysis warnings (#9529) · 95a06f39
      Léa Gris authored
      * refactor(install.sh): fix static analysis warnings
      
      Clear all warnings and errors raised by shellcheck.net static analysis.
      
      - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`.
      - Move variables out of`printf` format string.
      - Refactor/simplify string formatters for error and underline.
      - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters.
      
      * fix(uname): non-posix -o option
      
      * fix(install.sh): non portable which
      
      Replaced non-portable `which zsh` by portable `command -v zsh`
      95a06f39
  17. 09 Nov, 2020 1 commit
  18. 20 Aug, 2020 2 commits
  19. 17 Aug, 2020 1 commit
  20. 01 Jul, 2020 1 commit
  21. 28 Jun, 2020 1 commit
  22. 25 Feb, 2020 1 commit
  23. 24 Feb, 2020 1 commit
  24. 21 Nov, 2019 1 commit
  25. 21 Oct, 2019 1 commit
  26. 08 Sep, 2019 1 commit
  27. 09 Jun, 2019 1 commit
  28. 03 Jun, 2019 6 commits