summaryrefslogtreecommitdiffstats
path: root/src/endpoint/configured.rs
AgeCommit message (Expand)Author
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-14Rewrite to use tokio::sync::RwLockMatthias Beyer
2020-11-14Add debug output, error context informationMatthias Beyer
2020-11-13Return Script object after job ranMatthias Beyer
2020-11-13Report container hash after running job on endpointMatthias 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-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: ConfiguredEndpoint -> EndpointMatthias Beyer
2020-11-06Change to not track endpoint load in butidoMatthias Beyer
2020-11-05Add ConfiguredEndpoint current job number inc/decrementMatthias Beyer
2020-11-05Remove EndpointManagerMatthias Beyer
2020-11-03Add first setup for EndpointManagerMatthias Beyer