summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
2020-11-16Add passing of additional envMatthias Beyer
2020-11-16Pass package environment and package variables (as environment variables) to ...Matthias Beyer
2020-11-15Add URI reportingMatthias Beyer
2020-11-15Implement error reporting of failed jobsMatthias Beyer
2020-11-15Add error context messages for better error reportingMatthias Beyer
2020-11-15Fix indentationMatthias Beyer
2020-11-14Implement on-disk logsMatthias Beyer
2020-11-14Make bar messages equivalent to finish messages (in format)Matthias Beyer
2020-11-14Remove tick() because it does not seem necessaryMatthias Beyer
2020-11-14Make multi bar available to scheduler when creating jobMatthias Beyer
2020-11-14Rewrite to use tokio::sync::RwLockMatthias Beyer
2020-11-14Add debug output, error context informationMatthias Beyer
2020-11-14Move multibar creation back to orchestratorMatthias Beyer
2020-11-14Make sure to drop bar as soon as possibleMatthias Beyer
2020-11-14Adapt finish message to other message formatsMatthias Beyer
2020-11-14Add trace!() outputMatthias Beyer
2020-11-14Add scheduler shutdown function, to drop multibarMatthias Beyer
2020-11-14Pass ProgressBar by referenceMatthias Beyer
2020-11-13Add uuid field to "job" tableMatthias Beyer
2020-11-13Make JobHandle create database entry for JobMatthias Beyer
2020-11-13Return Script object after job ranMatthias Beyer
2020-11-13Pass Submit object around when scheduling jobsMatthias Beyer
2020-11-13Report container hash after running job on endpointMatthias Beyer
2020-11-13Rename: JobHandle::get_result() -> JobHandle::run()Matthias Beyer
2020-11-13Move log collecting to endpoint codeMatthias Beyer
2020-11-12Add more log output: Print parsed log itemMatthias Beyer
2020-11-11Copy package source to container before running buildMatthias Beyer
2020-11-09Add more trace outputMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-07Simplify environment variable filteringMatthias Beyer
2020-11-07Implement artifact copying to containerMatthias Beyer
2020-11-07Fix: Have timeout when stopping container (1 sec)Matthias Beyer
2020-11-07Fix: start container with blocking commandMatthias Beyer
2020-11-07Add more error context messages in job running routineMatthias Beyer
2020-11-07Encode script execution in container commandMatthias Beyer
2020-11-07Log which images are availableMatthias Beyer
2020-11-06Add logging output and error context messagesMatthias 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-06Fix: Checking for image availability on endpointMatthias 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-04JobResource is not a PathBuf, but an ArtifactMatthias Beyer
2020-11-03EndpointScheduler should get Arc<RwLock<StagingStore>>, not construct Arc<RwL...Matthias Beyer