summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-12-07Remove unused importsMatthias Beyer
2020-12-07Cleanup: Add missing "dyn" keywordMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Add missing --csv implementation for subcommand `db job`Matthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-07Remove EndpointConfiguration impl (unused)Matthias Beyer
2020-12-07Remove unused member: Database is not needed in the LogReceiver implMatthias Beyer
2020-12-07Remove Artifact::create{,_path}() (unused)Matthias Beyer
2020-12-07Remove StagingStore::load_from_path() (unused)Matthias Beyer
2020-12-07Remove MergedStores::get_artifact_by_name() (unused)Matthias Beyer
2020-12-07Remove FileStoreImpl::get{,_artifact_by_name{,_and_version}}() (unused)Matthias Beyer
2020-12-07Remove Job::add_resources() (unused)Matthias Beyer
2020-12-07Remove SourceEntry::open() (unused)Matthias Beyer
2020-12-07Remove passing of additional env variablesMatthias Beyer
2020-12-04Maintenance: Remove Display implMatthias Beyer
2020-12-04General code cleanupMatthias Beyer
2020-12-04Maintenance: Move log-file creation to functionMatthias Beyer
2020-12-04Rewrite function with more method chainingMatthias Beyer
2020-12-04Maintenance: Outsource environment variable creationMatthias Beyer
2020-12-04Rewrite EndpointScheduler::select_free_endpoint() to be more rustyMatthias Beyer
2020-12-04Add strict script interpolationMatthias Beyer
2020-12-03Implement release subcommandMatthias Beyer
2020-12-03Fix: Write full filepath when finished buildingMatthias Beyer
2020-12-03Make sure only the relative pathes are written to databaseMatthias Beyer
2020-12-03Fix: Add missing importMatthias Beyer
2020-12-03Also print released flag and job uuid when printing artifactsMatthias Beyer
2020-12-03Add limiting of artifacts from db by job uuidMatthias Beyer
2020-12-03Fix: Let "randomized" staging directory name be submit uuidMatthias Beyer
2020-12-03Add artifact in database and let job return list of artifacts instead of pathesMatthias 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-12-03Fix: Template nameMatthias Beyer
2020-12-03Remove variable interpolation in config fileMatthias Beyer
2020-12-03Add ability to use variables from the package in its build script using handl...Matthias Beyer
2020-12-03Add hash verification before starting build (skip via CLI flag)Matthias Beyer
2020-12-03Move verification implementation to dedicated functionMatthias Beyer
2020-12-03Add Tree::all_packages() function to get all packages in a TreeMatthias Beyer
2020-12-03Remove the idea of "system dependencies"Matthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-12-03Remove unused member: Orchestrator::databaseMatthias Beyer
2020-12-03Remove unused variablesMatthias Beyer
2020-12-03Remove unused field: Endpoint::speedMatthias Beyer
2020-12-03Remove unused field: Orchestrator::progress_generatorMatthias Beyer
2020-12-03Remove unused module: log::filesinkMatthias Beyer