Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: escaped slash in namespaced packages #2193

Merged
merged 10 commits into from
Apr 24, 2021
Merged

fix: escaped slash in namespaced packages #2193

merged 10 commits into from
Apr 24, 2021

Conversation

amitgilad3
Copy link
Member

@amitgilad3 amitgilad3 commented Apr 23, 2021

in order to fix the escaped slash and make it more like the response from npm registry i removed the encodeScopedUri function which replaces in scoped url the / with %2f making in compatible with the response from npm
close #1778 #1777

@juanpicado juanpicado added this to the Next major milestone Apr 23, 2021
@juanpicado juanpicado linked an issue Apr 23, 2021 that may be closed by this pull request
* chore: fix start web issue

* chore: use custom action for changeset

this is temporary while I find the way to skip create github releases for alpha

* chore: format as separated workflow (#2194)

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
juanpicado
juanpicado previously approved these changes Apr 24, 2021
Copy link
Member

@juanpicado juanpicado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @amitgilad3 great stuff 💯

@juanpicado
Copy link
Member

juanpicado commented Apr 24, 2021

could you add a changeset https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md#adding-a-changeset ?

Then we are good to merge.

@juanpicado
Copy link
Member

One more thing, this won't be available on Verdaccio 5 after merge this, if you want to also be avilable there, then you would need a new PR over 5.x branch.

amitgilad3 and others added 3 commits April 24, 2021 17:10
* chore: fix start web issue

* chore: use custom action for changeset

this is temporary while I find the way to skip create github releases for alpha

* chore: format as separated workflow (#2194)

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
Copy link
Member

@juanpicado juanpicado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juanpicado juanpicado merged commit 648575a into verdaccio:master Apr 24, 2021
@juanpicado
Copy link
Member

Welcome to verdaccio world @amitgilad3 🚀

@amitgilad3
Copy link
Member Author

thanks!!!!! @juanpicado , i hope to contribute as much as possible to this amazing product!!!

@micaelmbagira
Copy link

@juanpicado Has this been merged in v5?

@juanpicado
Copy link
Member

juanpicado commented Jun 1, 2021

Nop, only master by far (for v5 should be on 5.x branch)

@juanpicado juanpicado modified the milestones: Next major, v6 release Nov 3, 2021
@juanpicado juanpicado removed this from the v6 release milestone Aug 20, 2023
@juanpicado juanpicado added this to the Next major milestone Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

escaped slash in namespaced packages
4 participants