feat(argocd): add new frontend system support#8467
Open
naqa92 wants to merge 3 commits intobackstage:mainfrom
Open
feat(argocd): add new frontend system support#8467naqa92 wants to merge 3 commits intobackstage:mainfrom
naqa92 wants to merge 3 commits intobackstage:mainfrom
Conversation
Add native new frontend system support via createFrontendPlugin in the ./alpha entrypoint, following the same pattern as plugin-sonarqube, plugin-sentry, and plugin-azure-devops. - ApiBlueprint for argoCDApi and argoCDInstanceApi - EntityContentBlueprint for deployment lifecycle tab - EntityCardBlueprint for deployment summary card - Components wrapped with compatWrapper for MUI v4 compat - Existing argocdTranslations export preserved (non-breaking) Signed-off-by: naqa92 <contact@zoneinfra.com>
Contributor
Changed Packages
|
Signed-off-by: naqa92 <contact@zoneinfra.com>
Signed-off-by: naqa92 <contact@zoneinfra.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add native new frontend system support for the ArgoCD plugin via
createFrontendPluginin the./alphaentrypoint.Without this, consumers using the new frontend system must rely on
convertLegacyPlugin+convertLegacyEntityCardExtension/convertLegacyEntityContentExtensionto mount the plugin manually.With this change, the plugin auto-registers via its
./alphadefault export — same pattern asplugin-sonarqube,plugin-sentry, andplugin-azure-devops.Changes
ApiBlueprintforargoCDApiandargoCDInstanceApiEntityContentBlueprintfor the deployment lifecycle tabEntityCardBlueprintfor the deployment summary cardcompatWrapperfor MUI v4 compatibilityargocdTranslationsexport from./alphapreserved (non-breaking)✔️ Checklist
Signed-off-byline in the message.