summaryrefslogtreecommitdiffstats
path: root/src/db/models/artifact.rs
AgeCommit message (Expand)Author
2021-02-25Multiple release storesMatthias Beyer
2021-02-11Add Artifact::get_release() to get a Release object for the artifact, if it e...Matthias Beyer
2021-01-18Run `cargo fmt`Matthias 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-07Add ArtifactPath, StoreRootMatthias 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-11-03Add model: ArtifactMatthias Beyer