Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-22 | refactor(cli/tools/upgrade): rework upgrade (#8331) | crowlKats | |
This commit does major overhaul of "upgrade" subcommand, reducing complexity & giving more sensible console output. Removes gz support for archives. Uses last part of url instead of scraping to get latest version. | |||
2020-11-19 | refactor(cli): move tooling to cli/tools/ (#8424) | Bartek IwaĆczuk | |
This commit moves following tools into a single "tools" module located at "cli/tools/mod.rs": - formatter - linter - test runner - coverage collector - installer - binary upgrader - repl |