Skip to content

AlloyCI v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@suprnova32 suprnova32 released this 26 Jun 22:32
· 140 commits to master since this release

v0.7.0 (2018-06-26)

Deprecations

  • MAJOR DEPRECATION JSON config files for build/pipeline configuration are no longer supported. Use YAML files instead.
    The main reason behind this decision is that YAML is much more flexible than JSON. It allows us to use aliases in oder to avoid
    duplication, to add comments to make the config file more understandable, and it is the de facto standard configuration file
    for almost all CI systems in the market.

Features

  • Build status is now automatically updated on the pipeline view. It uses websockets to redraw the
    HTML data, and update the view when the status changes.
  • Pipeline status is also automatically updated in the same manner on the project view.
  • Added a Makefile to facilitate the start up procedure in dev mode.
  • Use YAML config files instead of JSON.

Bug Fixes

  • Fixed redirect loop that would happen when an authentication token expires.
  • Reverted back to Kerosene v0.7.0, as the updated v0.8.0 had pagination bugs.