chore: Migrate to pnpm (#4699)#4712
Conversation
| WORKDIR /src | ||
| ADD ["ui/package.json", "ui/yarn.lock", "./"] | ||
| RUN corepack enable | ||
| ADD ["ui/package.json", "ui/pnpm-lock.yaml", "./"] |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4712 +/- ##
==========================================
+ Coverage 84.92% 85.04% +0.12%
==========================================
Files 164 164
Lines 18966 18989 +23
==========================================
+ Hits 16107 16150 +43
+ Misses 2002 1992 -10
+ Partials 857 847 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Published E2E Test Results 4 files 4 suites 3h 46m 43s ⏱️ For more details on these failures, see this check. Results for commit fa40c1f. ♻️ This comment has been updated with latest results. |
Published Unit Test Results2 469 tests 2 469 ✅ 3m 21s ⏱️ Results for commit fa40c1f. ♻️ This comment has been updated with latest results. |
fab7cf8 to
38702a9
Compare
Signed-off-by: Keith Chong <kykchong@redhat.com>
38702a9 to
fa40c1f
Compare
|



Fixes: #4699
I've used Blake's PR as a guide (eg. for consistency), as well as other migration resources.
make plugin-darwin) and launched the dashboard and did a side-by-side comparison of a couple of the views: (See Table View tooltip in the top right area of the first screenshot)Checklist:
"fix(controller): Updates such and such. Fixes #1234".