Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Rebuild using 8.5.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored May 2, 2022
1 parent 819a1f4 commit e998e16
Show file tree
Hide file tree
Showing 7 changed files with 1,075 additions and 1,061 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## 1.3.0 (IN PROGRESS)
## 1.3.0 (2022-05-01)

### Features / Enhancements

- Rebuild using 8.4.3
- Rebuild using 8.4.3 (#10)
- Rebuild using 8.5.1 (#11)

## 1.2.0 (2022-02-17)

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"author": "Volkov Labs",
"description": "Template for a new Grafana datasource plugin",
"devDependencies": {
"@grafana/data": "8.4.3",
"@grafana/runtime": "8.4.3",
"@grafana/toolkit": "8.4.3",
"@grafana/ui": "8.4.3",
"@types/enzyme": "^3.10.11",
"@grafana/data": "8.5.1",
"@grafana/runtime": "8.5.1",
"@grafana/toolkit": "8.5.1",
"@grafana/ui": "8.5.1",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6"
Expand All @@ -26,5 +26,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "1.2.0"
"version": "1.3.0"
}
51 changes: 14 additions & 37 deletions provisioning/dashboards/panels.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,12 @@
{
"__inputs": [
{
"name": "DS_ABC",
"label": "Abc",
"description": "",
"type": "datasource",
"pluginId": "volkovlabs-abc-datasource",
"pluginName": "Abc"
}
],
"__elements": [],
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "8.3.2"
},
{
"type": "panel",
"id": "table",
"name": "Table",
"version": ""
},
{
"type": "datasource",
"id": "volkovlabs-abc-datasource",
"name": "Abc",
"version": "1.0.0"
}
],
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
Expand All @@ -52,19 +24,24 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": null,
"id": 1,
"links": [],
"liveNow": false,
"panels": [
{
"datasource": {
"type": "volkovlabs-abc-datasource",
"uid": "P06D90109C8CCE34E"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": "auto",
"displayMode": "auto"
"displayMode": "auto",
"inspect": false
},
"mappings": [],
"thresholds": {
Expand Down Expand Up @@ -98,12 +75,12 @@
},
"showHeader": true
},
"pluginVersion": "8.3.2",
"pluginVersion": "8.5.1",
"targets": [
{
"datasource": {
"type": "volkovlabs-abc-datasource",
"uid": "${DS_ABC}"
"uid": "P06D90109C8CCE34E"
},
"queryText": "test",
"refId": "A"
Expand All @@ -114,7 +91,7 @@
}
],
"refresh": "",
"schemaVersion": 33,
"schemaVersion": 36,
"style": "dark",
"tags": [],
"templating": {
Expand Down
1 change: 1 addition & 0 deletions provisioning/datasources/datasources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ datasources:
- name: Abc
type: volkovlabs-abc-datasource
access: proxy
uid: P06D90109C8CCE34E
isDefault: true
orgId: 1
version: 1
Expand Down
47 changes: 46 additions & 1 deletion src/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"info": {
"author": {
"name": "Volkov Labs",
"url": "https://volkovlabs.com"
"url": "https://volkovlabs.io"
},
"description": "Template to create a new Grafana datasource plugin",
"keywords": ["template"],
"links": [
{
"name": "Website",
"url": "https://volkovlabs.com"
"url": "https://volkovlabs.io"
}
],
"logos": {
Expand Down
Loading

0 comments on commit e998e16

Please sign in to comment.