summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-22Fix: Add missing license headerMatthias Beyer
2021-02-21Merge branch 'update-deps'Matthias Beyer
2021-02-21Update typed-builder: 0.8 -> 0.9Matthias Beyer
2021-02-21Update shiplift: git -> 0.7Matthias Beyer
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-15Merge branch 'hotfix-bitvecdep'Matthias Beyer
2021-02-15Fix cargo-deny installationMatthias Beyer
2021-02-15Force "funty" to 1.1.0Matthias Beyer
2021-02-11Merge branch 'find-artifact'Matthias 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-11Merge branch 'complex-example-repo'Matthias Beyer
2021-02-11Make the package script "complex"Matthias Beyer
2021-02-11Remove simple examples, add complex oneMatthias Beyer
2021-02-11Remove nixos based CIMatthias Beyer
2021-02-11Pin rust toolchain in CI to 1.50.0Matthias 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