summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-17Pass MergedStores to endpoint/jobs rather than only staging storeMatthias Beyer
2021-02-16Fix find_artifacts() to not fail if FS object movedMatthias Beyer
2021-02-16Rewrite artifact searching in replacement algorithmMatthias Beyer
2021-02-15Fix: Pass additional environment from job definition when searching for repla...Matthias Beyer
2021-02-15Add more trace output when filtering jobs by ENVMatthias Beyer
2021-02-15No need to map () to ()Matthias Beyer
2021-02-15Debug-Print how many replacement artifacts were foundMatthias Beyer
2021-02-15Fix: Remove zero-bytes from script/log before inserting into databaseMatthias Beyer
2021-02-15Log query before executing itMatthias Beyer
2021-02-15Fix: The {status} interpolation contains the word "exit" alreadyMatthias Beyer
2021-02-15Add more error contextMatthias Beyer
2021-02-15Fix: Return script errors properlyMatthias Beyer
2021-02-15Merge branch 'repository-logging'Matthias Beyer
2021-02-15Add logging what is searchedMatthias Beyer
2021-02-15Add logging what is loadedMatthias Beyer
2021-02-15Add logging which repository search mechanism is usedMatthias Beyer
2021-02-15Revert "Add output limit, default 50"Matthias Beyer
2021-02-15Force "funty" to 1.1.0Matthias Beyer
2021-02-11Add output limit, default 50Matthias Beyer
2021-02-11Fix: Make sure artifacts are listed asc by idMatthias Beyer
2021-02-11Fix: Collect results first, then abort on first resultMatthias Beyer
2021-02-11Fix: Query must root in the packages tableMatthias Beyer
2021-02-11Add Artifact::get_release() to get a Release object for the artifact, if it e...Matthias Beyer
2021-02-11Implement JobTask artifact substitutionMatthias Beyer
2021-02-11Implement find-artifact subcommandMatthias Beyer
2021-02-11Add Job:env() helper to get the ENV of a jobMatthias Beyer
2021-02-11Add FullArtifactPath::artifact_path() getterMatthias Beyer
2021-02-11Add MergedStores::get() for getting artifact pathes from any storeMatthias Beyer
2021-02-11Add getter for MergedStores::releaseMatthias Beyer
2021-02-11Make function pub, so we can use it elsewhereMatthias Beyer
2021-02-11Remove unnecessary return typeMatthias Beyer
2021-02-11Fix: Only print direct dependenciesMatthias Beyer
2021-02-11Fix: Check whether package depends on itself, abort if it doesMatthias Beyer
2021-02-08Colorize log output for better discoverabilityMatthias Beyer
2021-02-08Colorize error messageMatthias Beyer
2021-02-08Fix: Minify error messageMatthias Beyer
2021-02-08Merge branch 'fix-progressbar-cleanup'Matthias Beyer
2021-02-08Merge branch 'remove-artifact-type'Matthias Beyer
2021-02-08Outsource JobTask construction to constructor functionMatthias Beyer
2021-02-08Fix: Do not try to fetch artifacts if container erroredMatthias Beyer
2021-02-08Remove code that didnt do anything either wayMatthias Beyer
2021-02-08Fix: Make sure to finish the progress bar before returningMatthias Beyer
2021-02-08Fix: Cleanup progressbar in Drop impl for JobTaskMatthias Beyer
2021-02-08Remove `Artifact` typeMatthias Beyer
2021-02-08Remove `Artifact` type almost entirelyMatthias Beyer
2021-02-08Fix: Do not borrow mutable twiceMatthias Beyer
2021-02-08Merge branch 'test-diamond-dependencies'Matthias Beyer
2021-02-06Add Tests for DAG implementationMatthias Beyer
2021-02-06Change implementation to use HashMap for errorsMatthias Beyer
2021-02-06Change implementation to use HashMap for storing resultsMatthias Beyer