chore(app): remove some static plugins#4922
Draft
gashcrumb wants to merge 2 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4922 +/- ##
==========================================
+ Coverage 55.82% 56.07% +0.24%
==========================================
Files 121 113 -8
Lines 2350 2199 -151
Branches 538 541 +3
==========================================
- Hits 1312 1233 -79
+ Misses 1033 965 -68
+ Partials 5 1 -4
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This change removes a number of plugins from the app-next and backend packages to allow them to be provided from dynamic plugins instead.
e695bdc to
5b35667
Compare
afb3985 to
1d0b09d
Compare
Contributor
|
The container image build workflow finished with status: |
This change adds a temporary patch to update the backend dynamic feature service so that it will also load backend plugins that have an alpha export but do not export the plugin object in that alpha export. The patch is similar to the fix applied in this PR: backstage/backstage#34535 Assisted-By: Cursor Desktop
1d0b09d to
a39cfb4
Compare
|
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.



Description
This change removes a number of static plugins from the app-next and backend packages to allow them to be provided by dynamic plugins instead.
related to RHDHPLAN-552
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer