summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-01Implement "db releases" subcommandMatthias Beyer
2021-03-01Implement "release rm" subcommandMatthias Beyer
2021-02-25Merge branch 'multiple-release-stores'Matthias Beyer
2021-02-25Multiple release storesMatthias Beyer
2021-02-25Add release stores in databaseMatthias Beyer
2021-02-25Fix: Make sure multiprogress bars are hidden, if we hide progress barsMatthias Beyer
2021-02-24Move constants to dedicated moduleMatthias Beyer
2021-02-22Add required "release_stores" configurationMatthias Beyer
2021-02-22Merge branch 'misc'Matthias Beyer
2021-02-22Merge branch 'remove-merged-store'Matthias Beyer
2021-02-22Fix: Debug output should match type nameMatthias Beyer
2021-02-22Remove MergedStoresMatthias Beyer
2021-02-22Fix: Add missing license headerMatthias Beyer
2021-02-22Fix: Add missing license headerMatthias Beyer
2021-02-22Fix: Re-use submit UUID if staging directory is overwrittenMatthias Beyer
2021-02-22Remove printlnMatthias 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-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