summaryrefslogtreecommitdiffstats
path: root/src/db/models/job.rs
AgeCommit message (Expand)Author
2021-06-08Insert-and-get should be executed as transactionMatthias 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-11Add Job:env() helper to get the ENV of a jobMatthias 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-13Add LICENSE file and license headersMatthias Beyer
2020-12-14Add debug output in release subcommandMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias 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-16Return Job object when created in databaseMatthias Beyer
2020-11-13Add uuid field to "job" tableMatthias Beyer
2020-11-13Add debug output when creating new Job in databaseMatthias Beyer
2020-11-13Add model definition for JobMatthias Beyer