summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-05-31Fix typoMatthias Beyer
2021-05-31Add trace outputMatthias Beyer
2021-05-31Make job-successfullness-check less boolishMatthias Beyer
2021-05-20Update dependency: indicatif 0.15 -> 0.16.1Matthias Beyer
2021-05-18Fix typo in fn nameMatthias Beyer
2021-05-18Fix: Counting should not use helper fnMatthias Beyer
2021-05-17Revert "Update dependency: indicatif 0.15 -> 0.16"Matthias Beyer
2021-05-17Add "db setup" subcommandMatthias Beyer
2021-05-17Refactor: Return Cow instead of StringMatthias Beyer
2021-05-17Merge branch 'download-graceful-error-reporting'Matthias Beyer
2021-05-17Merge branch 'download-fail-slow'Matthias Beyer
2021-05-12Report download errors gracefullyMatthias Beyer
2021-05-12Report URL of finished download in bar finish messageMatthias Beyer
2021-05-12Fix: Consume all items before failingMatthias Beyer
2021-05-12Set length of bar before iteratingMatthias Beyer
2021-05-11Add description for the subcommand implementing functionsMatthias Beyer
2021-05-11Add docs for helper functionsMatthias Beyer
2021-05-11Add module-level docsMatthias Beyer
2021-05-11Refactor: Parsing and connection establishing should be member functionsMatthias Beyer
2021-05-11Refactor: Database connection setup codeMatthias Beyer
2021-05-11Refactor: Use human readable time formatMatthias Beyer
2021-05-11Add subcommand: endpoint containers stopMatthias Beyer
2021-05-11Merge branch 'refactor-log-printing'Matthias Beyer
2021-05-11Refactor: Replace manual string-formatting with LogItem::display() callMatthias Beyer
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