summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-05Add github action for CIgithub-actionsMatthias Beyer
2021-04-26Add support for database connection timeoutMatthias Beyer
2021-04-22Remove outdated docMatthias Beyer
2021-04-22Update changelog for 0.1.1 releaseMatthias 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-22Merge branch 'release-new-print'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-22Add helper functions to load Package from DBMatthias Beyer
2021-04-22Add helper functions to load Image from DBMatthias Beyer
2021-04-22Add helper functions to load Endpoint from DBMatthias 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-19Update dependency: diesel 1.4 -> 1.4.6Matthias Beyer
2021-04-19Update dependency: tar 0.4 -> 0.4.16Matthias Beyer
2021-04-13Add configurable timeoutChristoph Prokop
2021-04-13Fix: Value nameChristoph Prokop
2021-04-12Merge branch 'no-outputs-directory'Matthias Beyer
2021-04-12Fix typoMatthias Beyer
2021-04-12Fix: copy release artifact instead of renaming itMatthias Beyer
2021-04-12Shuffle endpoint configurationsMatthias Beyer
2021-04-12Make function privateMatthias Beyer
2021-04-12Remove duplicated codeMatthias Beyer
2021-04-12Filter out the /outputs/ directoryMatthias Beyer
2021-04-12Use aquamarine 0.1 branchMike Lubients
2021-04-09Merge branch 'subcommand-db-jobs-simplification'Matthias Beyer
2021-04-09Fix: Patch file finding algorithmMatthias 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-09Fix: Error message should be less technical hereMatthias Beyer
2021-04-09Simplify implementation of subcommand "db jobs"Matthias Beyer
2021-04-09Merge branch 'source-get-path'Matthias Beyer
2021-04-09Merge branch 'source-simplify-impl'Matthias Beyer
2021-04-08Optimize: Remove helperMatthias 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-08Fix: Error out if a patch file is missingMatthias Beyer
2021-04-08Print submit details before starting buildsMatthias Beyer
2021-04-08Rewrite source verification outputMatthias Beyer