summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-10-25Move main crate to subdirectoryMatthias Schiffer
2021-10-25Move runner into separate crateMatthias Schiffer
2021-10-24Split defintions used by both runner and executor into separate crateMatthias Schiffer
2021-10-18Update dependenciesMatthias Schiffer
2021-10-12context: better error reporting for task ref parse errorsMatthias Schiffer
2021-10-11Map single UID/GID, not full subid mappingMatthias Schiffer
2021-10-10Rename runc runner to "container"Matthias Schiffer
2021-10-07Various code improvements suggested by clippyMatthias Schiffer
2021-09-19Use template variables instead of environment, parametrize all examplesMatthias Schiffer
2021-09-19Move clone package into utilMatthias Schiffer
2021-09-19Add template engine to evaluate task commandsMatthias Schiffer
2021-09-19Add map of JSON values to TaskArgsMatthias Schiffer
2021-09-19Add TaskArgs to reference typesMatthias Schiffer
2021-09-19Introduce Context structMatthias Schiffer
2021-09-18Separate definition types and reference typesMatthias Schiffer
2021-09-05Replace initial fork with clone syscallMatthias Schiffer
2021-09-05recipe: use AsRef<Path> for path argumentMatthias Schiffer
2021-09-03Move all path constants to a new "paths" moduleMatthias Schiffer
2021-07-24recipe: move TaskID handling into read_recipes()Matthias Schiffer
2021-07-24Replace TaskMap struct with type aliasMatthias Schiffer
2021-07-24Revert introduction of Dependency enumMatthias Schiffer
2021-07-22Make TaskRef a newtype wrapperMatthias Schiffer
2021-07-17main: pass goals on commandlineMatthias Schiffer
2021-07-17executor: save task output in state cacheMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer
2021-01-31Unshare/subuid handlingMatthias Schiffer
2021-01-28Prepare for running stuff through buildahMatthias Schiffer
2021-01-27Add "executor"Matthias Schiffer
2021-01-27resolve: collect all dependency errorsMatthias Schiffer
2021-01-27resolve: better error outputMatthias Schiffer
2021-01-26Rewrite dependency resolution to reuse solutionsMatthias Schiffer
2021-01-24Read tasks from filesMatthias Schiffer
2021-01-24Initial task queueMatthias Schiffer