summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-07Add check whether requested image is presentMatthias Beyer
2020-11-06Add logging output and error context messagesMatthias Beyer
2020-11-06Add getter for RunnableJob::uuidMatthias Beyer
2020-11-06Derive Debug for JobHandleMatthias Beyer
2020-11-06Fix TODO: Log warnings, do nothing more for nowMatthias Beyer
2020-11-06Chain futures properlyMatthias Beyer
2020-11-06Implement Debug for store frontend typesMatthias Beyer
2020-11-06Fix: Checking for image availability on endpointMatthias Beyer
2020-11-06Fix: Do not actually write package tree into databaseMatthias Beyer
2020-11-06Fix: Implementation of get_repo_head_commit()Matthias Beyer
2020-11-06Fix: Do not search hidden directories for package filesMatthias Beyer
2020-11-06Fix: --release-dir and --staging-dir take value and are optionalMatthias Beyer
2020-11-06Fix: --image parameter takes valueMatthias Beyer
2020-11-06Finish implementation of build subcommandMatthias Beyer
2020-11-06Rename builder variable name for less cryptic nameMatthias Beyer
2020-11-06Add Clone derive for config::EndpointMatthias 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-06Implement orchestration routineMatthias Beyer
2020-11-06Add helper functions in filestore implementationsMatthias Beyer
2020-11-06Rename module: managerconf -> configurationMatthias Beyer
2020-11-06Rename: ConfiguredEndpoint -> EndpointMatthias Beyer
2020-11-06Change to not track endpoint load in butidoMatthias Beyer
2020-11-05Improve scheduling implementationMatthias Beyer
2020-11-05Add EndpointScheduler::schedule_job()Matthias Beyer
2020-11-05Add ConfiguredEndpoint current job number inc/decrementMatthias Beyer
2020-11-05Remove EndpointManagerMatthias Beyer
2020-11-05Change MergedStores interface to return clonesMatthias Beyer
2020-11-05Add JobResource helper functionsMatthias Beyer
2020-11-05Add model types for EnvVar insertingMatthias Beyer
2020-11-05Change MergedStore to take Release/StagingStore via Arc<>Matthias Beyer
2020-11-05Reorder build() impl, make use of async-awaitMatthias Beyer
2020-11-05Add creating a submit object in the databaseMatthias 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-05Derive Serialize for all typesMatthias Beyer
2020-11-05Add inserting of image name into databaseMatthias Beyer
2020-11-05Add inserting of git repo hash into databaseMatthias 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 creating of the package entry in the databaseMatthias Beyer
2020-11-05build() does only support building one packageMatthias Beyer
2020-11-05Pass database connection to build() implementationMatthias Beyer
2020-11-05Add NewPackage type for adding a package to the databaseMatthias Beyer
2020-11-05impl Deref for PackageVersionMatthias Beyer
2020-11-05Add repository cleanness check in UIMatthias Beyer
2020-11-05Add helper to check whether repository is cleanMatthias Beyer
2020-11-05Add helper function to find git commitMatthias Beyer
2020-11-05Add model for submit storingMatthias Beyer