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
|
ad937a4 to
288a43b
Compare
46e38da to
d671ddc
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4814 +/- ##
==========================================
+ Coverage 63.13% 63.16% +0.02%
==========================================
Files 2661 2669 +8
Lines 105935 106073 +138
Branches 29621 29658 +37
==========================================
+ Hits 66884 66999 +115
- Misses 38525 38548 +23
Partials 526 526
*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:
|
Signed-off-by: Debsmita Santra <[email protected]>
d671ddc to
50daf0d
Compare
|



Hey, I just made a Pull Request!
Resolves:
https://redhat.atlassian.net/browse/RHIDP-16847
Test setup:
Publish a
data.jsonon GitHub with unique card labels (e.g. https://github.com/debsmita1/rhdh/blob/learning-paths-test/packages/app/public/learning-paths/data.json ) so proxy-loaded content is visually distinct from the bundled fallback atpackages/app/public/learning-paths/data.json.app-config.yaml
Point the
/developer-hubproxy at the raw GitHub file:Screenshots:
rhdh-plugins
With proxy configured → cards show proxy labels; network shows /api/proxy/developer-hub/learning-paths → 200
rhdh-local
rhdh-plugins
With proxy disabled/broken → console warns about fallback; network shows /learning-paths/data.json; cards show bundled content.
rhdh-local
Tests:
✔️ Checklist