mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
2deced7d40
* Introduce new models RoutingTree, RouteDefaults and Route and api-server to serve them that is backed by provisioning notification policy service. * update method UpdatePolicyTree of notification policy service to return route and new version * declare new actions alert.notifications.routes:read and alert.notifications.routes:write and two corresponding fixed roles. --------- Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com> Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com>
5 lines
178 B
Makefile
5 lines
178 B
Makefile
.PHONY: generate
|
|
generate:
|
|
## --crdencoding none is needed to avoid infinite loop while generating recursive models'
|
|
grafana-app-sdk generate -c . -g ./apis --crdencoding none
|