summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Merge pull request 'fix: don't require an end marker in the build log' (#30) ...HEADmainLars Wirzenius1-4/+1
2023-12-02fix: don't require an end marker in the build logLars Wirzenius1-4/+1
2023-11-04Merge pull request 'fix: error message should include pathname' (#29) from li...Lars Wirzenius1-4/+4
2023-11-04fix: error message should include pathnameLars Wirzenius1-4/+4
2023-11-03Merge pull request 'feat: ambient-run extracts run exit code and checks it' (...Lars Wirzenius4-10/+61
2023-11-03feat: ambient-run extracts run exit code and checks itLars Wirzenius4-10/+61
2023-11-03Merge pull request 'feat: set up a serial port just for build log' (#27) from...Lars Wirzenius1-20/+34
2023-11-03feat: set up a serial port just for build logLars Wirzenius1-20/+34
2023-10-15Merge pull request 'docs(README.md): document how to run the test suite' (#26...Lars Wirzenius1-2/+9
2023-10-15docs(README.md): document how to run the test suiteLars Wirzenius1-2/+9
2023-10-15Merge pull request 'fix: invalid YAML configuration files are reported as err...Lars Wirzenius3-1/+42
2023-10-15fix: invalid YAML configuration files are reported as errorsLars Wirzenius3-1/+42
2023-10-15Merge pull request 'fix things found by clippy' (#24) from liw/fixes into mainLars Wirzenius2-2/+2
2023-10-15fix: drop unnecessary cloneLars Wirzenius1-1/+1
2023-10-15fix(subplot/ambient-run.yaml): add path to filename captureLars Wirzenius1-1/+1
2023-09-08Merge pull request 'docs: flesh out the README' (#11) from liw/readme into mainLars Wirzenius1-1/+96
2023-09-08docs: flesh out the READMELars Wirzenius1-1/+96
2023-09-08Merge pull request 'Add Debian packaging' (#10) from liw/debian into mainLars Wirzenius9-0/+61
2023-09-08docs: add a placeholder for a READMELars Wirzenius1-0/+3
2023-09-08chore: add Debian packagingLars Wirzenius8-0/+58
2023-09-02Merge pull request 'fix: set max size on cache directory' (#9) from liw/cache...Lars Wirzenius1-1/+1
2023-09-02fix: set max size on cache directoryLars Wirzenius1-1/+1
2023-09-02Merge pull request 'feat: persist a build artifact cache between builds' (#7)...Lars Wirzenius4-3/+84
2023-09-02feat: persist a build artifact cache between buildsLars Wirzenius4-3/+84
2023-09-02Merge pull request 'feat: provide dependencies to build VM' (#6) from liw/dep...Lars Wirzenius4-6/+54
2023-09-02feat: provide dependencies to build VMLars Wirzenius4-6/+54
2023-09-02Merge pull request 'Allow project to specify where build puts artifacts it pr...Lars Wirzenius4-3/+137
2023-09-02feat: fail build if it produces an artifact that's too largeLars Wirzenius4-2/+55
2023-09-02tests: add scenario for when build produces an unwanted artifactLars Wirzenius1-0/+28
2023-09-02feat: allow build to export artifactsLars Wirzenius4-3/+56
2023-09-01Merge pull request 'liw/qemu' (#4) from liw/qemu into mainLars Wirzenius11-10/+450
2023-09-01feat: builds get a copy of the source codeLars Wirzenius5-17/+134
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 Wirzenius10-6/+311
2023-08-19Merge pull request 'feat: subcommands to manipulate virtual drives' (#3) from...Lars Wirzenius9-2/+335
2023-08-19feat: subcommands to manipulate virtual drivesLars Wirzenius9-2/+335
2023-08-19Merge pull request 'feat: per-user and per-project configurations can specify...Lars Wirzenius4-12/+44
2023-08-19feat: per-user and per-project configurations can specify a VM imageLars Wirzenius4-12/+44
2023-08-19Merge pull request 'refactor: load configuration files centrally, not in sub-...Lars Wirzenius2-9/+18
2023-08-19refactor: load configuration files centrally, not in sub-commandsLars Wirzenius2-9/+18
2023-08-15feat: show project build instruction filesLars Wirzenius5-0/+121
2023-08-06tests: add scenario for querying the full configurationLars Wirzenius13-5/+2075
2023-08-06docs: start an outline of a description of ambient-runLars Wirzenius4-0/+108
2023-08-02chore: cargo init outputLars Wirzenius3-0/+12