Skip to content

EVEREST-1023 EVEREST-1025 | [feat] User account management #23

EVEREST-1023 EVEREST-1025 | [feat] User account management

EVEREST-1023 EVEREST-1025 | [feat] User account management #23

Triggered via pull request May 17, 2024 02:26
Status Failure
Total duration 1m 49s
Artifacts

dev-fe-gatekeeper.yaml

on: pull_request
Cache PNPM
22s
Cache PNPM
permission_checks
4s
permission_checks
Matrix: CI_checks
e2e_execution
4s
e2e_execution
Merge Gatekeeper
21s
Merge Gatekeeper
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
e2e_execution
/home/runner/work/everest/everest/./.github/actions/fe-e2e/action.yml (Line: 128, Col: 18): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CI_USER
e2e_execution
/home/runner/work/everest/everest/./.github/actions/fe-e2e/action.yml (Line: 129, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CI_PASSWORD
e2e_execution
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/everest/everest/./.github/actions/fe-e2e/action.yml (Line: 128, Col: 18): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CI_USER,/home/runner/work/everest/everest/./.github/actions/fe-e2e/action.yml (Line: 129, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CI_PASSWORD at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
e2e_execution
Failed to load /home/runner/work/everest/everest/./.github/actions/fe-e2e/action.yml
CI_checks (build)
The job was canceled because "format" failed.
CI_checks (build)
The operation was canceled.
CI_checks (test)
The job was canceled because "format" failed.
CI_checks (test)
The operation was canceled.
CI_checks (lint): ui/packages/design/src/themes/base/BaseTheme.tsx#L94
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
CI_checks (lint): ui/packages/ui-lib/src/table/usePersistentColumnVisibility.ts#L45
React Hook useEffect has a missing dependency: 'key'. Either include it or remove the dependency array
CI_checks (lint): ui/apps/everest/src/components/protected-route/ProtectedRoute.tsx#L15
React Hook useEffect has missing dependencies: 'location.pathname' and 'setRedirectRoute'. Either include them or remove the dependency array
CI_checks (lint): ui/apps/everest/src/components/schedule-form-dialog/schedule-form-wrapper/schedule-form-wrapper.tsx#L50
React Hook useEffect has missing dependencies: 'setValue' and 'trigger'. Either include them or remove the dependency array
CI_checks (lint): ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L131
React Hook useCallback has a missing dependency: 'setValue'. Either include it or remove the dependency array
CI_checks (lint): ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L146
React Hook useCallback has unnecessary dependencies: 'getValues' and 'mode'. Either exclude them or remove the dependency array
CI_checks (lint): ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L176
React Hook useEffect has missing dependencies: 'dbEngine', 'getFieldState', and 'mode'. Either include them or remove the dependency array
CI_checks (lint): ui/apps/everest/src/pages/database-form/database-form-body/steps/first/first-step.tsx#L200
React Hook useEffect has missing dependencies: 'getFieldState', 'mode', and 'setValue'. Either include them or remove the dependency array
CI_checks (lint): ui/apps/everest/src/pages/database-form/database-form-body/steps/monitoring/monitoring.tsx#L104
React Hook useEffect has missing dependencies: 'availableMonitoringInstances', 'getValues', 'mode', and 'setValue'. Either include them or remove the dependency array
CI_checks (lint): ui/apps/everest/src/pages/database-form/database-form-body/steps/pitr/pitr-storage.tsx#L25
React Hook useEffect has missing dependencies: 'backupStorages' and 'setValue'. Either include them or remove the dependency array
CI_checks (format)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/