summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-03-11Fix: Make XDG configuration not requiredMatthias Beyer
2021-03-11Merge branch 'misc'Matthias Beyer
2021-03-11Add more error context to config loadingMatthias Beyer
2021-03-11Add xdg-based config file mergingMatthias Beyer
2021-03-11Add more verbose error if ./. is not a git repositoryMatthias Beyer
2021-03-11Add more verbose error output if no subcommand is givenMatthias Beyer
2021-03-11Add more verbose error output if no subcommand is givenMatthias Beyer
2021-03-11Add more error context if CLI command failsMatthias Beyer
2021-03-11Add more error contextMatthias Beyer
2021-03-10Merge branch 'subcommand-endpoint'Matthias Beyer
2021-03-10Add command to get metricsMatthias Beyer
2021-03-07Add subcommand "endpoint <ENDPOINT> ping"Matthias Beyer
2021-03-04Remove counting of package filesMatthias Beyer
2021-02-24Move constants to dedicated moduleMatthias Beyer
2021-02-15Force "funty" to 1.1.0Matthias Beyer
2021-02-11Implement find-artifact subcommandMatthias Beyer
2021-02-11Remove unnecessary return typeMatthias Beyer
2021-01-29Add documentation how Orchestrator worksMatthias Beyer
2021-01-25Do not deny missing docs, we havent written em yetMatthias Beyer
2021-01-25Do not deny missing copy impls, we have to manyMatthias Beyer
2021-01-25Do not deny missing debug impls, we have to manyMatthias Beyer
2021-01-25Do not deny unused results, we have too manyMatthias Beyer
2021-01-25Fix: Use rand as _ to make lint happyMatthias Beyer
2021-01-25Deny more things, sort denylistMatthias Beyer
2021-01-20Move the cleanness check to the "build" command implementationMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: useless lint attributeMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-15Add subcommand to generate CLI completion scriptMatthias Beyer
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-11Add "tree-of" subcommand to print dependency tree of a packageMatthias Beyer
2020-12-11Refactor to find linter from repository rootMatthias Beyer
2020-12-11Add "lint" subcommandMatthias Beyer
2020-12-09Fix weird rendering bug of progress barsMatthias Beyer
2020-12-09Make ProgressBars helper able to create spinnersMatthias Beyer
2020-12-07Deny trivial numeric castsMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Add list of denied lintsMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-03Implement release subcommandMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-26Load config file path from repository root instead cwdMatthias Beyer
2020-11-26Fix: Repo path should be cwd, not configurableMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-11Add subcommand "source download"Matthias Beyer
2020-11-11Move to have "source" subcommandMatthias Beyer
2020-11-11Add command: verify-sourcesMatthias Beyer
2020-11-11Add source cache typesMatthias Beyer
2020-11-10Move DB cli interface to proper placeMatthias Beyer