Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@rick-nu rick-nu released this 19 Dec 15:50
· 224 commits to master since this release

Added

Improved

  • @RickvdStaaij: Rename server-slave to module-client (#95)
  • @steefmin: Fix typo: dissable -> disable (#96)
  • @eXistenZNL: Improved documentation badges (#98)
  • @RickvdStaaij: Improve GitLab adapter, better build/job processing (#102)

Backwards compatibility breaks

Due to a refactor in the folder structure/names, the location of the config, saved statuses, and back-end scripts changed. The config file and saved statuses are now found it their own config/ folder, and the application paths changed to: ./back-end/server.js and ./back-end/status-client.js.

Quick updates:

git pull origin master
rm -rf dist/
mv server/config/*.json config/
make build-production

And then make sure the updated application path is run.