summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-12-02Merge branch 'optimize-mass-download'HEADmasterMatthias Beyer
2021-12-02Remove spinner support in progress bar helperMatthias Beyer
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-11-11Simplify error message if butido is not executed from the package repositoryMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-08-18Refactor: Shorten implementationMatthias Beyer
2021-08-17Revert "Add spinner for establishing database connection"Matthias Beyer
2021-08-12Fix clippy: Remove needless borrowsMatthias Beyer
2021-07-27Merge branch 'optional-dag-loading-progress'Matthias Beyer
2021-07-27Merge branch 'connecting-spinner'Matthias Beyer
2021-07-21Pin transitive dependency "zeroize"Matthias Beyer
2021-06-24Add spinner for establishing database connectionMatthias Beyer
2021-06-18Remove progressbar for tree-of subcommandMatthias Beyer
2021-05-17Add "db setup" subcommandMatthias Beyer
2021-05-12Revert "Add automatic pager setup"Matthias Beyer
2021-05-11Refactor: Parsing and connection establishing should be member functionsMatthias Beyer
2021-05-11Refactor: Database connection setup codeMatthias Beyer
2021-05-11Merge branch 'auto-pager'Matthias Beyer
2021-05-10Add automatic pager setupMatthias Beyer
2021-05-10Add human-panic setupMatthias Beyer
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