particle-os-cli/integration-tests
Gerald Pinder 4ca98c1c2a
feat(experimental): Build multiple recipes in parallel (#182)
The `build` subcommand can now take in any number of recipe files and
will build them all in parallel. Along with this new ability, I've added
a way to easily distinguish which part of the build log belongs to which
recipe. Check out the `docker_build` action of this PR for an example.


![gif](https://gitlab.com/wunker-bunker/wunker-os/-/raw/main/bluebuild.gif)

## Tasks

- [x] Make build log follow same pattern as normal logs to keep things
consistent
- [x] Update color ranges based on @xynydev 's feedback
- [x] Deal with ANSI control characters in log output
- [x] Add [`indicatif`](https://crates.io/crates/indicatif) to make logs
look nicer
- [x] Add ability to print logs to a file
2024-06-07 17:52:26 -04:00
..
legacy-test-repo feat: Look for recipes in ./recipes/, build files in ./files/, and Containerfiles in ./containerfiles/ (#157) 2024-04-13 19:08:31 +00:00
mock-scripts feat(experimental): Build multiple recipes in parallel (#182) 2024-06-07 17:52:26 -04:00
test-repo feat(experimental): Build multiple recipes in parallel (#182) 2024-06-07 17:52:26 -04:00
test-scripts chore: Add integration test for disableuserns.sh (#104) 2024-03-02 15:09:21 -05:00
Earthfile refactor!: Rename template to generate and move rebase/upgrade under switch (#116) 2024-05-26 22:47:34 -04:00