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
2 changes: 1 addition & 1 deletion .config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG grafana_version=latest
ARG grafana_version=latest@sha256:96a793a92c9a77cf543d6e5c55100cd296ed9e22487dc3d069331364c456247b
ARG grafana_image=grafana-enterprise

FROM grafana/${grafana_image}:${grafana_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GITHUB_APP_PRIVATE_KEY=grafana-oss-big-tent:private-key
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
Expand Down
10 changes: 5 additions & 5 deletions docker-compose-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ x-logging: &default-logging
services:
microsocks:
container_name: microsocks
image: vimagick/microsocks
image: vimagick/microsocks@sha256:7b61de9b46c40672ca7b2a95f45abf023926d9e1dfd7ecfe95d21a82506227c4
ports:
- 1080:1080
prometheus:
container_name: prometheus
image: prom/prometheus
image: prom/prometheus@sha256:49214755b6153f90a597adcbff0252cc61069f8ab69ce8411285cd4a560e8038
command:
- --web.enable-remote-write-receiver
- --enable-feature=native-histograms
Expand All @@ -22,18 +22,18 @@ services:
- "9090:9090"
node-exporter:
container_name: node_exporter
image: prom/node-exporter
image: prom/node-exporter@sha256:3ac34ce007accad95afed72149e0d2b927b7e42fd1c866149b945b84737c62c3
ports:
- "9100:9100"
loki:
image: grafana/loki:main
image: grafana/loki:main@sha256:ae0d78305c9c06512dfdee24b518eee82716269707c5e02ce62462c415a2f0c2
command: -config.file=/etc/loki/loki-config.yaml
volumes:
- ./docker/blocks/loki/config.yaml:/etc/loki/loki-config.yaml
ports:
- "3100:3100"
tempo:
image: grafana/tempo:latest
image: grafana/tempo:latest@sha256:039e4323819d97c3c491daac691594bc4f0865b0ee28d76d3db642c2a40b759d
depends_on:
- loki
command:
Expand Down
108 changes: 54 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,69 +76,69 @@
"xml2js": "^0.6.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@changesets/cli": "^2.26.1",
"@changesets/types": "^5.2.1",
"@grafana/eslint-config": "^8.0.0",
"@grafana/plugin-e2e": "^2.1.7",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.52.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",
"@testing-library/dom": "^10.4.1",
"@babel/core": "7.26.7",
"@changesets/cli": "2.27.12",
"@changesets/types": "5.2.1",
"@grafana/eslint-config": "8.0.0",
"@grafana/plugin-e2e": "2.1.8",
"@grafana/tsconfig": "2.0.0",
"@playwright/test": "1.52.0",
"@stylistic/eslint-plugin-ts": "2.13.0",
"@swc/core": "1.10.12",
"@swc/helpers": "0.5.15",
"@swc/jest": "0.2.37",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/cheerio": "^0.22.21",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/mathjs": "^6.0.5",
"@types/node": "^20.8.7",
"@testing-library/user-event": "14.6.1",
"@types/cheerio": "0.22.35",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.20",
"@types/mathjs": "6.0.12",
"@types/node": "20.17.16",
"@types/react": "^18.2.0",
"@types/react-router-dom": "^5.2.0",
"@types/react-router-dom": "5.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"@types/xml2js": "^0.4.6",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"cspell": "^5.19.7",
"css-loader": "^6.7.3",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^46.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^11.0.0",
"@types/xml2js": "0.4.14",
"@typescript-eslint/eslint-plugin": "8.41.0",
"@typescript-eslint/parser": "8.41.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "11.0.0",
"cspell": "5.21.2",
"css-loader": "6.11.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.2",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-webpack-plugin": "4.2.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"glob": "11.1.0",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^3.3.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"imports-loader": "5.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.4.2",
"replace-in-file-webpack-plugin": "1.0.6",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"semver": "^7.6.3",
"stream-browserify": "^3.0.0",
"semver": "7.7.2",
"stream-browserify": "3.0.0",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.10",
"timers-browserify": "^2.0.12",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "5.3.11",
"timers-browserify": "2.0.12",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack-subresource-integrity": "^5.1.0",
"webpack-virtual-modules": "^0.6.2"
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-livereload-plugin": "3.0.2",
"webpack-subresource-integrity": "5.1.0",
"webpack-virtual-modules": "0.6.2"
},
"packageManager": "[email protected]"
}
Loading
Loading