Skip to content

feat: Add API key edit, protected mode UI, file manager improvements, system views #189

feat: Add API key edit, protected mode UI, file manager improvements, system views

feat: Add API key edit, protected mode UI, file manager improvements, system views #189

Triggered via pull request May 25, 2026 11:21
@nfebenfebe
synchronize #63
feat/2026-05
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Test
Process completed with exit code 1.
src/views/SettingsView.test.ts > SettingsView > Tab definitions > has correct tab structure: src/views/SettingsView.test.ts#L376
AssertionError: expected [ { id: 'general', …(2) }, …(6) ] to deeply equal [ { id: 'general', …(2) }, …(5) ] - Expected + Received @@ -18,10 +18,15 @@ "icon": "pi pi-shield", "id": "security", "label": "Security & Monitoring", }, { + "icon": "pi pi-desktop", + "id": "terminal", + "label": "Terminal", + }, + { "icon": "pi pi-heart", "id": "healthchecks", "label": "Health Checks", }, { ❯ src/views/SettingsView.test.ts:376:40
src/views/DeploymentDetailView.test.ts > DeploymentDetailView > Tab definitions > has correct tab structure: src/views/DeploymentDetailView.test.ts#L252
AssertionError: expected [ { id: 'overview', …(2) }, …(9) ] to deeply equal [ { id: 'overview', …(2) }, …(8) ] - Expected + Received @@ -38,10 +38,15 @@ "icon": "pi pi-shield", "id": "security", "label": "Security", }, { + "icon": "pi pi-sliders-h", + "id": "settings", + "label": "Settings", + }, + { "icon": "pi pi-cog", "id": "config", "label": "Configuration", }, ] ❯ src/views/DeploymentDetailView.test.ts:252:40
Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/