ref(plugins): Remove org-level plugin views and plugin registry#117872
Draft
Christinarlong wants to merge 3 commits into
Draft
ref(plugins): Remove org-level plugin views and plugin registry#117872Christinarlong wants to merge 3 commits into
Christinarlong wants to merge 3 commits into
Conversation
Remove the frontend plugin registry, org-level plugin views, and plugin rendering from the integrations directory. Keep pluginIcon (used by 24+ files) and plugin types (still referenced by configureIntegration). - Delete plugin registry (index, registry, basePlugin, defaultPlugin, defaultIssuePlugin, jira/, sessionstack/, components/settings, components/issueActions) - Delete org-level views (pluginDetailedView, pluginDeprecationAlert, installedPlugin, legacyWebhookPluginConfig) - Remove plugin exports from exportGlobals - Remove plugins API query and renderPlugin from integrationListDirectory, render legacy webhook as standalone row - Remove plugin prop and deprecation alert from integrationRow - Remove isPlugin from integrationUtil, keep isScmPlugin temporarily - Remove PluginWithProjectList from AppOrProviderOrPlugin union - Remove org-level plugin detail route
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.
Summary
plugins/index,registry,basePlugin,defaultPlugin,defaultIssuePlugin,jira/,sessionstack/,components/settings,components/issueActions) — keeppluginIconpluginDetailedView,pluginDeprecationAlert,installedPlugin,legacyWebhookPluginConfig)exportGlobalsrenderPluginfromintegrationListDirectory, render legacy webhook as standalone rowpluginprop and deprecation alert fromintegrationRowisPluginfromintegrationUtil, removePluginWithProjectListfromAppOrProviderOrPluginunionPR 4 (depends on #117853 and #117589)