-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
67 additions
and
52 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
.github | ||
|
||
# Repo maintainers, and goverance team (like Anisble's @ansible-commit-external) | ||
* @rrey @seuf @gundalow-collections/community-goverance-team | ||
* @rrey @seuf | ||
|
||
# or possibly, we may want to define teams at the org level. | ||
# * @gundalow-collections/grafana-maintainers | ||
|
||
# Example of maintainer of just a single plugin | ||
#grafana/plugins/modules/grafana_plugin.py @someone-else | ||
|
||
|
||
.github/ @gundalow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
minor_changes: | ||
- Bump version of Python used in tests to 3.10 | ||
- Now testing against Grafana 9.5.13, 8.5.27, 10.2.0 | ||
bugfixes: | ||
- grafana_folder, fix an issue during delete (starting Grafana 9.3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
requests==2.28.0 | ||
requests==2.31.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
- block: | ||
- include: dashboard-from-url.yml | ||
- include: delete-dashboard.yml | ||
- include: dashboard-from-id.yml | ||
- include: dashboard-from-file.yml | ||
- include: dashboard-export.yml | ||
- include: dashboard-folder-destination.yml | ||
- include_tasks: dashboard-from-url.yml | ||
- include_tasks: delete-dashboard.yml | ||
- include_tasks: dashboard-from-id.yml | ||
- include_tasks: dashboard-from-file.yml | ||
- include_tasks: dashboard-export.yml | ||
- include_tasks: dashboard-folder-destination.yml |
22 changes: 11 additions & 11 deletions
22
tests/integration/targets/grafana_datasource/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
|
||
- block: | ||
- include: errors.yml | ||
- include: elastic.yml | ||
- include: influx.yml | ||
- include: postgres.yml | ||
- include: cloudwatch.yml | ||
- include: thruk.yml | ||
- include: loki.yml | ||
- include: zabbix.yml | ||
- include: redis.yml | ||
- include: azure.yml | ||
- include: uid.yml | ||
- include_tasks: errors.yml | ||
- include_tasks: elastic.yml | ||
- include_tasks: influx.yml | ||
- include_tasks: postgres.yml | ||
- include_tasks: cloudwatch.yml | ||
- include_tasks: thruk.yml | ||
- include_tasks: loki.yml | ||
- include_tasks: zabbix.yml | ||
- include_tasks: redis.yml | ||
- include_tasks: azure.yml | ||
- include_tasks: uid.yml | ||
|
||
... |
36 changes: 18 additions & 18 deletions
36
tests/integration/targets/grafana_notification_channel/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
- block: | ||
- include: dingding.yml | ||
- include: discord.yml | ||
- include: email.yml | ||
- include: googlechat.yml | ||
- include: hipchat.yml | ||
- include: kafka.yml | ||
# - include: line.yml | ||
- include: teams.yml | ||
- include: opsgenie.yml | ||
- include: pagerduty.yml | ||
- include: prometheus.yml | ||
- include: pushover.yml | ||
- include: sensu.yml | ||
- include: slack-and-beyond.yml | ||
- include: telegram.yml | ||
# - include: threema.yml | ||
- include: victorops.yml | ||
- include: webhook.yml | ||
- include_tasks: dingding.yml | ||
- include_tasks: discord.yml | ||
- include_tasks: email.yml | ||
- include_tasks: googlechat.yml | ||
- include_tasks: hipchat.yml | ||
- include_tasks: kafka.yml | ||
# - include_tasks: line.yml | ||
- include_tasks: teams.yml | ||
- include_tasks: opsgenie.yml | ||
- include_tasks: pagerduty.yml | ||
- include_tasks: prometheus.yml | ||
- include_tasks: pushover.yml | ||
- include_tasks: sensu.yml | ||
- include_tasks: slack-and-beyond.yml | ||
- include_tasks: telegram.yml | ||
# - include_tasks: threema.yml | ||
- include_tasks: victorops.yml | ||
- include_tasks: webhook.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
plugins/modules/grafana_dashboard.py validate-modules:invalid-argument-name | ||
tests/unit/modules/grafana/grafana_plugin/test_grafana_plugin.py pep8:W291 | ||
hacking/check_fragment.sh shebang | ||
hacking/find_grafana_versions.py shebang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
plugins/modules/grafana_dashboard.py validate-modules:invalid-argument-name | ||
tests/unit/modules/grafana/grafana_plugin/test_grafana_plugin.py pep8:W291 | ||
hacking/check_fragment.sh shebang | ||
hacking/find_grafana_versions.py shebang |
2 changes: 1 addition & 1 deletion
2
tests/unit/modules/grafana/grafana_datasource/test_grafana_datasource.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters