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

Commit

Permalink
Update to Grafana 8.3.2 (#3)
Browse files Browse the repository at this point in the history
* Update to Grafana 8.3.2

* Update plugin.json

* Update README.md

* Update version

* Update dashboard
  • Loading branch information
mikhail-vl authored Dec 12, 2021
1 parent b831c1a commit 34f744f
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
directory: ./coverage/
files: ./coverage/lcov.info,./coverage/backend.txt
files: ./coverage/lcov.info
env_vars: OS,PYTHON
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.0 (2021-12-12)

### Features / Enhancements

- Upgraded to Grafana 8.3.2

## 1.1.0 (2021-12-02)

### Features / Enhancements
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template to create a new Grafana panel plugin

[![Grafana 8](https://img.shields.io/badge/Grafana-8-orange)](https://www.grafana.com)
![CI](https://github.com/volkovlabs/grafana-abc-panel/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/grafana-abc-panel/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/grafana-abc-panel)
![CI](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel)

## Introduction

Expand Down Expand Up @@ -50,7 +50,7 @@ yarn run start

We love to hear from users, developers, and the whole community interested in this plugin. These are various ways to get in touch with us:

- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/grafana-abc-panel/issues/new/choose).
- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/volkovlabs-abc-panel/issues/new/choose).
- Star the repository to show your support.

## Contributing
Expand All @@ -61,4 +61,4 @@ We love to hear from users, developers, and the whole community interested in th

## License

- Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/grafana-abc-panel/blob/main/LICENSE).
- Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/volkovlabs-abc-panel/blob/main/LICENSE).
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- GF_USERS_DEFAULT_THEME=light
- GF_INSTALL_PLUGINS=marcusolsson-static-datasource
volumes:
- ./dist:/var/lib/grafana/plugins/abc-panel
- ./dist:/var/lib/grafana/plugins/volkovlabs-abc-panel
- ./provisioning:/etc/grafana/provisioning
# Uncomment to preserve Grafana configuration
# - ./data:/var/lib/grafana
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"author": "Volkov Labs",
"description": "Abc panel",
"description": "Template for a new Grafana panel plugin",
"devDependencies": {
"@grafana/data": "8.3.0",
"@grafana/toolkit": "8.3.0",
"@grafana/ui": "8.3.0",
"@grafana/data": "8.3.2",
"@grafana/toolkit": "8.3.2",
"@grafana/ui": "8.3.2",
"@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
Expand All @@ -25,5 +25,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "1.1.0"
"version": "1.2.0"
}
24 changes: 12 additions & 12 deletions provisioning/dashboards/panels.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"__inputs": [],
"__elements": [],
"__requires": [
{
"type": "panel",
"id": "abc-panel",
"name": "Abc",
"version": "1.0.0"
},
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "8.2.5"
"version": "8.3.2"
},
{
"type": "panel",
"id": "volkovlabs-abc-panel",
"name": "Abc",
"version": "1.2.0"
}
],
"annotations": {
Expand All @@ -35,14 +36,12 @@
},
"editable": true,
"fiscalYearStartMonth": 0,
"gnetId": null,
"graphTooltip": 0,
"id": null,
"links": [],
"liveNow": false,
"panels": [
{
"datasource": null,
"gridPos": {
"h": 14,
"w": 10,
Expand Down Expand Up @@ -75,11 +74,11 @@
}
],
"title": "Test",
"type": "abc-panel"
"type": "volkovlabs-abc-panel"
}
],
"refresh": "",
"schemaVersion": 32,
"schemaVersion": 33,
"style": "dark",
"tags": [],
"templating": {
Expand All @@ -93,5 +92,6 @@
"timezone": "",
"title": "Panels",
"uid": "O4tc_E6Gz",
"version": 1
"version": 1,
"weekStart": ""
}
28 changes: 14 additions & 14 deletions src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Abc",
"id": "abc-panel",
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
},
"id": "volkovlabs-abc-panel",
"info": {
"description": "Abc Panel",
"author": {
"name": "Volkov Labs",
"url": "https://volkovlabs.com"
},
"description": "Template to create a new Grafana panel plugin",
"keywords": ["template"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://volkovlabs.com"
}
],
"logos": {
"large": "img/logo.svg",
"small": "img/logo.svg"
},
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
"updated": "%TODAY%",
"version": "%VERSION%"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
"name": "Abc",
"type": "panel"
}
Loading

0 comments on commit 34f744f

Please sign in to comment.