summaryrefslogtreecommitdiff
path: root/ambient-driver.md
AgeCommit message (Expand)AuthorFilesLines
2024-03-29refactor: add type to capture the "run or don't run" decisionLars Wirzenius1-3/+3
2024-03-16fix: regex has no way to match EOLLars Wirzenius1-1/+1
2024-01-26feat! add rsync post-plan actionLars Wirzenius1-0/+33
2024-01-20feat: use /workspace/cache as a persistent cache between runsLars Wirzenius1-0/+45
2024-01-16feat: subcommand to list available actionsLars Wirzenius1-0/+18
2024-01-16feat: subcommand to list projects in a projects fileLars Wirzenius1-0/+18
2024-01-08fix: don't use test dir as source dirLars Wirzenius1-2/+4
2024-01-04feat: --dry-run, only run chosen projectsLars Wirzenius1-0/+37
2024-01-04feat! rename "build" sub-command to "run"Lars Wirzenius1-4/+4
2023-12-31feat! make project file be a map, not a listLars Wirzenius1-16/+18
2023-12-30feat: run pre- and post-plan actions in the source directoryLars Wirzenius1-5/+39
2023-12-30fix: filenames should be relative to directory of project fileLars Wirzenius1-0/+28
2023-12-30feat! project files now contain any number of projectsLars Wirzenius1-6/+7
2023-12-30fix: misleading scenario titleLars Wirzenius1-1/+1
2023-12-17feat: add global --config option to override default config fileLars Wirzenius1-0/+24
2023-12-17tests: fix infinite source tar in scenarioLars Wirzenius1-2/+11
2023-12-17fix: project file in test suiteLars Wirzenius1-3/+4
2023-12-16fix: class for a listingLars Wirzenius1-1/+1
2023-12-02tests: verify that CI run stdout/stderr is capturedLars Wirzenius1-0/+27
2023-12-02tests: add first SubplotLars Wirzenius1-0/+26