summaryrefslogtreecommitdiffstats
path: root/src/db/models/envvar.rs
AgeCommit message (Expand)Author
2021-02-11Implement find-artifact subcommandMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-11-16Make diesel mapping from environment variables table to job tableMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-05Add model types for EnvVar insertingMatthias Beyer
2020-11-03Add subcommand to list env variables from databaseMatthias Beyer