summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-07-01Fix: Follow HTTP redirectsMatthias Beyer
2021-07-01Refactor: Move helper fn to in outermost scopeMatthias Beyer
2021-06-24Add spinner for establishing database connectionMatthias Beyer
2021-06-23Add implementation of "endpoint images" subcommandMatthias Beyer
2021-06-18Remove progressbar for tree-of subcommandMatthias Beyer
2021-06-18Make progress bar for loading DAG optionalMatthias Beyer
2021-06-16Move what-depends implementation to new package print interfaceMatthias Beyer
2021-06-16Move dependencies-of implementation to new package print interfaceMatthias Beyer
2021-06-16Iterator adaptor for package printing mechanicMatthias Beyer
2021-06-07Add flag to filter releases by packageMatthias Beyer
2021-06-07Revert "Add support for filtering releases by package name and version"Matthias Beyer
2021-06-07Add flag to filter releases by storeMatthias Beyer
2021-06-07Add package filtering for "db jobs" subcommandMatthias Beyer
2021-06-07Add endpoint filtering in "db jobs" subcommandMatthias Beyer
2021-06-07Add date-filtering to "db jobs" subcommandMatthias Beyer
2021-06-07Refactor: Simplify query buildingMatthias Beyer
2021-06-07Capitalize table headingsMatthias Beyer
2021-06-07Remove database IDs from outputMatthias Beyer
2021-06-07Merge branch 'db-release-arg-date-filter'Matthias Beyer
2021-06-02Fix: Wrong wording in metrics outputMatthias Beyer
2021-06-02Add support for filtering releases by package name and versionMatthias Beyer
2021-06-02Try to parse time with " 00:00:00" appendedMatthias Beyer
2021-06-02Subcommand "db releases" add date filterMatthias Beyer
2021-06-02Add ability to specify point in time in date filter argumentMatthias Beyer
2021-06-02Refactor: move get_date_filter() helper fn to commands:util moduleMatthias Beyer
2021-06-02Fix: code styleMatthias Beyer
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