Skip to content

Releases: heikkipora/gitlab-radiator

3.1.4

23 Nov 13:05
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.1.3

31 Oct 12:46
Compare
Choose a tag to compare
  • Handle missing project and job links gracefully
  • Improve runner identification in offline errors

3.1.2

31 Oct 11:37
Compare
Choose a tag to compare
  • 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

21 Sep 14:19
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.1.0

31 Jul 20:41
Compare
Choose a tag to compare
  • Requires node.js v8.0.0+ (v6 is already at EOL)
  • include and excludecan 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

23 Apr 20:30
Compare
Choose a tag to compare
  • Fixed configuration parsing: projects / include & exclude not working in last release
  • Fixed README.md: placement of auth and maxNonFailedJobsVisible 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

12 Mar 19:02
Compare
Choose a tag to compare

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 with Array.indexOf (would break on some browsers)
  • fix: socket.io was dropped out of production dependencies at some point

2.4.3

24 Feb 16:05
Compare
Choose a tag to compare

Documentation update (left-over from previous release)

2.4.2

24 Feb 15:55
Compare
Choose a tag to compare
  • Projects can now be ordered by group and nameWithoutNamespace (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

07 Feb 05:56
Compare
Choose a tag to compare

Updated dependencies to latest versions