summaryrefslogtreecommitdiffstats
path: root/src/db
AgeCommit message (Expand)Author
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
2020-12-03Impl Debug for db::models::ArtifactMatthias Beyer
2020-12-03Add db::models::Artifact::path_buf() helper functionMatthias Beyer
2020-12-03Implement insertion code for tracking artifacts in databaseMatthias Beyer
2020-12-03An Artifact belongs to a jobMatthias Beyer
2020-12-03Add flag to artifacts table, whether artifact is released or notMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-16Move loading of Submit object for a specific uuid to helper methodMatthias Beyer
2020-11-16Make job belong to Endpoint, Image, Package and SubmitMatthias Beyer
2020-11-16Make diesel mapping from environment variables table to job tableMatthias Beyer
2020-11-16Add model type for job to env mappingMatthias Beyer
2020-11-16Return Job object when created in 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 logging: trace!() submit object after creating submit entry in databaseMatthias Beyer
2020-11-13Add debug output when creating new Job in databaseMatthias Beyer
2020-11-13Make model::Submit derive Clone for easy passing aroundMatthias Beyer
2020-11-13Add model definition for JobMatthias Beyer
2020-11-13Add model definition for EndpointMatthias Beyer
2020-11-10Merge branch 'db-cli-to-command'Matthias Beyer