Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
68a8b4d to
14aba83
Compare
| @@ -11,136 +11,3 @@ dynamicPlugins: | |||
| # config: | |||
There was a problem hiding this comment.
I left this NFS config commented out deliberately; please let me know if this needs to be enabled now that the legacy config has been removed.
|
Not sure if a changeset is needed here; I can add one, which would likely be a major version bump (I presume). |
00ef583 to
b42c4ad
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4804 +/- ##
==========================================
- Coverage 63.65% 63.59% -0.06%
==========================================
Files 2692 2689 -3
Lines 107325 107145 -180
Branches 30062 30047 -15
==========================================
- Hits 68318 68142 -176
+ Misses 37236 37209 -27
- Partials 1771 1794 +23
*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:
|
Delete the app-legacy dev shell, plugin legacy exports, and Scalprum hooks. Make Playwright and workspace scripts NFS-only. Keep NFS app.extensions guidance commented in app-config.dynamic.yaml. Add @axe-core/playwright to the workspace root for e2e a11y tests. Ref: RHIDP-15353 Signed-off-by: Jon Koops <[email protected]> Signed-off-by: Christoph Jerolimov <[email protected]>
b42c4ad to
6b55b6d
Compare
|



Removes the global-header legacy dev shell, OFS plugin source, and Scalprum dependencies. E2E and workspace scripts use the NFS app only.
RHIDP-15353