oncall-engine/engine/apps/grafana_plugin/views
Michael Derynck 5cf382a2e3
Fix error encoding on install_v2 endpoint (#5133)
# What this PR does
Fixes incorrect encoding when SyncException contains one of the
predefined dataclass errors in install_v2 endpoint.

## Which issue(s) this PR closes

Related to #5124 

<!--
*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-10-07 20:08:53 +00:00
..
__init__.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00
install.py Add more logging to plugin sync and install (#3730) 2024-01-23 22:59:33 +00:00
install_v2.py Fix error encoding on install_v2 endpoint (#5133) 2024-10-07 20:08:53 +00:00
recaptcha.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00
self_hosted_install.py Don't update RBAC status on Grafana server error (#4753) 2024-07-29 16:28:35 +00:00
status.py Add more logging to plugin sync and install (#3730) 2024-01-23 22:59:33 +00:00
status_v2.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00
sync_organization.py Return API URL as part of status (#2791) 2023-08-22 17:17:26 +00:00
sync_v2.py Compress sync data (#4951) 2024-08-29 18:36:35 +00:00