summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-16Return Job object when created in databaseMatthias Beyer
2020-11-16Add passing of additional envMatthias Beyer
2020-11-16Add additional-env to database writingMatthias Beyer
2020-11-16Pass package environment and package variables (as environment variables) to ...Matthias Beyer
2020-11-15Print package name and version when listing jobs from DBMatthias Beyer
2020-11-15Add URI reportingMatthias Beyer
2020-11-15Implement error reporting of failed jobsMatthias Beyer
2020-11-15Implement Displayfor ContainerHashMatthias 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-14Set job bar length by default to 100Matthias Beyer
2020-11-14Pass ProgressBar by referenceMatthias Beyer
2020-11-13Change from hiding the log via flag to showing the log via flagMatthias Beyer
2020-11-13Add flag to disable highlighting for one run in CLIMatthias Beyer
2020-11-13Make highlighting optionalMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-13Add flag to hide logMatthias Beyer
2020-11-13Use ParsedLog type for more style in log outputMatthias Beyer
2020-11-13Add ParsedLog type, which holds a list of parsed log linesMatthias Beyer
2020-11-13Add command to show a single job from the databaseMatthias Beyer
2020-11-13Add uuid field to "job" tableMatthias Beyer
2020-11-13Add flag to only show jobs of one specific submitMatthias Beyer
2020-11-13Add subcommand: db jobs - to list jobsMatthias Beyer
2020-11-13Add logging: trace!() submit object after creating submit entry in databaseMatthias Beyer
2020-11-13Add debug output when creating new Job in databaseMatthias Beyer
2020-11-13Add helper to check whether a log text reports successMatthias Beyer
2020-11-13Add subcommand: db submits - for listing submitsMatthias Beyer
2020-11-13Remove indention in script phasesMatthias Beyer
2020-11-13Make JobHandle create database entry for JobMatthias Beyer
2020-11-13Make LogItem::display() result able to be turned into StringMatthias Beyer
2020-11-13Return Script object after job ranMatthias Beyer
2020-11-13Pass Submit object around when scheduling jobsMatthias Beyer
2020-11-13Make model::Submit derive Clone for easy passing aroundMatthias Beyer
2020-11-13Report container hash after running job on endpointMatthias Beyer
2020-11-13Add ContainerHash typeMatthias Beyer
2020-11-13Add model definition for JobMatthias Beyer
2020-11-13Add model definition for EndpointMatthias Beyer
2020-11-13Rename: JobHandle::get_result() -> JobHandle::run()Matthias Beyer
2020-11-13Move log collecting to endpoint codeMatthias Beyer