summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-09Implement patch-path rewritingMatthias Beyer
2021-03-04Remove relative speed setting, select endpoint by utilization insteadMatthias Beyer
2021-03-04Remove counting of package filesMatthias Beyer
2021-03-04Do not pass progress bars by value, but by referenceMatthias Beyer
2021-03-04Merge branch 'fix-env-filter-jobs'Matthias Beyer
2021-03-04Merge branch 'subcommand-versions'Matthias Beyer
2021-03-04Add version for each subcommandMatthias Beyer
2021-03-04Fix: Implementing jobs filtering only by envMatthias Beyer
2021-03-02Implement scheduling with max jobs per endpointMatthias Beyer
2021-03-01Remove RwLock around EndpointMatthias Beyer
2021-03-01Merge branch 'remove-release-rm-artifact'Matthias Beyer
2021-03-01Merge branch 'release-update'Matthias Beyer
2021-03-01Add feature to pass git author and git commit information to containerMatthias Beyer
2021-03-01Refactor: Open git repository in command::build()Matthias Beyer
2021-03-01Refactor: Environment variable aggregationMatthias Beyer
2021-03-01Refactor: Collect environment resources before building resources for Runnabl...Matthias Beyer
2021-03-01Fix: Remove idea to be able to remove an artifact by its filepathMatthias Beyer
2021-03-01Add flag to be able to update without confirmation promptMatthias Beyer
2021-03-01Add release update functionalityMatthias Beyer
2021-03-01Fix: Ignore conflict on duplicated release store nameMatthias Beyer
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