-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(orchestrator): clean up the plugin code (#1292)
fix(orchestrator): clean up the orchestrator plugin code
- Loading branch information
Showing
57 changed files
with
42 additions
and
9,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
export { orchestratorPlugin } from './OrchestratorPlugin'; | ||
export { orchestratorModuleEntityProvider } from './module'; | ||
export { dynamicPluginInstaller } from './dynamic/alpha'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
import { BackendDynamicPluginInstaller } from '@backstage/backend-dynamic-feature-service'; | ||
|
||
import { orchestratorModuleEntityProvider } from '../module'; | ||
import { orchestratorPlugin } from '../OrchestratorPlugin'; | ||
|
||
export const dynamicPluginInstaller: BackendDynamicPluginInstaller = { | ||
kind: 'new', | ||
install: () => [orchestratorPlugin(), orchestratorModuleEntityProvider()], | ||
install: () => [orchestratorPlugin()], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export * from './dynamic/index'; | ||
|
||
export { createRouter } from './routerWrapper'; | ||
export { OrchestratorEntityProvider } from './provider'; |
44 changes: 0 additions & 44 deletions
44
plugins/orchestrator-backend/src/module/OrchestratorModuleEntityProvider.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
172 changes: 0 additions & 172 deletions
172
plugins/orchestrator-backend/src/provider/OrchestratorEntityProvider.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 1 addition & 11 deletions
12
plugins/orchestrator-backend/src/service/DataInputSchemaService.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.