summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-05-11Refactor: Use moving iterator for ParsedLogMatthias Beyer
2021-05-11Refactor: Implement FromStrMatthias Beyer
2021-05-11Refactor: Use the LogItem::display() function instead of reimplementing itMatthias Beyer
2021-05-11Add subcommand to get top output of containersMatthias Beyer
2021-05-11Fix: Order of header entriesMatthias Beyer
2021-05-11Merge branch 'update-deps'Matthias Beyer
2021-05-11Update dependency: indicatif 0.15 -> 0.16Matthias Beyer
2021-05-10Add subcommand "db log-of"Matthias Beyer
2021-04-22Merge branch 'fix-prune-no'Matthias Beyer
2021-04-22Merge branch 'submits-limit'Matthias Beyer
2021-04-22Merge branch 'subcommand-submit'Matthias Beyer
2021-04-22Fix: If no, returnMatthias Beyer
2021-04-22Add --limit argMatthias Beyer
2021-04-22Refactor into three query blocksMatthias Beyer
2021-04-22Refactor: Reorder diesel query building for further refactoringMatthias Beyer
2021-04-22Refactor: submit_to_vec laterMatthias Beyer
2021-04-22Implement "db submit" subcommandMatthias Beyer
2021-04-21Outsource helper to check whether job was successfulMatthias Beyer
2021-04-21Add option to disable printing of released file pathesMatthias Beyer
2021-04-21Subcommand "release new": Print pathes of released filesMatthias Beyer
2021-04-12Fix: copy release artifact instead of renaming itMatthias Beyer
2021-04-12Shuffle endpoint configurationsMatthias Beyer
2021-04-09Merge branch 'subcommand-db-jobs-simplification'Matthias Beyer
2021-04-09Add --limit option to "db jobs"Matthias Beyer
2021-04-09Add debug outputMatthias Beyer
2021-04-09Fix: clap value querying should match CLI specMatthias Beyer
2021-04-09Optimize: Only load the job ids from the DB in the first placeMatthias Beyer
2021-04-09Rewrite jobs-env-filteringMatthias Beyer
2021-04-09Simplify implementation of subcommand "db jobs"Matthias Beyer
2021-04-09Merge branch 'source-get-path'Matthias Beyer
2021-04-08Optimize: Dont compute PathBuf object three timesMatthias Beyer
2021-04-08Remove helper Source::exists()Matthias Beyer
2021-04-08Add subcommand to get path to source fileMatthias Beyer
2021-04-08Print submit details before starting buildsMatthias Beyer
2021-04-08Rewrite source verification outputMatthias Beyer
2021-03-18Rewrite PackageVersionConstraint constructingMatthias Beyer
2021-03-16Fix: Check return value of confirmation promptMatthias Beyer
2021-03-11Merge branch 'misc'Matthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-11Fix: Make error message more readable for humansMatthias Beyer
2021-03-10Merge branch 'subcommand-endpoint'Matthias Beyer
2021-03-10Add command to get metricsMatthias Beyer
2021-03-10Clippy fix: Remove unneeded lifetimesMatthias Beyer
2021-03-10Clippy fix: Remove unneeded to_string() callMatthias Beyer
2021-03-10Add subcommand: container inspectMatthias Beyer
2021-03-08Refactor filter building into helper functionMatthias Beyer
2021-03-08Add "containers prune" subcommandMatthias Beyer
2021-03-07Reimplement container subcommands with less boilerplateMatthias Beyer
2021-03-07Move container subcommand to own fileMatthias Beyer
2021-03-07Implement container exec subcommandMatthias Beyer