Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: felix-mu/geomap-wms-panel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f3c8b14cdb1e8bf58d8f46c1f646f6d0a6e76f8
Choose a base ref
..
head repository: felix-mu/geomap-wms-panel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b96ee56c9da272f073b44cf6b58040ae69f097de
Choose a head ref
Showing with 359 additions and 249 deletions.
  1. +1 −1 package.json
  2. +1 −1 provisioning/dashboards/dashboard_e2e.json
  3. +187 −87 src/GeomapPanel.tsx
  4. +3 −1 src/editor/CustomWMSBasemapEditor.tsx
  5. +35 −33 src/globalStyles.ts
  6. +132 −126 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "npm run lint -- --fix",
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest --distDir ./geomap-wms-panel",
"sign": "npx --yes @grafana/sign-plugin@latest --distDir ./felixrelleum-geomapwms-panel",
"validate": "zip -qr felixrelleum-geomapwms-panel.zip felixrelleum-geomapwms-panel && npx --yes @grafana/plugin-validator@latest -sourceCodeUri file://. felixrelleum-geomapwms-panel.zip; rm -r felixrelleum-geomapwms-panel.zip",
"start": "yarn watch",
"test:all": "jest --coverage",
2 changes: 1 addition & 1 deletion provisioning/dashboards/dashboard_e2e.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"links": [
{
"title": "",
"url": "http://localhost:3000/d/bdjtpgo45296ob/dashboard-e2e-copy?var-datalink_test=${__data.fields.name}"
"url": "http://localhost:3000/d/bdjtpgo45296ob/dashboard-e2e?var-datalink_test=${__data.fields.name}"
}
],
"mappings": [],
Loading