oncall-engine/engine/apps/grafana_plugin/views
Matias Bordese 35f23cdcc6
Rework organization sync and grafana plugin engine backend (#4756)
Related to
https://github.com/grafana/oncall-private/issues/2806#issuecomment-2246286918.

Prepare engine for the backend plugin enablement/migration:

 - Refactor sync code
- Improve plugin user authentication to set up user on-the-fly (when
missing)
- Implement v2 endpoints for install, sync and status (to be used via
the backend plugin)

(most of the changes come from
https://github.com/grafana/oncall/pull/4657; backport all engine changes
that keep backwards compatibility)
2024-07-31 16:12:56 +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 Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +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 Rework organization sync and grafana plugin engine backend (#4756) 2024-07-31 16:12:56 +00:00