summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-23Change maintenance level of crateMatthias Beyer
2021-09-23Add issue templateMatthias Beyer
2021-09-23Rewrite PR templateMatthias Beyer
2021-09-23Add COCMatthias Beyer
2021-09-23Remove section on patchmailsMatthias Beyer
2021-09-23Add block action for fixup commitsMatthias Beyer
2021-09-23actions: Enable on pull requestMatthias Beyer
2021-09-23actions: Update MSRV to 1.54.0Matthias Beyer
2021-09-23Add github action for CIMatthias Beyer
2021-09-17Merge branch 'fix-release'Matthias Beyer
2021-09-17Merge branch 'submit-from-commit'Matthias Beyer
2021-09-17Fix: Delete target path before copying file to itMatthias Beyer
2021-09-17Fix: Add more error context if release copy procedure failsMatthias Beyer
2021-09-17List commit hash a submit was built from in the "db submit" outputMatthias Beyer
2021-09-17Add GitHash::with_id() to get GitHash object from DB with specific idMatthias Beyer
2021-09-16Merge branch 'dependency-if'Matthias Beyer
2021-09-16Merge branch 'schedule-to-less-running-containers'Matthias Beyer
2021-09-16Clippy: Allow From<> over Into<> implementation hereMatthias Beyer
2021-09-16Fix clippy: Use BTreeMap instead of HashMapMatthias Beyer
2021-09-16Refactor: Outsource condition-checking and parsing to helper fnMatthias Beyer
2021-09-16Refactor getting package dependencies as helper fnMatthias Beyer
2021-09-16Implement dependency-condition filteringMatthias Beyer
2021-09-16Add trait to match conditions of dependenciesMatthias Beyer
2021-09-16Refactor: Do not use Package::get_self_packaged_dependences() helper fnMatthias Beyer
2021-09-16Add more sensible error messageMatthias Beyer
2021-09-16Add testcase with multiple dependencies specifiedMatthias Beyer
2021-09-16Add condition-matching against dataMatthias Beyer
2021-09-16Add tests for DAG-building with conditional dependencyMatthias Beyer
2021-09-16Impl From<&str> for ImageName if in testing codeMatthias Beyer
2021-09-16Impl Dependency::new_conditional() if in testing codeMatthias Beyer
2021-09-16Impl Condition::new() if in testing codeMatthias Beyer
2021-09-16Add CLI parameters for tree-of subcommand to add condition-checking dataMatthias Beyer
2021-09-16Add passing of data for condition-checkMatthias Beyer
2021-09-16Add conditional dependency support for runtime dependency typeMatthias Beyer
2021-09-16Add conditional dependency support for build dependency typeMatthias Beyer
2021-09-16Add getters for Condition membersMatthias Beyer
2021-09-16Add conditional dependency variantMatthias Beyer
2021-09-16Add types for conditional dependenciesMatthias Beyer
2021-09-16Rewrite Dependency type as enumMatthias Beyer
2021-09-16Add test: parsing DependencyMatthias Beyer
2021-09-16Rewrite BuildDependency type as enumMatthias Beyer
2021-09-16Add test: parsing BuildDependencyMatthias Beyer
2021-09-16Schedule to host where fewer containers are runningMatthias Beyer
2021-09-16Add trace output when altering handle bookkeeping of running jobsMatthias Beyer
2021-09-16Add fn to get number of running containers on endpointMatthias Beyer
2021-09-16Add debug output of utilization of endpointMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-09Merge branch 'rewrite-find-artifact'Matthias Beyer