summaryrefslogtreecommitdiffstats
path: root/src/db/models/image.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-06-08Insert-and-get should be executed as transactionMatthias Beyer
2021-04-22Add helper functions to load Image from DBMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-11-16Make job belong to Endpoint, Image, Package and SubmitMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-06Let Image::create_or_fetch() take an &ImageName instead of &strMatthias Beyer
2020-11-05Move create-or-fetch logic into functions on model typesMatthias Beyer
2020-11-05Add NewImage type for inserting image into databaseMatthias Beyer
2020-11-03Add subcommand to list images from databaseMatthias Beyer