This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
mistry 0.0.2
Pre-release
Pre-release
Added
- client: Output container stderr on non-zero exit code [#85]
- client: Add a
--timeout
option to specify maximum time to wait for a job [#81] - server: Introduced a configuration option to limit the number of concurrent builds [73c44ec]
- server: Add
--rebuild
option to rebuild the docker images of a selection of projects ignoring the image cache [#70] - client: Add
--rebuild
option to rebuild the docker image ignoring the image cache [#70] - client: Add
--clear-target
option to clear target path before fetching
artifacts [#63] - client: Build logs are now displayed when in verbose mode [#65]
- Asynchronous job scheduling [#61]
- Web view [#17]
Changed
- [BREAKING] server: failed image builds are now always visible as ready [#75]
- server: Job parameters are not logged, making the logs less verbose
- [BREAKING] Failed build results are no longer cached [#62]
- [BREAKING] client/server: Client and server binaries are renamed to "mistryd" and "mistry" respectively.
Also project is now go-gettable. [abbfb58] - client: default host is now 0.0.0.0