Releases: heikkipora/gitlab-radiator
Releases · heikkipora/gitlab-radiator
3.1.4
Updated dependencies to latest versions
3.1.3
- Handle missing project and job links gracefully
- Improve runner identification in offline errors
3.1.2
- Monitor gitlab runner instances and show an error for offline ones
- Link to GitLab pipeline page from project title elements
- Link to GitLab job page from job title elements
- Updated dependencies to latest versions
3.1.1
Updated dependencies to latest versions
3.1.0
- Requires node.js v8.0.0+ (v6 is already at EOL)
include
andexclude
can be used in project configurations together (#53)- Text color for different job states is now customizable (#61)
- Use full available width for displaying projects (#59)
- Load radiator content immediately when
gitlab-radiator
starts (#57) - Fixed excluding pipelines by status (#55)
- Updated dependencies to latest versions
3.0.1
- Fixed configuration parsing:
projects
/include
&exclude
not working in last release - Fixed README.md: placement of
auth
andmaxNonFailedJobsVisible
in configuration tree incorrectly documented in last release - New configuration property:
colors
- for overriding individual colors in the default color scheme. See README.md for details - Updated dependencies to latest versions (fixing a couple
npm audit
vulnerability reports)
3.0.0
This is a breaking release for the configuration file. See breaking changes in README.
New and improved features:
- support for multiple gitlab server instances to fetch projects from
- support for grouping successful projects by project group (see
groupSuccessfulProjects
configuration property) - support for hiding projects by pipeline status (see
excludePipelineStatus
configuration property```) - handle SIGINT and SIGTERM signals appropriately (helps with docker)
- fix: replace
Array.includes
withArray.indexOf
(would break on some browsers) - fix:
socket.io
was dropped out of production dependencies at some point
2.4.3
Documentation update (left-over from previous release)
2.4.2
- Projects can now be ordered by
group
andnameWithoutNamespace
(PR f66332c) - New configuration option
maxNonFailedJobsVisible
can be used to limit the number of jobs visible (PR #36) - helps with highly concurrent project pipelines becoming uncomfortably high. - ESM used as module loader (PR #35)
- Updated dependencies to latest versions (fixing a couple
npm audit
reports in transitive dependencies)
2.4.1
Updated dependencies to latest versions