summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-10-29Add Repository::packages() to get iterator over all packages in RepositoryMatthias Beyer
2020-10-29Implement Display for HashType, HashValueMatthias Beyer
2020-10-29Add getters for crate::package::SourceHashMatthias Beyer
2020-10-29Add trait StringEqual for dependency typesMatthias Beyer
2020-10-29Re-design main() and progress bar passingMatthias Beyer
2020-10-29Fix (tests): Do not pass progress bars by referenceMatthias Beyer
2020-10-29Merge branch 'cli'Matthias Beyer
2020-10-28Move progress bar setup to utility moduleMatthias Beyer
2020-10-28Merge branch 'filestore'Matthias Beyer
2020-10-28Make package counter have a progress barMatthias Beyer
2020-10-28Add code to load release/staging directoryMatthias Beyer
2020-10-28Make file store able to report progressMatthias Beyer
2020-10-28Add release/staging directory overwriting in CLIMatthias Beyer
2020-10-28Put everything into a subcommand "build"Matthias Beyer
2020-10-28Add CLI interface for docker image nameMatthias Beyer
2020-10-28Add CLI interface for passing environmentMatthias Beyer
2020-10-28Add configuration for releases/staging directories, including variable interp...Matthias Beyer
2020-10-28Implement file store abstractionMatthias Beyer
2020-10-28Implement getters on Artifact typeMatthias Beyer
2020-10-28Split parser implementationMatthias Beyer
2020-10-28Impl Display for PackageVersionMatthias Beyer
2020-10-28Add Artifact type for filestoreMatthias Beyer
2020-10-27Fix: Add missing ":" after state identifierMatthias Beyer
2020-10-27Add helper for pretty test errorsMatthias Beyer
2020-10-27Add multiline string testMatthias Beyer
2020-10-27Implement log module for job log handlingMatthias Beyer
2020-10-27Fix: Hide progress bar in testsMatthias Beyer
2020-10-26Add more tests for jobsets from actual treeMatthias Beyer
2020-10-26Fix: Negation error, add jobset if it is not emptyMatthias Beyer
2020-10-26Add logging in testMatthias Beyer
2020-10-26Add more assertions in jobset testMatthias Beyer
2020-10-26Fix: Only add jobset if it is not emptyMatthias Beyer
2020-10-26Add jobset testingMatthias Beyer
2020-10-26Add From<String> for PhaseName when testingMatthias Beyer
2020-10-26Add JobSet implementationMatthias Beyer
2020-10-26Add Tree::into_iter() for easy destructingMatthias Beyer
2020-10-26Add job related typesMatthias Beyer
2020-10-26Do not show progressbars in test executionMatthias Beyer
2020-10-26Add tests for Tree typeMatthias Beyer
2020-10-26Move helper functions to appropriate moduleMatthias Beyer
2020-10-26Implement tests for Repository typeMatthias Beyer
2020-10-22Pass reference to Vec<_> hereMatthias Beyer
2020-10-22Make ScriptBuilder take only a reference to the shebang String objectMatthias Beyer
2020-10-22Add Tree::packages() and Tree::dependencies()Matthias Beyer
2020-10-14Let ImageName be constructed from StringMatthias Beyer
2020-10-14Add more configuration for docker endpointsMatthias Beyer
2020-10-14Add speed and max number of jobs endpoint settingsMatthias Beyer
2020-10-14Add script moduleMatthias Beyer
2020-10-14Add PhaseName::as_str()Matthias Beyer
2020-10-14Phases are not optionalMatthias Beyer