oncall-engine/engine/apps/grafana_plugin/tests
Joey Orlando 673d2e9595
feat: persist is_grafana_irm_enabled from backend plugin sync data (#5171)
# What this PR does

Will start persisting the `organization.is_grafana_irm_enabled` flag
from the backend plugin's sync data that is sent to the oncall backend.
The implications of this are that when `is_grafana_irm_enabled` is set
to True, we will:
- start using `grafana-irm-app` prefixed RBAC permissions (RBAC
permissions for `grafana-irm-app`, as well as `grafana-oncall-app`, are
already being synced to the OnCall backend since
https://github.com/grafana/irm/pull/200 was merged/deployed)
- start building UI URLs w/ `grafana-irm-app` instead of
`grafana-oncall-app`

## Which issue(s) this PR closes

Closes https://github.com/grafana/irm/issues/242

## 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-11 14:57:59 -04:00
..
test_app_config.py remove unnecessary CI step bash command (#4397) 2024-05-24 15:13:38 -04:00
test_gcom.py Handle a deleted organization triggering auth (#4937) 2024-08-28 16:32:24 +00:00
test_gcom_api_client.py address occasional missing nextCursor data key from GCOM GET /instances (#4794) 2024-08-09 15:42:10 +00:00
test_grafana_api_client.py Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00
test_install.py bump uwsgi to 2.0.26 + Python to 3.12.3 (#4495) 2024-06-10 15:33:37 -04:00
test_install_v2.py Fix error encoding on install_v2 endpoint (#5133) 2024-10-07 20:08:53 +00:00
test_self_hosted_install.py Don't update RBAC status on Grafana server error (#4753) 2024-07-29 16:28:35 +00:00
test_status.py Fix inconsistency with API URL returned by plugin status (#3122) 2023-10-16 17:38:08 +00:00
test_sync.py Fix flaky test depending on DB ordering (#4907) 2024-08-22 18:56:59 +00:00
test_sync_v2.py feat: persist is_grafana_irm_enabled from backend plugin sync data (#5171) 2024-10-11 14:57:59 -04:00
test_ui_url_builder.py update URLs constructed by the backend to support IRM plugin (#5137) 2024-10-09 08:55:10 -04:00