Skip to content

Commit

Permalink
automated release 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI Automation committed May 15, 2020
1 parent cc9a107 commit 3234d63
Show file tree
Hide file tree
Showing 37 changed files with 208 additions and 5,760 deletions.
21 changes: 21 additions & 0 deletions dist/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Grafana

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
36 changes: 36 additions & 0 deletions dist/MANIFEST.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

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

{
"plugin": "grafana-piechart-panel",
"version": "1.5.0",
"files": {
"LICENSE": "b46400c1ab5630edeb4e43b240a027d203375ebe5a9efb7de88c604c5c5cace0",
"README.md": "f20927deab10fa9485ad13a47199dff25d2224551186d1d2e4304ea23ef382fa",
"dark.js": "1e1732392f8c733433d5078f62c181732b2e9cf801915a7cac1db1b29777d22e",
"dark.js.map": "9f9a08e0c7c69f92a7bab8690faadc8ec2f65379834362cdb45fb8d6679a7336",
"editor.html": "aa4a490a2a93c1c6fdcbfc2cf7351afd1af213205ce74ab1f3f4f08bac9db24c",
"light.js": "eb1808113eafd870881e57b3a28f4229a3710981670b0dc7409742a01b041259",
"light.js.map": "80ee11ec21f071cf8988b3b049e8159cbcdb6153b5ca9a5523fe7dbf96083323",
"module.html": "10d8f62fdc7359e904e04b34400d8770098d4973e7796b54f007e6a8fa284a3b",
"module.js": "2338213b7535bb9c32b5d03d382fcc3a1d0996d88f8313ab4e702912b50d0e83",
"module.js.LICENSE.txt": "30f143a8e05630b1ab2ff90e572b97708701d7fc5f8e8fd2e44bbe9787723aea",
"module.js.map": "504880a11e3b80783b5b6f26b33a13aefe0d6249ff67be0addd4f2b08e58b7bf",
"plugin.json": "074bd24f4b6d46b7e15c056b162be5dfa922ea6df1b9d36d60c2351364d6aaa3",
"styles/dark.css": "e0c2663c2c7dabf97ffaebc740a3b5f7fb69aefaaf89351d9fa8762f77ec5cf6",
"styles/light.css": "6430d7d73d05e50adedf3d0ec9fa6f26970ca362f24be63b3b8f506405f8a921"
},
"time": 1589585452581,
"keyId": "7e4d0c6a708866e7"
}
-----BEGIN PGP SIGNATURE-----
Version: OpenPGP.js v4.10.1
Comment: https://openpgpjs.org

wqAEARMKAAYFAl6/JiwACgkQfk0ManCIZufdjAII5R6xFNsH03uvscY9CHoX
B4jC39m9LIcBy7sJLdD5uVKNBBCfVJmEbmk0fxsec2UG4+QppfXRCXyhn75N
pbZGkQUCCMVmF0lAS3h0YNtEkr/iX3jMKsLaRIQj9bqBIz8BEKXBf+owPYt7
waCLA7VxKh7zMH2G1mPH4tB8DQLk9UDpUBMq
=vB++
-----END PGP SIGNATURE-----
49 changes: 49 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Use the new grafana-cli tool to install piechart-panel from the commandline:

```
grafana-cli plugins install grafana-piechart-panel
```

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins if you installed the grafana package.

More instructions on the cli tool can be found [here](https://grafana.com/docs/grafana/latest/plugins/installation/).

You need the lastest grafana build for Grafana 3.0 to enable plugin support. You can get it here : http://grafana.org/download/builds.html

## Alternative installation methods

### Download latest zip

```BASH
wget -nv https://grafana.com/api/plugins/grafana-piechart-panel/versions/latest/download -O /tmp/grafana-piechart-panel.zip
```

Extract and move into place
```BASH
unzip -q /tmp/grafana-piechart-panel.zip -d /tmp
mv /tmp/grafana-piechart-panel-* /var/lib/grafana/plugins/grafana-piechart-panel
sudo service grafana-server restart
```

### Git Clone
It is also possible to clone this repo directly into your plugins directory.

Afterwards restart grafana-server and the plugin should be automatically detected and used.

```
git clone https://github.com/grafana/piechart-panel.git --branch release-1.3.8
sudo service grafana-server restart
```

### Clone into a directory of your choice

If the plugin is cloned to a directory that is not the default plugins directory then you need to edit your grafana.ini config file (Default location is at /etc/grafana/grafana.ini) and add this:

```ini
[plugin.piechart]
path = /home/your/clone/dir/piechart-panel
```

Note that if you clone it into the grafana plugins directory you do not need to add the above config option. That is only
if you want to place the plugin in a directory outside the standard plugins directory. Be aware that grafana-server
needs read access to the directory.
2 changes: 2 additions & 0 deletions dist/dark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/dark.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions dist/light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/light.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
3 changes: 3 additions & 0 deletions dist/module.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/module.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*!
* perfect-scrollbar v1.2.0
* (c) 2017 Hyunje Jun
* @license MIT
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
1 change: 1 addition & 0 deletions dist/module.js.map

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"type": "panel",
"name": "Pie Chart",
"id": "grafana-piechart-panel",
"info": {
"description": "Pie chart panel for grafana",
"author": {
"name": "Grafana Labs",
"url": "http://grafana.com"
},
"keywords": [
"piechart",
"panel"
],
"logos": {
"small": "img/piechart_logo_small.svg",
"large": "img/piechart_logo_large.svg"
},
"links": [
{
"name": "Project site",
"url": "https://github.com/grafana/piechart-panel"
},
{
"name": "Blog Post",
"url": "https://blog.raintank.io/friends-dont-let-friends-abuse-pie-charts/"
},
{
"name": "MIT License",
"url": "https://github.com/grafana/piechart-panel/blob/master/LICENSE"
}
],
"screenshots": [
{
"name": "Donut!",
"path": "img/piechart-donut.png"
},
{
"name": "Legend on the graph",
"path": "img/piechart-legend-on-graph.png"
},
{
"name": "Legend to the right",
"path": "img/piechart-legend-rhs.png"
},
{
"name": "Legend underneath",
"path": "img/piechart-legend-under.png"
},
{
"name": "Piechart options",
"path": "img/piechart-options.png"
}
],
"version": "1.5.0",
"updated": "2020-05-15",
"build": {
"time": 1589585452459,
"repo": "git@github.com:grafana/piechart-panel.git",
"branch": "v1.5.x",
"hash": "cc9a10765bb9be75c4e5404b71c4581d683cbfeb",
"pr": 232,
"number": 209
}
},
"dependencies": {
"grafanaVersion": "6.x.x",
"plugins": []
}
}

0 comments on commit 3234d63

Please sign in to comment.