summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-02fix: don't require an end marker in the build logLars Wirzenius1-4/+1
2023-11-04fix: error message should include pathnameLars Wirzenius1-4/+4
2023-11-03feat: ambient-run extracts run exit code and checks itLars Wirzenius3-7/+56
2023-11-03feat: set up a serial port just for build logLars Wirzenius1-20/+34
2023-10-15fix: invalid YAML configuration files are reported as errorsLars Wirzenius2-1/+2
2023-10-15fix: drop unnecessary cloneLars Wirzenius1-1/+1
2023-09-02fix: set max size on cache directoryLars Wirzenius1-1/+1
2023-09-02feat: persist a build artifact cache between buildsLars Wirzenius3-3/+42
2023-09-02feat: provide dependencies to build VMLars Wirzenius3-6/+26
2023-09-02feat: fail build if it produces an artifact that's too largeLars Wirzenius3-2/+24
2023-09-02feat: allow build to export artifactsLars Wirzenius3-3/+25
2023-09-01feat: builds get a copy of the source codeLars Wirzenius4-13/+103
2023-09-01fix: writable virtual drives are writableLars Wirzenius1-7/+8
2023-09-01feat: set max output size to writable virtual drivesLars Wirzenius1-2/+19
2023-09-01feat: actually run a (dummy) build in a VMLars Wirzenius5-3/+259
2023-08-19feat: subcommands to manipulate virtual drivesLars Wirzenius4-2/+223
2023-08-19feat: per-user and per-project configurations can specify a VM imageLars Wirzenius3-12/+39
2023-08-19refactor: load configuration files centrally, not in sub-commandsLars Wirzenius2-9/+18
2023-08-15feat: show project build instruction filesLars Wirzenius4-0/+93
2023-08-06tests: add scenario for querying the full configurationLars Wirzenius5-3/+185
2023-08-02chore: cargo init outputLars Wirzenius1-0/+3