summaryrefslogtreecommitdiffstats
path: root/src/commands/db.rs
AgeCommit message (Expand)Author
2021-01-19Collect environment variables into comma-seperated listMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-18Add comments on subcommand implementationsMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: this `else { if .. }` block can be collapsedMatthias Beyer
2021-01-15Fix clippy: unneeded `return` statementMatthias Beyer
2021-01-15Fix clippy: redundant cloneMatthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-15Fix clippy: field assignment outside of initializer for an instance created w...Matthias Beyer
2021-01-15Fix clippy: field assignment outside of initializer for an instance created w...Matthias Beyer
2021-01-15Merge branch 'released-artifacts'Matthias Beyer
2021-01-15Merge branch 'submit-with-pkg'Matthias Beyer
2021-01-14Refactor: Simplify implementationMatthias Beyer
2021-01-14Print environment variables in CLIMatthias Beyer
2021-01-14Add ENV filtering for "db jobs" subcommandMatthias Beyer
2021-01-14Fix: with-pkg includes for-pkgMatthias Beyer
2021-01-14Add --for-pkg in "db submits" commandMatthias Beyer
2021-01-14Fix: Submit is associated with Package and ImageMatthias Beyer
2021-01-14Add --with-pkg flag for "db submits" commandMatthias Beyer
2021-01-14Print release date in "db artifacts" subcommandMatthias Beyer
2021-01-14Update implementation for dedicated release tableMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-14Do not print "hidden" strings, but only print env/script/log when askedMatthias Beyer
2020-12-14Subcommand "db job": Write out submit uuid as wellMatthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-10Move script formatting to Script type definitionMatthias Beyer
2020-12-09Add support for script output styling in "db job" subcommandMatthias Beyer
2020-12-08Move script highlighting to helper functionMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Add missing --csv implementation for subcommand `db job`Matthias Beyer
2020-12-03Also print released flag and job uuid when printing artifactsMatthias Beyer
2020-12-03Add limiting of artifacts from db by job uuidMatthias Beyer
2020-12-03Remove variable interpolation in config fileMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-16Fix: Use Job::belongs_to(&submit)Matthias Beyer
2020-11-16Show environment variables when showing job from DBMatthias Beyer
2020-11-15Print package name and version when listing jobs from DBMatthias Beyer
2020-11-13Change from hiding the log via flag to showing the log via flagMatthias Beyer
2020-11-13Add flag to disable highlighting for one run in CLIMatthias Beyer
2020-11-13Make highlighting optionalMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-13Add flag to hide logMatthias Beyer
2020-11-13Use ParsedLog type for more style in log outputMatthias Beyer
2020-11-13Add ParsedLog type, which holds a list of parsed log linesMatthias Beyer
2020-11-13Add command to show a single job from the databaseMatthias Beyer
2020-11-13Add uuid field to "job" tableMatthias Beyer
2020-11-13Add flag to only show jobs of one specific submitMatthias Beyer
2020-11-13Add subcommand: db jobs - to list jobsMatthias Beyer
2020-11-13Add subcommand: db submits - for listing submitsMatthias Beyer