Releases: FuturePortal/CIMonitor
Releases · FuturePortal/CIMonitor
Version 4.6.1
Fixed
- Moved repository from CIMonitor/CIMonitor to FuturePortal/CIMonitor
- Fixed wrong title order for GitHub: Project/Organization -> Organization/Project
Version 4.6.0
Version 4.5.0
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
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
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
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
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
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
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
Fixed next version check message when a new version is available