summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-07result-inspect: 0.1 -> 0.2Matthias Beyer
2021-03-05Enable tokio feature "time"Matthias Beyer
2021-03-05Add Endpoint::ping()Matthias Beyer
2021-03-05Move endpoint connection setup to utility moduleMatthias 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-04Merge branch 'sched-improvements'Matthias Beyer
2021-03-04Add version for each subcommandMatthias Beyer
2021-03-04Fix: Implementing jobs filtering only by envMatthias Beyer
2021-03-02Add comment what the "maxjobs" setting meansMatthias 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-01Merge branch 'git-info-to-container'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-24Remove unused stuff from development shellMatthias 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-22Merge branch 'staging-reuse-is-submit-reuse'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-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