E2C: Start connecting on-prem to real apis (#85527)

* E2C: Start connecting on-prem to real apis

* actually run the migration

* show resources

* basic dashboards resources

* show dashboard title

* remove console logs

* cleanup 1

* i18n

* disconnect

* i18n

* restore type

* use fixed format

* fix
This commit is contained in:
Josh Hunt
2024-04-03 18:47:02 +01:00
committed by GitHub
parent 0ec48cfdbd
commit aad79c9400
15 changed files with 403 additions and 74 deletions

View File

@ -5,6 +5,7 @@ const config: ConfigFile = {
schemaFile: '../public/openapi3.json',
apiFile: '', // leave this empty, and instead populate the outputFiles object below
hooks: true,
exportName: 'generatedAPI',
outputFiles: {
'../public/app/features/migrate-to-cloud/api/endpoints.gen.ts': {
@ -19,6 +20,7 @@ const config: ConfigFile = {
'getCloudMigrationRun',
'getCloudMigrationRunList',
'deleteCloudMigration',
'getDashboardByUid',
],
},
},