Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

fix: when scope is provided use proper separator#457

Merged
priscilawebdev merged 4 commits intoverdaccio:masterfrom
JGjorgji:fix-npm-set-scope
May 5, 2020
Merged

fix: when scope is provided use proper separator#457
priscilawebdev merged 4 commits intoverdaccio:masterfrom
JGjorgji:fix-npm-set-scope

Conversation

@JGjorgji
Copy link
Copy Markdown
Contributor

@JGjorgji JGjorgji commented Apr 7, 2020

Type: Fix

Description:

it's not documented particularly well but ":" needs to be set between
the scope and "registry" in order to set the proper .npmrc config

https://docs.npmjs.com/files/npmrc#comments

this demonstrates it well although the link is for a different topic

this was incorrectly fixed in #34

it's not documented particularly well but ":" needs to be set between
the scope and "registry" in order to set the proper .npmrc config

https://docs.npmjs.com/files/npmrc#comments

this demonstrates it well although the link is for a different topic

this was incorrectly fixed in verdaccio#34
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2020

Codecov Report

Merging #457 into master will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #457   +/-   ##
=======================================
  Coverage   82.82%   82.82%           
=======================================
  Files         142      142           
  Lines        1083     1083           
  Branches      209      222   +13     
=======================================
  Hits          897      897           
+ Misses        154      153    -1     
- Partials       32       33    +1     
Impacted Files Coverage Δ
src/utils/cli-utils.ts 100.00% <100.00%> (ø)
src/components/Icon/styles.ts 88.88% <0.00%> (ø)

Copy link
Copy Markdown
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 for this PR, would be great to have unit test for this 🙏

@JGjorgji
Copy link
Copy Markdown
Contributor Author

JGjorgji commented Apr 9, 2020

Thanks for this PR, would be great to have unit test for this pray

Added some unit tests, let me know if they're ok.

@juanpicado juanpicado self-requested a review May 4, 2020 05:38
juanpicado
juanpicado previously approved these changes May 4, 2020
Copy link
Copy Markdown
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, sorry the delay I totally missed your PR

@juanpicado juanpicado requested a review from priscilawebdev May 4, 2020 05:39
@priscilawebdev
Copy link
Copy Markdown
Contributor

priscilawebdev commented May 4, 2020

@JGjorgji thanks for this great PR. If you don't mind I've updated one minor thing :)

Copy link
Copy Markdown
Contributor

@priscilawebdev priscilawebdev left a comment

Choose a reason for hiding this comment

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

bah we cannot use !! we should change it 😅

priscilawebdev
priscilawebdev previously approved these changes May 5, 2020
Copy link
Copy Markdown
Contributor

@priscilawebdev priscilawebdev left a comment

Choose a reason for hiding this comment

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

LGTM ...thanks!! 👏

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented May 5, 2020

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
19.5% 19.5% Duplication

@priscilawebdev priscilawebdev merged commit 7e56c8e into verdaccio:master May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants