summaryrefslogtreecommitdiffstats
path: root/src/commands/db.rs
AgeCommit message (Expand)Author
2021-11-19Fix error/info messages for binary nameMatthias Beyer
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-11-11Format listed jobs timestamps without millisecondsMatthias Beyer
2021-09-17List commit hash a submit was built from in the "db submit" outputMatthias Beyer
2021-09-09Merge branch 'submits-with-pkg-name-version'Matthias Beyer
2021-09-09Add --image flag to "db submits" command for filtering for a specific imageMatthias Beyer
2021-09-09Add package name/version output in "db submits" commandMatthias Beyer
2021-08-17Merge branch 'revert-spinner-db-connecting'Matthias Beyer
2021-08-17Revert "Add spinner for establishing database connection"Matthias Beyer
2021-08-17Add option to get submits for a specific commitMatthias Beyer
2021-06-24Add spinner for establishing database connectionMatthias 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-02Add support for filtering releases by package name and versionMatthias Beyer
2021-06-02Subcommand "db releases" add date filterMatthias Beyer
2021-06-02Fix: code styleMatthias Beyer
2021-05-31Add trace outputMatthias Beyer
2021-05-31Make job-successfullness-check less boolishMatthias Beyer
2021-05-18Fix typo in fn nameMatthias Beyer
2021-05-18Fix: Counting should not use helper fnMatthias Beyer
2021-05-17Add "db setup" subcommandMatthias Beyer
2021-05-11Add description for the subcommand implementing 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 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-11Fix: Order of header entriesMatthias Beyer
2021-05-10Add subcommand "db log-of"Matthias Beyer
2021-04-22Merge branch 'submits-limit'Matthias 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-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