-
Notifications
You must be signed in to change notification settings - Fork 53
feat: migrate lifecycle/support metadata to overlay repo for all supported plugins in downstream-plugins file RHIDP-7526 #1297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…changes in plugin versions and configurations. Added new plugins, removed deprecated ones, and adjusted the structure for better clarity. Enhanced the script for generating supported plugins to accommodate YAML files and improved output formatting. Co-author: cursor
Updated preview: https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-1297/ @ 09/09/25 14:17:08 |
this might be an error; only BACKEND plugins have the -dynamic folder suffix; front end ones do not. For example
|
But it exists here:
So I think the issue is there's no catalog entity for it? If so we need to add one. |
…namic plugins and updated temporary file handling based on comments
Co-authored-by: Nick Boldt <[email protected]>
…nd consistency, including updates for Argo CD, PagerDuty, and Notifications modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready to merge by docs team
/lgtm |
@Gerry-Forde I might have missed that this PR requires a review from the doc team. Please review the change and revert it if necessary. |
This pull request updates the documentation for supported and preinstalled dynamic plugins, making the lists more accurate and consistent. The main changes involve reordering, adding, and removing plugins from the lists, as well as updating plugin details and environment variables.
This should be released in version 1.8
Assisted-by: Cursor
changes:
Header (schema) difference
Old (main):
"Name","Plugin","Role","Version","Support Level","Path","Required Variables","Default"
New (current):
"Name","Plugin","Role","Version","Support Level","Lifecycle","Path","Required Variables","Default"
Lifecycle
(typicallyactive
, fromspec.lifecycle
)High-level changes
Data source switched: JSON wrappers ➜ YAML marketplace packages
One new column added:
Lifecycle
Filtering:
-dynamic
)oci://
entries - not sure if they should be there but during working on this task they were found there but i was not sure if they should be there also@redhat
packages at package scope - same as aboveRequired variables extracted from YAML
spec.appConfigExamples[].content
Default state derived from
dynamic-plugins.default.yaml
Plugin set differences
@red-hat-developer-hub/backstage-plugin-quickstart
Why removed: dynamic-only filtering
quickstart
does not have a dynamic wrapper, so it is excluded.@nickboldt what u suggest should i return it or not ?
IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s):
Issue:
Preview: