summaryrefslogtreecommitdiffstats
path: root/src/db/models
AgeCommit message (Expand)Author
2020-11-10Change Tree implementation to be a Vec<_>Matthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-06Add logging output and error context messagesMatthias Beyer
2020-11-06Fix: Do not actually write package tree into databaseMatthias Beyer
2020-11-06Let Submit::create() return only one Submit objectMatthias Beyer
2020-11-06Let Image::create_or_fetch() take an &ImageName instead of &strMatthias Beyer
2020-11-05Add model types for EnvVar insertingMatthias Beyer
2020-11-05Add Submit model implementationMatthias Beyer
2020-11-05Remove idea of "buildplan"Matthias 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-05Add NewGitHash for inserting git hashes into databaseMatthias Beyer
2020-11-05Add NewPackage type for adding a package to the databaseMatthias Beyer
2020-11-05Add model for submit storingMatthias Beyer
2020-11-05Add model for Package storingMatthias Beyer
2020-11-05Add model for git hash storingMatthias Beyer
2020-11-03Add subcommand to list images from databaseMatthias Beyer
2020-11-03Add subcommand to list env variables from databaseMatthias Beyer
2020-11-03Add model: ArtifactMatthias Beyer