Skip to content
Open
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
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- 3000:3000/tcp

grafana-dev:
image: ghcr.io/volkovlabs/app:latest
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
ports:
- 3000:3000/tcp
environment:
Expand All @@ -21,7 +21,7 @@ services:
- dev

timescale:
image: timescale/timescaledb:latest-pg14
image: timescale/timescaledb:latest-pg14@sha256:0f5553d37abbe0f20bfe0a04dab5d1238955b5cda2711aba403090f95b6e51ff
restart: always
environment:
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -54,7 +54,7 @@ services:
- playwright

grafana-main:
image: grafana/grafana:main
image: grafana/grafana:main@sha256:15f54e94fff837080788250157ef868a928b2a8f8e5eaa6f9bd27c95f089d978
ports:
- 3000:3000/tcp
environment:
Expand All @@ -68,7 +68,7 @@ services:
- main

grafana-dep:
image: grafana/grafana:11.5.0
image: grafana/grafana:11.5.0@sha256:0a2874cf39c6487093c682215f7c7903ed8646d78ae5f911af945d2dfcc0a447
ports:
- 3000:3000/tcp
environment:
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,49 +17,49 @@
},
"description": "Enhances dashboards with movable, standalone filter panels for dynamic control.",
"devDependencies": {
"@grafana/eslint-config": "^8.1.0",
"@grafana/plugin-e2e": "^2.1.7",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.54.1",
"@stylistic/eslint-plugin": "^5.2.2",
"@swc/core": "^1.13.2",
"@swc/helpers": "^0.5.17",
"@swc/jest": "^0.2.39",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/lodash": "^4.17.20",
"@types/node": "^24.1.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@grafana/eslint-config": "8.1.0",
"@grafana/plugin-e2e": "2.1.7",
"@grafana/tsconfig": "2.0.0",
"@playwright/test": "1.54.1",
"@stylistic/eslint-plugin": "5.2.2",
"@swc/core": "1.13.2",
"@swc/helpers": "0.5.17",
"@swc/jest": "0.2.39",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/testing-library__jest-dom": "5.14.9",
"@types/lodash": "4.17.20",
"@types/node": "24.1.0",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "^19.1.9",
"@types/semver": "^7.7.0",
"@volkovlabs/eslint-config": "^2.0.0",
"@volkovlabs/jest-selectors": "^1.5.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.32.0",
"eslint-webpack-plugin": "^5.0.2",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"@types/semver": "7.7.0",
"@volkovlabs/eslint-config": "2.0.0",
"@volkovlabs/jest-selectors": "1.5.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"eslint": "9.32.0",
"eslint-webpack-plugin": "5.0.2",
"fork-ts-checker-webpack-plugin": "9.1.0",
"glob": "^11.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.6.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.6.2",
"replace-in-file-webpack-plugin": "1.0.6",
"resize-observer-polyfill": "1.5.1",
"sass": "1.89.2",
"sass-loader": "16.0.5",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.8.3",
"util": "^0.12.5",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1",
"webpack-livereload-plugin": "^3.0.2"
"util": "0.12.5",
"webpack": "5.100.2",
"webpack-cli": "6.0.1",
"webpack-livereload-plugin": "3.0.2"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get the latest version of Playwright
FROM mcr.microsoft.com/playwright:focal
FROM mcr.microsoft.com/playwright:focal@sha256:2286c685f2be91dd3ee482f1a3d382af08c9a1049406c9f7b499aec6ad691a2c

# Set the work directory for the application
WORKDIR app
Expand Down
2 changes: 1 addition & 1 deletion timescale/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node
FROM node@sha256:9e69791906aaabda0fc123beb81861d53bcdf4e9611c15df0b916fff5c1ccc02

## Create app directory
WORKDIR /app
Expand Down
Loading