This repository was archived by the owner on Jul 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed
Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " grafana-stage-app " ,
3- "version" : " 1.0 .0" ,
4- "description" : " Grafana Stage App " ,
2+ "name" : " novatec-dashboardsync-datasource " ,
3+ "version" : " 0.1 .0" ,
4+ "description" : " Dashboard Git Synchronization " ,
55 "scripts" : {
66 "build" : " grafana-toolkit plugin:build" ,
77 "test" : " grafana-toolkit plugin:test" ,
1010 "sign" : " grafana-toolkit plugin:sign" ,
1111 "start" : " yarn watch"
1212 },
13- "author" : " Novatec" ,
13+ "author" : " Novatec Consulting GmbH " ,
1414 "license" : " Apache-2.0" ,
1515 "devDependencies" : {
1616 "@grafana/data" : " latest" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
33 "type" : " datasource" ,
4- "name" : " Grafana Dashboard Sync Plugin " ,
4+ "name" : " Dashboard Git Synchronization " ,
55 "id" : " novatec-dashboardsync-datasource" ,
6- "metrics" : true ,
6+ "category" : " other" ,
7+ "metrics" : false ,
8+ "alerting" : false ,
9+ "annotations" : false ,
10+ "logs" : false ,
11+ "tracing" : false ,
712 "backend" : true ,
813 "executable" : " gpx_grafana-dashboard-sync-plugin" ,
914 "info" : {
10- "description" : " grafana-dashboard-sync-plugin " ,
15+ "description" : " Synchronize dashboards using a Git repository. " ,
1116 "author" : {
1217 "name" : " Novatec Consulting GmbH" ,
1318 "url" : " https://www.novatec-gmbh.de/"
1419 },
1520 "keywords" : [],
1621 "logos" : {
17- "small" : " img/logo.svg " ,
18- "large" : " img/logo.svg "
22+ "small" : " img/logo.png " ,
23+ "large" : " img/logo.png "
1924 },
2025 "links" : [
2126 {
2227 "name" : " Project site" ,
2328 "url" : " https://github.com/NovatecConsulting/grafana-dashboard-sync-plugin"
2429 },
2530 {
26- "name" : " Apache License " ,
31+ "name" : " Apache-2.0 " ,
2732 "url" : " https://github.com/NovatecConsulting/grafana-dashboard-sync-plugin/blob/master/LICENSE"
2833 }
2934 ],
You can’t perform that action at this time.
0 commit comments