Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Jun 24, 2020
1 parent 35f29c7 commit e593b08
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ lib-cov
coverage

# Compiled binary addons (https://nodejs.org/api/addons.html)
dist/*.zip
artifacts/
work/
ci/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It provides a simple Grafana panel that shows only one button - to integrate wit
Via the [Grafana CLI](https://grafana.com/docs/grafana/latest/administration/cli/):

```BASH
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.1/cloudspout-button-panel.zip \
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.2/cloudspout-button-panel.zip \
plugins install cloudspout-button-panel
```

Expand All @@ -32,7 +32,7 @@ Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/ins

```BASH
$ docker run -p 3000:3000 -it \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.1/cloudspout-button-panel.zip;cloudspout-button-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.2/cloudspout-button-panel.zip;cloudspout-button-panel" \
grafana/grafana:7.0.3
```

Expand Down
17 changes: 9 additions & 8 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Simple Button Panel
# Button Panel

A simple panel that shows only one button - to integrate with any kind of HTTP/REST API:

* Support `GET` and `POST` HTTP verb
It provides a simple Grafana panel that shows only one button - to integrate with any kind of HTTP/REST API:
* Support GET and POST HTTP verb
* Adds no new javascript dependencies
* Uses standard browser APIs and respects CORS
* Support API key via header `X-API-Key` or query parameter `?api-key`
* Custom label text & Grafana template design

## Configuration

![Screenshot](img/screenshot.png)
![Screenshot](https://github.com/cloudspout/cloudspout-button-panel/raw/main/img/screenshot.png)

## Usage

![Screencast](img/screencast.gif)
![Screencast](https://github.com/cloudspout/cloudspout-button-panel/raw/main/img/screencast.gif)

## Install

Expand All @@ -21,7 +22,7 @@ A simple panel that shows only one button - to integrate with any kind of HTTP/R
Via the [Grafana CLI](https://grafana.com/docs/grafana/latest/administration/cli/):

```BASH
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.1/cloudspout-button-panel.zip \
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.2/cloudspout-button-panel.zip \
plugins install cloudspout-button-panel
```

Expand All @@ -31,7 +32,7 @@ Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/ins

```BASH
$ docker run -p 3000:3000 -it \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.1/cloudspout-button-panel.zip;cloudspout-button-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.2/cloudspout-button-panel.zip;cloudspout-button-panel" \
grafana/grafana:7.0.3
```

Expand Down
Binary file added dist/cloudspout-button-panel.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Webpack App</title>
</head>
<body>
<script type="text/javascript" src="/module.js"></script></body>
</html>
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.

2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"screenshots": [],
"version": "7.0.1",
"updated": "2020-06-20"
"updated": "2020-06-24"
},
"dependencies": {
"grafanaVersion": "6.3.x",
Expand Down
Binary file modified img/screencast.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e593b08

Please sign in to comment.