summaryrefslogtreecommitdiffstats
path: root/src/db
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-17Add GitHash::with_id() to get GitHash object from DB with specific idMatthias Beyer
2021-09-06Add support for filtering by image nameMatthias Beyer
2021-09-06Refactor: Use ? operator to remove indention levelMatthias Beyer
2021-09-06Rewrite interface for finding artifacts with builderMatthias Beyer
2021-08-17Revert "Add spinner for establishing database connection"Matthias Beyer
2021-07-27Merge branch 'connecting-spinner'Matthias Beyer
2021-06-30Remove unused codeMatthias Beyer
2021-06-24Add spinner for establishing database connectionMatthias Beyer
2021-06-08Insert-and-get should be executed as transactionMatthias Beyer
2021-05-17Fix: Check whether environments are equalMatthias Beyer
2021-05-17Fix: Do not print database password in debug logMatthias Beyer
2021-05-11Refactor: Parsing and connection establishing should be member functionsMatthias Beyer
2021-05-11Refactor: Simplify by removing Into<String> implementationMatthias Beyer
2021-05-11Refactor: Database connection setup codeMatthias Beyer
2021-04-26Add support for database connection timeoutMatthias 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-12Fix typoMatthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-01Fix: Ignore conflict on duplicated release store nameMatthias Beyer
2021-02-25Multiple release storesMatthias Beyer
2021-02-25Add release stores in databaseMatthias Beyer
2021-02-22Merge branch 'misc'Matthias Beyer
2021-02-22Fix: Add missing license headerMatthias Beyer
2021-02-22Fix: Re-use submit UUID if staging directory is overwrittenMatthias Beyer
2021-02-17Pass MergedStores to endpoint/jobs rather than only staging storeMatthias Beyer
2021-02-16Fix find_artifacts() to not fail if FS object movedMatthias Beyer
2021-02-15Add more trace output when filtering jobs by ENVMatthias Beyer
2021-02-15Fix: Remove zero-bytes from script/log before inserting into databaseMatthias Beyer
2021-02-15Log query before executing itMatthias Beyer
2021-02-15Add more error contextMatthias Beyer
2021-02-11Fix: Query must root in the packages tableMatthias Beyer
2021-02-11Add Artifact::get_release() to get a Release object for the artifact, if it e...Matthias Beyer
2021-02-11Implement find-artifact subcommandMatthias Beyer
2021-02-11Add Job:env() helper to get the ENV of a jobMatthias Beyer
2021-02-05Remove "tree" from submitMatthias Beyer
2021-01-19Make database types Eq, PartialEqMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Allow too many arguments for crate::db::models::Job::create()Matthias Beyer
2021-01-15Merge branch 'released-artifacts'Matthias Beyer
2021-01-14Fix: Submit is associated with Package and ImageMatthias Beyer
2021-01-14Update implementation for dedicated release tableMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-14Fix: Add constraints that artifact entries must be unique by path and job idMatthias Beyer
2020-12-14Add debug output in release subcommandMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-12-07Add ArtifactPath, StoreRootMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer