summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2020-11-09Add CLI option to hide barsMatthias Beyer
2020-11-09Add subcommand: find-pkgMatthias Beyer
2020-11-09Add subcommand: env-ofMatthias Beyer
2020-11-08Do not pass objects not neededMatthias Beyer
2020-11-08Remove unused "mut" keywordMatthias Beyer
2020-11-08Move command implementations into dedicated moduleMatthias Beyer
2020-11-08Move package print format setting from CLI into config fileMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-08Fix: build_package_filter_by_dependency_name() filters can failMatthias Beyer
2020-11-08Add debug outputMatthias Beyer
2020-11-07Merge branch 'progressbars'Matthias Beyer
2020-11-07Make build() less async, add progress barsMatthias Beyer
2020-11-07Degrade ProgressBars to a simple progress-bar-generation helperMatthias Beyer
2020-11-07Change progress bar format to be a configuration parameter.Matthias Beyer
2020-11-07Remove progress bar from package file counting routineMatthias Beyer
2020-11-07Implement versions-of <pkg> commandMatthias Beyer
2020-11-07Add check whether requested image is presentMatthias Beyer