Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Grafana 7.0.4 support #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 33 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ services:
# Different Grafana + Go versions that will be tested.
jobs:
include:
- name: "Grafana 6.7.1 1.14.x"
- name: "Grafana 7.0.4 1.14.x"
env:
- "GRAFANA_VERSION=6.7.1"
- "GRAFANA_VERSION=7.0.4"
- "GRAFANA_INTEGRATION=1"
go: "1.14.x"
- name: "Grafana 6.7.4 1.14.x"
env:
- "GRAFANA_VERSION=6.7.4"
- "GRAFANA_INTEGRATION=1"
go: "1.14.x"
- name: "Grafana 6.6.2 1.14.x"
Expand All @@ -22,14 +27,20 @@ jobs:
- "GRAFANA_VERSION=6.5.3"
- "GRAFANA_INTEGRATION=1"
go: "1.14.x"
- name: "Grafana 6.4.5 1.14.x"

- name: "Grafana 7.0.4 1.13.x"
env:
- "GRAFANA_VERSION=6.4.5 1.13.x"
- "GRAFANA_VERSION=7.0.4"
- "GRAFANA_INTEGRATION=1"
go: "1.13.x"
- name: "Grafana 6.4.5 1.13.x"
env:
- "GRAFANA_VERSION=6.4.5"
- "GRAFANA_INTEGRATION=1"
go: "1.13.x"
- name: "Grafana 6.7.1 1.13.x"
- name: "Grafana 6.7.4 1.13.x"
env:
- "GRAFANA_VERSION=6.7.1"
- "GRAFANA_VERSION=6.7.4"
- "GRAFANA_INTEGRATION=1"
go: "1.13.x"
- name: "Grafana 6.6.2 1.13.x"
Expand All @@ -44,12 +55,18 @@ jobs:
go: "1.13.x"
- name: "Grafana 6.4.5 1.13.x"
env:
- "GRAFANA_VERSION=6.4.5 1.13.x"
- "GRAFANA_VERSION=6.4.5"
- "GRAFANA_INTEGRATION=1"
go: "1.13.x"
- name: "Grafana 6.7.1 1.12.x"

- name: "Grafana 7.0.4 1.12.x"
env:
- "GRAFANA_VERSION=7.0.4"
- "GRAFANA_INTEGRATION=1"
go: "1.12.x"
- name: "Grafana 6.7.4 1.12.x"
env:
- "GRAFANA_VERSION=6.7.1"
- "GRAFANA_VERSION=6.7.4"
- "GRAFANA_INTEGRATION=1"
go: "1.12.x"
- name: "Grafana 6.6.2 1.12.x"
Expand All @@ -67,9 +84,14 @@ jobs:
- "GRAFANA_VERSION=6.4.5"
- "GRAFANA_INTEGRATION=1"
go: "1.12.x"
- name: "Grafana 6.7.1 1.11.x"
- name: "Grafana 7.0.4 1.11.x"
env:
- "GRAFANA_VERSION=7.0.4"
- "GRAFANA_INTEGRATION=1"
go: "1.11.x"
- name: "Grafana 6.7.4 1.11.x"
env:
- "GRAFANA_VERSION=6.7.1"
- "GRAFANA_VERSION=6.7.4"
- "GRAFANA_INTEGRATION=1"
go: "1.11.x"
- name: "Grafana 6.6.2 1.11.x"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ datasources. State of support for misc API parts noted below.
There is no exact roadmap. The integration tests are being run against the
following Grafana versions:

* [6.7.1](./travis.yml)
* [7.0.4](./travis.yml)
* [6.7.4](./travis.yml)
* [6.6.2](/.travis.yml)
* [6.5.3](/.travis.yml)
* [6.4.5](/.travis.yml)
Expand All @@ -115,6 +116,10 @@ With the following Go versions:
* 1.12.x
* 1.11.x

Note that the integration tests only touch the API end-points. The members in
structs of boards, panels, etc. might change their meaning or (dis-)appear
completely between versions so it is not guaranteed that they will work 100%.

I still have interest to this library development but not always have
time for it. So I gladly accept new contributions. Drop an issue or
[contact me]([email protected]).
Expand Down