Skip to content

Commit cb3265b

Browse files
author
AnjaBruls
committed
version update
1 parent a7177e7 commit cb3265b

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ npm-debug.log
33
coverage/
44
.aws-config.json
55
awsconfig
6+
.package-lock.json
67
/emails/dist
78
/public_gen
89
/tmp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ See the following blog article on how to configure and use this plugin: https://
3737

3838
>**Note**:
3939
>
40-
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.1.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
40+
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.2.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
4141
>In this case you only need to provide URL: https://localhost:9020/query/dbname when you add a data source in Grafana.
4242
>If you still wish to use the SiriDB HTTP connector you have to configure and start the SiriDB HTTP service and you need to enter the URL:https://localhost:5050/query when adding the data source to Grafana.

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ See the following blog article on how to configure and use this plugin: https://
3737

3838
>**Note**:
3939
>
40-
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.1.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
40+
>Since SiriDB version 2.0.36 and Grafana-Sirdb-HTTP-datasource version 1.2.0 you can use the build-in HTTP API instead of the [SiriDB http connector](https://github.com/SiriDB/siridb-http).
4141
>In this case you only need to provide URL: https://localhost:9020/query/dbname when you add a data source in Grafana.
4242
>If you still wish to use the SiriDB HTTP connector you have to configure and start the SiriDB HTTP service and you need to enter the URL:https://localhost:5050/query when adding the data source to Grafana.

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "GitHub", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource"},
2121
{"name": "MIT License", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource/blob/master/LICENSE"}
2222
],
23-
"version": "1.1.0",
24-
"updated": "2017-07-17"
23+
"version": "1.2.0",
24+
"updated": "2020-04-21"
2525
},
2626

2727
"dependencies": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grafana-siridb-http-datasource",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "SiriDB datasource plugin for Grafana",
66
"main": "index.js",
77
"scripts": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "GitHub", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource"},
2121
{"name": "MIT License", "url": "https://github.com/transceptor-technology/grafana-siridb-http-datasource/blob/master/LICENSE"}
2222
],
23-
"version": "1.1.0",
24-
"updated": "2017-07-17"
23+
"version": "1.2.0",
24+
"updated": "2020-04-21"
2525
},
2626

2727
"dependencies": {

0 commit comments

Comments
 (0)