-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #413 +/- ##
=======================================
Coverage 88.38% 88.38%
=======================================
Files 137 137
Lines 956 956
Branches 211 197 -14
=======================================
Hits 845 845
- Misses 98 99 +1
+ Partials 13 12 -1
|
Please run |
history.pushState({}, 'page title', '/-/web/detail'); | ||
expect(getRegistryURL()).toBe('http://localhost/-/web/detail'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @DanielRuf now looks much better.
@juanpicado keep in mind that we might need the fix from verdaccio itself too (regarding verdaccio/verdaccio#1647) |
@DanielRuf do you mean update here the verdaccio dep right? |
Exactly. But I see now that this is not released. It's just covering specific use cases. https://github.com/verdaccio/verdaccio/commits/master So I guess it is safe to ship the current changes without updating the deps. |
It will be on Friday. I just need to close one PR and we are done :) |
Type:
bug
The following has been addressed in the PR:
Description:
This PR correctly transforms
/
in the devmode to a full URL like in production and generates the correct registry URL.Important: update
combineBaseUrl
innode_modules/verdaccio/build/lib/utils.js
to the result of verdaccio/verdaccio#1647Resolves verdaccio/verdaccio#1648