particle-os-cli/integration-tests/test-repo
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
..
containerfiles/labels feat: Look for recipes in ./recipes/, build files in ./files/, and Containerfiles in ./containerfiles/ (#157) 2024-04-13 19:08:31 +00:00
files feat: Stages (#173) 2024-05-18 13:23:50 +00:00
modules chore: Create base integration test setup (#55) 2024-02-09 11:47:59 -05:00
recipes feat(experimental): Build multiple recipes in parallel (#182) 2024-06-07 17:52:26 -04:00
.gitignore chore: Fix integration-tests for forks 2024-02-19 20:52:20 -05:00
cosign.pub fix: Remove check for specific branches for signing (#114) 2024-03-05 09:18:43 -05:00