Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /opt/app-root
USER 0

ENV HUSKY=0
ENV CYPRESS_INSTALL_BINARY=0

COPY web/package.json web/package-lock.json web/
COPY Makefile Makefile
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.art-coo
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /opt/app-root
USER 0

ENV HUSKY=0
ENV CYPRESS_INSTALL_BINARY=0

COPY Makefile Makefile
COPY web/ web/
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /opt/app-root
USER 0

ENV HUSKY=0
ENV CYPRESS_INSTALL_BINARY=0

COPY web/package.json web/package-lock.json web/
COPY Makefile Makefile
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.dev-mcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ USER 0
WORKDIR /opt/app-root

ENV HUSKY=0
ENV CYPRESS_INSTALL_BINARY=0

COPY Makefile Makefile
COPY web/ web/
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.devspace
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN chgrp -R 0 /.devspace
RUN chmod -R g+rw /.devspace

ENV HUSKY=0
ENV CYPRESS_INSTALL_BINARY=0

COPY Makefile Makefile
COPY go.mod go.mod
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.mcp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /opt/app-root
USER 0

ENV HUSKY=0
ENV CYPRESS_INSTALL_BINARY=0
COPY web/package*.json web/
COPY Makefile Makefile
RUN cd web && npm ci --legacy-peer-deps --ignore-scripts
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM registry.redhat.io/ubi9/nodejs-22:9.6-1755075210 AS web-builder

USER 0

ENV HUSKY=0

WORKDIR /usr/src/app

COPY web/package*.json web/
Expand Down
768 changes: 358 additions & 410 deletions web/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@mui/material": "^6.1.10",
"@openshift-console/dynamic-plugin-sdk": "4.22.0",
"@openshift-console/dynamic-plugin-sdk-internal": "4.22.0",
"@openshift-console/dynamic-plugin-sdk-webpack": "4.22.0",
"@patternfly/react-charts": "^8.4.1",
"@patternfly/react-code-editor": "^6.4.1",
"@patternfly/react-component-groups": "^6.4.0",
Expand All @@ -80,9 +79,7 @@
"@perses-dev/plugin-system": "0.54.0-beta.1",
"@prometheus-io/codemirror-promql": "^0.37.0",
"@tanstack/react-query": "^4.36.1",
"ajv": "^8.18.0",
"classnames": "2.x",
"esbuild-loader": "^4.5.0",
"fuzzysearch": "1.0.x",
"i18next": "^25.10.5",
"i18next-http-backend": "^3.0.2",
Expand Down Expand Up @@ -111,6 +108,7 @@
"@eslint/compat": "^2.0.3",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@openshift-console/dynamic-plugin-sdk-webpack": "4.22.0",
"@swc/core": "^1.15.3",
"@swc/helpers": "^0.5.17",
"@types/ajv": "^0.0.5",
Expand All @@ -122,11 +120,13 @@
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.58.1",
"ajv": "8.20.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^6.7.1",
"cypress": "^14.2.1",
"cypress-multi-reporters": "^1.4.0",
"cypress-multi-reporters": "^2.0.5",
"cypress-wait-until": "^3.0.2",
"esbuild-loader": "4.5.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.5",
Expand Down Expand Up @@ -167,7 +167,7 @@
"echarts": "^5.6.0",
"qs": "^6.14.1",
"dompurify": "^3.4.11",
"fast-uri": "3.1.3"
"fast-uri": "3.1.4"
},
"consolePlugin": {
"name": "monitoring-plugin",
Expand Down