oncall-engine/engine/apps/grafana_plugin
Michael Derynck a25d44da1a
Move validate_grafana_token_format to common location, use in sync_v2 (#4919)
# What this PR does
Moves validate_grafana_token_format to GrafanaAPIClient, use it in
sync_v2 to improve logging and skip requests that would not work.

## Which issue(s) this PR closes

Related to [issue link here]

<!--
*Note*: If you want the issue to be auto-closed once the PR is merged,
change "Related to" to "Closes" in the line above.
If you have more than one GitHub issue that this PR closes, be sure to
preface
each issue link with a [closing
keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
This ensures that the issue(s) are auto-closed once the PR has been
merged.
-->

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-08-23 19:52:53 +00:00
..
helpers Move validate_grafana_token_format to common location, use in sync_v2 (#4919) 2024-08-23 19:52:53 +00:00
serializers New OnCall plugin initialization process (#4657) 2024-08-16 16:43:52 +00:00
tasks Move validate_grafana_token_format to common location, use in sync_v2 (#4919) 2024-08-23 19:52:53 +00:00
tests Move validate_grafana_token_format to common location, use in sync_v2 (#4919) 2024-08-23 19:52:53 +00:00
views New OnCall plugin initialization process (#4657) 2024-08-16 16:43:52 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
apps.py Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
sync_data.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00
urls.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00