summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
2020-12-08Use EnvironmentVariableName type for names of ENV variablesMatthias Beyer
2020-12-07Add checks so that FullArtifactPath can only be constructed for existing filesMatthias Beyer
2020-12-07Remove AsRef<Path> for FullArtifactPath implMatthias Beyer
2020-12-07Add ArtifactPath, StoreRootMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Remove unused importsMatthias 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 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-03Make sure only the relative pathes are written to databaseMatthias Beyer
2020-12-03Add artifact in database and let job return list of artifacts instead of pathesMatthias Beyer
2020-12-03Allow multiple sources per packageMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-12-03Remove unused field: Endpoint::speedMatthias Beyer
2020-11-16Fix: Also add "hardcoded environment" to databaseMatthias Beyer
2020-11-16Map environment variables from DB to job after inserting job in DBMatthias Beyer
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