fix(homepage): export homePagePlugin as alpha default for NFS dynamic installs - #4032
fix(homepage): export homePagePlugin as alpha default for NFS dynamic installs#4032debsmita1 wants to merge 1 commit into
Conversation
|
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
PR Summary by Qodofix(homepage): export homePagePlugin as alpha default for NFS dynamic installs
AI Description
Diagram
High-Level Assessment
Files changed (10)
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4032 +/- ##
=======================================
Coverage 57.80% 57.80%
=======================================
Files 2393 2393
Lines 95919 95919
Branches 26810 26817 +7
=======================================
Hits 55447 55447
Misses 40156 40156
Partials 316 316
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
11 rules✅ Cross-repo context Explored:
repo: redhat-developer/rhdh (sha: 6bcb0141) Explored:
repo: redhat-developer/rhdh-local (sha: 2ae9e8c8) Explored:
repo: redhat-developer/rhdh-operator (sha: 24fffa94) Not relevant to this PR:
redhat-developer/rhdh-chart 1. Dev app loads home twice
|



Hey, I just made a Pull Request!
Resolves:
https://redhat.atlassian.net/browse/RHDHBUGS-3512
Solution description:
homePagePluginas the alpha default: upstream@backstage/plugin-homewith homepage layout/widgets applied viawithOverrides.page:homewithout requiring a separate@backstage/plugin-homeinstall on the host.homePageModulefor apps that already registerhomePlugin(or discover it viaapp.packages); avoid double-loadinghome.@backstage/plugin-homedependency from the NFS app package.✔️ Checklist