Skip to content

Releases: FuturePortal/CIMonitor

Version 3.4.0

10 May 20:49
Compare
Choose a tag to compare

Added

Version 3.3.0

22 Mar 17:03
Compare
Choose a tag to compare

Added

  • @RickvdStaaij: Make the statuses responsive (#118)
  • @RickvdStaaij: Add stage hover to show related jobs (#119)
  • @RickvdStaaij: Place the jobs in a grid so many can be viewed at once (#123)

Version 3.2.1

28 Jan 09:21
Compare
Choose a tag to compare

Fixed

Version 3.2.0

25 Jan 21:11
Compare
Choose a tag to compare

Added

  • @anoukhermsen: Add icons to the color-stages template (#111)
  • @steefmin: Add hostname in the page title to differentiate multiple dashboards (#110)
  • @RickvdStaaij: Add automated old status removal every hour (#113)

Fixed

  • @RickvdStaaij: Fix GitLab adapter when no project avatar is given (#114)

Removed

  • @RickvdStaaij: Remove themes since we have an awesome one now (color-stages) that fits all (#112)

Version 3.1.0

18 Jan 23:20
Compare
Choose a tag to compare

Added

Changed

Version 3.0.0

19 Dec 15:50
Compare
Choose a tag to compare

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.

Version 2.2.0

06 Dec 23:33
Compare
Choose a tag to compare

Added

  • @eXistenZNL and @RickvdStaaij: Add docker container builds for quick and easy usage (#78)
  • @RickvdStaaij: Implement desktop notifications in the settings panel (#92)

Version 2.1.0

02 Dec 21:49
Compare
Choose a tag to compare

Added

  • @RickvdStaaij: Add version checker (#87)
  • @RickvdStaaij: Add theme selector to alter the appearance of your dashboard (#89)

Changed

  • @hjvvoorthuijsen: Change warning color to be more orange (#88)
  • @RickvdStaaij: New empty board and connection lost visuals (#90)

Version 2.0.0

29 Nov 18:33
Compare
Choose a tag to compare

Present in version 2

  • Server application to process and handle all your statuses
  • An easy API to push custom statuses
  • Real-time dashboard of your statuses (deployments, pipelines, builds, ect)
  • GitLab web-hook endpoint to push all pipeline and build statuses
  • Travis CI web-hook endpoint to push all builds
  • Support for a master-slave setup to have multiple computers listening to statuses
  • Status modules that were supported by version 1 (Hue light, marble run, power-up, led-strip, ect)

Version 1.0.0

29 Nov 18:33
e99af57
Compare
Choose a tag to compare

What

Version 1 is discontinued. Leaving this here for historical purposes.