mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:11:49 +08:00

* CloudMigrations: Create resource dependency map to validate snapshot request * CloudMigrations: Validate resource types dependencies in create snapshot request * CloudMigrations: Update service interface to pass parsed resource types for creation * CloudMigrations: Conditionally append resource to snapshot if enabled * CloudMigrations: Add /cloudmigration/resources/dependencies endpoint * CloudMigrations: Properly filter dashboards and folders from snapshot
Migrate to Cloud API
The endpoints.gen.ts
file is machine generated. In order to update it, follow these steps:
- Run:
make swagger-clean && make openapi3-gen
- Run:
yarn generate-apis
If you run into issues, try updating your Node.js version.