- New features
#18: AddtestScriptoption for adding flake checks based on nixosTest library.- #39: Allow
testprocess to act as a test, which then gets run as part of flake checks. - #55: Add
libflake output - library of useful functions - New options
- #52: Add
is_foregroundoption #54: AddapiServeroption to control REST API server- $60: Add
httpServer.{enable, port, uds}options to control the HTTP server. - #56: Add
preHookandpostHookfor running commands before and after launching process-compose respectively.
- #52: Add
- Notable changes
- #58: Obviate IFD by switching to JSON config
- Fixes
- #19: Reintroduce the
shelloption so process-compose doesn't rely on user's global bash (which doesn't exist nixosTest runners). - #22:
commandoption is no longer wrapped inwriteShellApplication. - #20: Fix definiton of
probe.exec - #53: Make process submodule a proper submodule (allowing use of
importsetc)
- #19: Reintroduce the
- Initial release