Skip to content

Commit

Permalink
Update to Grafana 7.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ae3e committed Dec 18, 2020
1 parent 24674ed commit b6d7f95
Show file tree
Hide file tree
Showing 9 changed files with 58,844 additions and 20,755 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ work/
ci/
e2e-results/

token

3 changes: 3 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Publish
1. Build the plugin `npm run build`
2. Add token to env `set GRAFANA_API_KEY=<my_api_key>` and sign the plugin `npx @grafana/toolkit plugin:sign`
38 changes: 38 additions & 0 deletions dist/MANIFEST.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

{
"manifestVersion": "2.0.0",
"signatureType": "community",
"signedByOrg": "ae3e",
"signedByOrgName": "ae3e",
"plugin": "ae3e-plotly-panel",
"version": "0.3.3",
"time": 1608280255708,
"keyId": "7e4d0c6a708866e7",
"files": {
"dashboards\\simple.json": "3c0ce2be958031018afe9b1f8165dce7eb531b972d3780b0c721e4224050309b",
"img\\editor.png": "158e968f971e6fc129c007867aa9a424d3674431452d3c83d4ff9ae7813d7e43",
"img\\logo.svg": "28f63778b318920c0ee492ff254912d61ae472854ab66d6ce6d505c2d1ed878e",
"img\\panel.png": "ebd614120962a84bc6e6808fe6df3dec7ade38c8abb9181d49c229e0ccd2df96",
"img\\plotly.svg": "d5ec9acca6416f4bc3161de6f203511cc8c02888b0eb6fef35cfa8c7f590c715",
"index.html": "2fa2c4168c5bb7b8502989f437e4a1a71e663702b0ec9c01530215c8c026dcaf",
"LICENSE": "e03ba41d7fab20700769fe4118bab50d800cb74f990353a05d2f5fff1c228363",
"module.js": "0368dc165312429aaa2ff018e232686f89f3e36da574435528a086e846b5b589",
"module.js.LICENSE.txt": "eb4b164660704be35f9a13f2d19a8477bbdf0539036389ca04b0105afde31c52",
"module.js.map": "ff54e0513edbd945283cd3ad9d1c60df6689f504ee102a79d11391da3c55797f",
"plugin.json": "2f8d6bbae7cbe54a0855b6c45c705ada9066555d06450ad83e85bdcfb635a73d",
"README.md": "0caf03166baae36477953ec84463aa65b7505af6a03b2e7d9a00bdcedc07973c"
}
}
-----BEGIN PGP SIGNATURE-----
Version: OpenPGP.js v4.10.1
Comment: https://openpgpjs.org

wqAEARMKAAYFAl/caL8ACgkQfk0ManCIZucLLgIHXbXAXI2CTV3hWo+Ceeti
Kfceiu4hYqc6rjM/G7Z3P9Wgfk9RatRW1KZ8bO4QbXc839AcNM5JnZHBVeMY
2v79nskCB2Jcmwsp3Zv8RQF3dAkGjjkHX/VjnYuMq8DaMkBbcdEQkwF8k6+Q
yAhHrDkDjQ7YKpYC9yxmBj5vbikALZaFDJgJ
=SAQ0
-----END PGP SIGNATURE-----
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{"name": "Editor", "path": "img/editor.png"},
{"name": "Panel", "path": "img/panel.png"}
],
"version": "0.3.2",
"updated": "2020-11-04"
"version": "0.3.3",
"updated": "2020-12-18"
},

"dependencies": {
Expand Down
Loading

0 comments on commit b6d7f95

Please sign in to comment.