gitlab-radiator 5.1.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -84,6 +84,7 @@ Optional configuration properties:
84
84
  - `gitlabs / projects / excludePipelineStatus` - Array of pipeline statuses, that should be excluded (i.e. hidden) (available statuses are `running, pending, success, failed, canceled, skipped`).
85
85
  - `gitlabs / maxNonFailedJobsVisible` - Number of non-failed jobs visible for a stage at maximum. Helps with highly concurrent project pipelines becoming uncomfortably high. Default values is unlimited.
86
86
  - `gitlabs / branch` - Explicitly select the git branch to show pipelines for. Default value is empty, meaning pipelines for any branch are shown.
87
+ - `gitlabs / commitAsTitle` - If set to `true` commit title used as block title instead of repository name. Default value is `false`.
87
88
  - `gitlabs / caFile` - CA file location to be passed to the request library when accessing the gitlab instance.
88
89
  - `gitlabs / ignoreArchived` - Ignore archived projects. Default value is `true`
89
90
  - `gitlabs / offlineRunners` - Report any offline CI runners. Set to `all` to include shared runners (requires administrator or auditor access), or `none` to ignore runner status completely. Set to `default` or leave out to report only on group / project runners available to the user.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "type": "module",
8
8
  "description": "The missing GitLab build radiator view",
9
- "version": "5.1.0",
9
+ "version": "5.2.1",
10
10
  "license": "MIT",
11
11
  "bin": {
12
12
  "gitlab-radiator": "bin/gitlab-radiator.js"
@@ -51,7 +51,7 @@
51
51
  "moment": "2.30.1",
52
52
  "regenerator-runtime": "0.14.1",
53
53
  "socket.io": "4.8.3",
54
- "zod": "4.3.4"
54
+ "zod": "4.3.5"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/basic-auth": "1.1.8",
@@ -61,7 +61,7 @@
61
61
  "@types/js-yaml": "4.0.9",
62
62
  "@types/less": "3.0.8",
63
63
  "@types/mocha": "10.0.10",
64
- "@types/react": "19.2.7",
64
+ "@types/react": "19.2.8",
65
65
  "@types/react-dom": "19.2.3",
66
66
  "@types/webpack-env": "1.18.8",
67
67
  "@types/webpack-hot-middleware": "2.25.12",
@@ -82,7 +82,7 @@
82
82
  "style-loader": "4.0.0",
83
83
  "ts-loader": "9.5.4",
84
84
  "typescript": "5.9.3",
85
- "typescript-eslint": "8.51.0",
85
+ "typescript-eslint": "8.52.0",
86
86
  "webpack": "5.104.1",
87
87
  "webpack-cli": "6.0.1",
88
88
  "webpack-dev-middleware": "7.4.5",