summaryrefslogtreecommitdiffstats
path: root/src/endpoint
AgeCommit message (Expand)Author
2021-01-15Fix clippy: called `.as_ref().map(String::deref)` on an Option value. This ca...Matthias Beyer
2021-01-15Fix clippy: useless conversion to the same type: `anyhow::Error`Matthias Beyer
2021-01-14Update implementation for dedicated release tableMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-11Fix: Add type annotationMatthias Beyer
2021-01-04Make use of JobHandle::create_job_run_error() to add verbose error messageMatthias Beyer
2021-01-04Add JobHandle::create_job_run_error() helper function for constructing nice e...Matthias Beyer
2021-01-04Add PreparedContainer::create_info() getter for getting container id for erro...Matthias Beyer
2020-12-15Refactor job running on endpointMatthias Beyer
2020-12-14Add more trace logging for database objects createdMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-10Fix: Write job to database, even if it failedMatthias Beyer
2020-12-10Format the container error message a bit nicer.Matthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-10Add printing of script error messageMatthias Beyer
2020-12-10Rewrite container error reportingMatthias Beyer
2020-12-09Add package name and version in progress bar messageMatthias Beyer
2020-12-08Merge branch 'refactor-orchestrator' into masterMatthias Beyer
2020-12-08Move progress bar instantiation out of JobHandle implementationMatthias Beyer
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