Skip to content

Releases: FuturePortal/CIMonitor

Version 4.6.1

03 Oct 18:55
18cf6e3
Compare
Choose a tag to compare

Fixed

  • Moved repository from CIMonitor/CIMonitor to FuturePortal/CIMonitor
  • Fixed wrong title order for GitHub: Project/Organization -> Organization/Project

Version 4.6.0

06 May 21:48
655b799
Compare
Choose a tag to compare

Added

  • Add user field with profile link to GitLab/GitHub statuses (#182)
  • Add option to hide user avatars (#182)

Version 4.5.0

13 Apr 18:50
ad786fc
Compare
Choose a tag to compare

Added

  • Add merge/pull request clickable blocks for GitHub and GitLab statuses (#178)
  • Added a webmanifest, so CIMonitor can act like a mobile app

Improved

  • Make sure that very long process descriptions get cut of at 1 line
  • Make sure old processes don't overwrite new ones (#180)
  • Improved step status colors for skipped steps
  • Don't timeout pending builds

Version 4.4.0

07 Apr 19:05
4b728d7
Compare
Choose a tag to compare

Added

  • Introduced skipped state for steps and stages
  • If something is running longer than 2 hours it gets a timeout/error state

Improved

  • GitHub and GitLab webhooks are now better represented by the statuses
  • Server logs are now more clear
  • Stages are now readable in the mobile view

Fixed

  • Source icons on small devices look good again

Version 4.3.0

30 Mar 17:39
e3df243
Compare
Choose a tag to compare

Added

  • Option to change the status text size from the customisation tab in the settings panel

Fixed

  • A warning background was missing for steps with state "soft-failed", this is now added

Improved

  • A translate="no" tag has been added to the html, so your browser wont ask you to translate anything
  • User images are now forced to be the same size (Gravatar images were smaller)
  • More small padding/margin fixes to the statuses to display prettier/more clearly

Version 4.2.0

29 Mar 19:36
dc10f7d
Compare
Choose a tag to compare

Added

  • @eXistenZNL: Build ARM Docker containers that run on a Raspberry Pi (#176)
  • Add module setup allowing you to trigger GPIO actions on your raspberry pi
  • Add read the docs URL to your documentation
  • Add better support for smaller devices

Improved

  • Increased font size for monitoring displays
  • Project sources are now an pretty icon and are clickable

Fixed

  • @eXistenZNL: Toggle state enabled should be right, not left (#177)
  • Hide project images that were not loading due to a private scope

Release 4.1.4

25 Mar 14:58
58d6e41
Compare
Choose a tag to compare

Fixes

Another release? Jup, I'm afraid there are some teething problems with importing data from Firebase and the new status type. This fix should resolve those problems.

  • Statuses imported from Firebase, are now processed to make sure that the imported data respects the Status data type. This fixes multiple potential breaking points in the code. The code can now rely on the Status data type to be correct (as it always should).

Release 4.1.3

25 Mar 14:01
4a7caa3
Compare
Choose a tag to compare

Fixed

  • Imported data from Firebase could result in empty objects, the dashboard is now more fault tolerant on corrupt/wrong stored data

Improved

  • GitHub workflows are now easier to understand and can be re-used better

Version 4.1.2

24 Mar 15:33
cc48076
Compare
Choose a tag to compare

Fixed

  • CORS for the socket connection now allows connections from any domain
  • Include group name to the status when parsing a GitLab pipeline webhook (was missing)
  • Hide scroll bar on the primary status overview (scrolling still works)

Improved

  • Added meta data to the html, so sharing a CIMonitor link is looking nicer

Version 4.1.1

22 Mar 21:28
aec2d8a
Compare
Choose a tag to compare

Fixed next version check message when a new version is available