summaryrefslogtreecommitdiffstats
path: root/src/utils.rs
AgeCommit message (Expand)Author
2021-03-14feat(scala): Add scala module (#2409)Beni Ben zikry
2021-03-05fix(bash): escape interpretable characters (#2404)David Knaack
2021-02-27feat: add support for tcsh (#2288)Vivek Malneedi
2021-02-13feat(test): allow dynamic mocking of commands (#2307)David Knaack
2021-02-13fix(utils): Sefely unwrap the command output (#2305)Thomas O'Donnell
2021-02-11feat: allow changing default command timeout (#2283)David Knaack
2021-02-02fix(windows): fix windows terminal ANSI escape sequences (#2258)KOVACS Krisztian
2021-01-30feat(vagrant): Add support for Vagrant (#1812)Furkan Türkal
2021-01-21perf(utils): Add timeout to `utils::exec_cmd` (#2171)Thomas O'Donnell
2020-12-26feat(kotlin): Add the kotlin module (#2026)Nicola Corti
2020-12-22feat(utils): Support non-exe commands on Windows (#2019)Thomas O'Donnell
2020-11-30feat(python): Smarter python binary usage (#1947)Thomas O'Donnell
2020-10-27feat(lua): Add a Lua module (#1815)Shu Kutsuzawa
2020-10-03fix(utils): reduce log level of errors in utils. (#1730)Thomas O'Donnell
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-09-21fix: restore the `pyenv_prefix` option to python (#1668)Thomas O'Donnell
2020-08-24fix(test): do NOT quote argument values for mocked invocations (#1527)Dario Vladović
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-08-04feat(perl): Added perl version module (#1382)Stéphane Benoit
2020-07-29refactor(java): parse version using regex (#1496)Dario Vladović
2020-07-29feat(dart): add Dart module (#1392)Dario Vladović
2020-07-29feat(swift): add Swift module (#1261)Dario Vladović
2020-07-19test: fix mocked commands (#1491)Dario Vladović
2020-07-17feat(helm): Add Helm module (#1463)Batuhan Apaydın
2020-07-15fix(ocaml): Stop new line being included in ocaml version (#1479)Thomas O'Donnell
2020-07-09feat(cmake): Add CMake module (#1456)Tilmann Meyer
2020-07-08test(terraform): move tests which do not require env vars (#1455)Tilmann Meyer
2020-07-05fix: manage sandboxed version of OCaml (#1433)Thomas Haessle
2020-06-14feat(python): Add option to change the python binary (#1297)Thomas O'Donnell
2020-06-13Fix PHP version including error messages (#1317)Thomas O'Donnell
2020-06-09feat(nim): Add Nim module (#1189)Rekihyt
2020-05-22feat(PureScript): Add Purescript module (#1227)nobv
2020-05-21feat: add Zig module (#1231)Dario Vladović
2020-05-21feat(ocaml): Add OCaml module (#1218)Hirochika Matsumoto
2020-04-28fix(haskell): avoid creating .lock files or downloading GHC (#1147)Oisín
2020-04-27feat(erlang): Add Erlang module (#1129)Benedikt Reinartz
2020-04-13chore: Add more detailed logging for executing cmds (#1097)Thomas O'Donnell
2020-04-03feat: Add a julia module (#1030)Shu Kutsuzawa
2020-03-22fix: change command failure log level to traceMatan Kushner
2020-03-06fix(utils): print log for exec_cmd failure (#982)Basix
2020-03-01feat: add Elixir module (#437)KokaKiwi
2020-02-21test: refactor ruby and php modules to use mocked commands (#936)Thomas O'Donnell
2020-02-12test(golang): refactor golang tests to use mocked command (#925)Thomas O'Donnell
2020-02-06test: port Haskell module tests to integration test (#913)Andrew Prokhorenkov
2020-02-06refactor: Move ANSI escaping into its own functions (#866)Kevin Song
2020-02-05feat: Add an Elm module (#879)Andrew Prokhorenkov
2020-02-04feat: Add Crystal version module (#170)Youssef Habri
2020-02-04fix: make echo test use /bin/sh (#892)Kyle Sferrazza
2020-01-26test(nodejs): Port nodejs module tests from E2E to integraton (#867)Matan Kushner
2020-01-11chore: Add ability to mock commands during tests (#768)Thomas O'Donnell