Orchestrator Plugin Infra Update#1323
Orchestrator Plugin Infra Update#1323openshift-merge-bot[bot] merged 5 commits intoredhat-developer:mainfrom
Conversation
Reviewer's GuideThis PR upgrades Orchestrator plugins to version 1.6.0, adds the new orchestrator-form-widgets plugin, removes deprecated module declarations, and bumps the Sonataflow operator startingCSV to v1.36.0. Entity relationship diagram for plugin and service dependencieserDiagram
ORCHESTRATOR_FRONTEND_PLUGIN ||--o{ ORCHESTRATOR_FORM_WIDGETS : uses
ORCHESTRATOR_BACKEND_PLUGIN ||--o{ SONATAFLOW_PLATFORM_DATA_INDEX_SERVICE : depends_on
SCAFFOLDER_BACKEND_MODULE_ORCHESTRATOR ||--o{ SONATAFLOW_PLATFORM_DATA_INDEX_SERVICE : depends_on
LOGIC_OPERATOR ||--o{ SONATAFLOW_PLATFORM_DATA_INDEX_SERVICE : manages
Class diagram for plugin configuration changesclassDiagram
class OrchestratorFrontendPlugin {
+appIcons
+dynamicRoutes
}
class OrchestratorBackendPlugin {
+dependencies
}
class ScaffolderBackendModuleOrchestrator {
+dataIndexServiceUrl
}
class OrchestratorFormWidgets {
<<new>>
}
OrchestratorFrontendPlugin <|-- OrchestratorFormWidgets
OrchestratorBackendPlugin <.. ScaffolderBackendModuleOrchestrator
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @jenniferubah - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
rm3l
left a comment
There was a problem hiding this comment.
@jenniferubah Could you rebase your branch and fix the conflicts reported?
76766d8 to
692a55c
Compare
This reverts commit e5b247d.
Rebased the PR and fixed the conflicts. |
Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com>
|
|
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gazarenkov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9b431b4
into
redhat-developer:main
There was a problem hiding this comment.
I guess this section should be updated as well: https://github.com/redhat-developer/rhdh-operator/blob/main/docs/orchestrator.md#installing-the-orchestrator-plugin
And probably the example too: https://github.com/redhat-developer/rhdh-operator/blob/main/examples/orchestrator.yaml#L10-L17
* Update OSL to 1.36 * Update Orchestrator plugins to 1.6.0 * Revert "Update OSL to 1.36" This reverts commit e5b247d. * Update Orchestrator plugins to 1.6.0 * Regenerate bundle/installer manifests Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jenniferubah <jenniferubah@users.noreply.github.com>
Description
With the recent release of Orchestrator 1.6.0, this PR updates the Orchestrator plugins to 1.6.0 version.
PR acceptance criteria
Summary by Sourcery
Update orchestrator plugin infrastructure to Orchestrator v1.6.0.
New Features:
Enhancements: