Skip to content
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
Compare
Choose a tag to compare
@dtheodor dtheodor released this 15 May 10:35
· 85 commits to master since this release
be0b343

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

Fixed

  • Don't delete build results on docker image build failure [#75]
  • If a container with the same name exists, we remove it so that the new container
    can run [#20]
  • Streaming log output in web view might occassionally hang [7c07ca1]