Skip to content

Commit f7d5572

Browse files
committed
Change plugin id to checkmk-cloud-datasource
This is just the default id, when executing `yarn build` the id will be automatically adapted to use `tribe-29-checkmk-datasource`.
1 parent 717a49b commit f7d5572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
run: |
1919
sudo apt-get install jq
2020
21-
- name: plugin_json_to_unsigned.sh should not change src.plugin.json
21+
- name: plugin_json_to_cloud.sh should not change src.plugin.json
2222
run: |
2323
# src/plugin.json and plugin_json_to_cloud.sh
2424
# should contain the same ids and strings
2525
# this test makes sure they stay in sync
2626
jq --sort-keys . src/plugin.json > /tmp/before.json
27-
bash utils/plugin_json_to_unsigned.sh
27+
bash utils/plugin_json_to_cloud.sh
2828
jq --sort-keys . src/plugin.json > /tmp/after.json
2929
diff /tmp/before.json /tmp/after.json
3030

src/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
4-
"name": "Checkmk",
5-
"id": "tribe-29-checkmk-datasource",
4+
"name": "Checkmk for Cloud Edition",
5+
"id": "checkmk-cloud-datasource",
66
"metrics": true,
77
"info": {
8-
"description": "Checkmk data source",
8+
"description": "Checkmk data source for Checkmk Cloud Edition",
99
"author": {
1010
"name": "Checkmk GmbH",
1111
"url": "https://github.com/Checkmk/"

0 commit comments

Comments
 (0)