process-compose-flake/CHANGELOG.md

30 lines
1.3 KiB
Markdown
Raw Normal View History

2023-06-13 01:15:09 +03:00
# Revision history for process-compose-flake
## Unreleased
- New features
- ~~#18: Add `testScript` option for adding flake checks based on nixosTest library.~~
- #39: Allow `test` process to act as a test, which then gets run as part of flake checks.
2024-01-18 19:03:04 +03:00
- #55: Add `lib` flake output - library of useful functions
- #80: Add `evalModules`, to use process-compose-flake without flake-parts
- New options
- #52: Add `is_foreground` option
- ~~#54: Add `apiServer` option to control REST API server~~
- $60: Add `httpServer.{enable, port, uds}` options to control the HTTP server.
- #56: Add `preHook` and `postHook` for running commands before and after launching process-compose respectively.
2024-06-10 17:57:17 +03:00
- #67: Add `ready_log_line`
- #226: Add `availability.exit_on_skipped`
2024-08-25 20:13:43 +03:00
- #77: Add `is_tty`
- Notable changes
- #58: Obviate IFD by switching to JSON config
- Fixes
2023-06-14 01:09:10 +03:00
- #19: Reintroduce the `shell` option so process-compose doesn't rely on user's global bash (which doesn't exist nixosTest runners).
- #22: `command` option is no longer wrapped in `writeShellApplication`.
2023-06-17 03:26:28 +03:00
- #20: Fix definiton of `probe.exec`
- #53: Make process submodule a proper submodule (allowing use of `imports` etc)
2023-06-17 03:26:28 +03:00
2023-06-13 01:15:09 +03:00
## 0.1.0 (Jun 12, 2023)
- Initial release