Daniel Ruf
a616250e33
refactor: remove extraneous else statements ( #1671 )
...
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-12 14:44:22 +01:00
Sergio Herrera
3b31f39469
Merge pull request #1673 from verdaccio/juanpicado-patch-1
...
chore: enable sonarcloud
2020-01-12 12:20:34 +01:00
Juan Picado @jotadeveloper
f9206c6ce1
chore: enable sonarcloud
2020-01-12 12:02:48 +01:00
Daniel Ruf
5dc6183802
refactor: use optimized svg for generic gravatar ( #1670 )
2020-01-12 11:34:53 +01:00
Juan Picado @jotadeveloper
f8956f5932
chore(release): 4.4.2
v4.4.2
2020-01-11 08:50:32 +01:00
Robin van Boven
19d9fc2fa5
fix: use hasProxyTo to find correct uplink for tarballs ( #1644 )
...
* test: different uplinks with the same URL
This test reproduces #1642
* fix: use hasProxyTo to find correct uplink for tarballs
Fixes #1642
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-11 08:39:58 +01:00
Juan Picado @jotadeveloper
aac6709ac2
fix(deps): bump @verdaccio/ui-theme from 0.3.11 to 0.3.12 ( #1657 ) ( #1665 )
...
fixes: https://github.com/verdaccio/verdaccio/issues/1648
Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
2020-01-09 06:56:36 +01:00
dependabot-preview[bot]
9db91ee0e1
build(deps-dev): bump @octokit/rest from 16.28.9 to 16.36.0 ( #1651 )
...
Bumps [@octokit/rest](https://github.com/octokit/rest.js ) from 16.28.9 to 16.36.0.
- [Release notes](https://github.com/octokit/rest.js/releases )
- [Commits](https://github.com/octokit/rest.js/compare/v16.28.9...v16.36.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 06:16:50 +01:00
Juan Picado @jotadeveloper
7b67bea4b8
fix(deps): bump @verdaccio/local-storage from 8.5.0 to 9.0.0
...
fix: converting circular structure to json (#1663 )
Fixed at https://github.com/verdaccio/monorepo/pull/312
Fixes #1639
Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
2020-01-08 20:41:33 +01:00
dependabot-preview[bot]
9a2fd81626
fix(deps): bump @verdaccio/ui-theme from 0.3.10 to 0.3.11 ( #1657 )
...
Bumps [@verdaccio/ui-theme](https://github.com/verdaccio/ui ) from 0.3.10 to 0.3.11.
- [Release notes](https://github.com/verdaccio/ui/releases )
- [Changelog](https://github.com/verdaccio/ui/blob/master/CHANGELOG.md )
- [Commits](https://github.com/verdaccio/ui/compare/v0.3.10...v0.3.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 19:37:11 +01:00
dependabot-preview[bot]
6fb5bfca62
build(deps-dev): bump @verdaccio/types from 8.5.2 to 9.0.0 ( #1650 )
...
Bumps [@verdaccio/types](https://github.com/verdaccio/monorepo/tree/HEAD/core/types ) from 8.5.2 to 9.0.0.
- [Release notes](https://github.com/verdaccio/monorepo/releases )
- [Changelog](https://github.com/verdaccio/monorepo/blob/master/core/types/CHANGELOG.md )
- [Commits](https://github.com/verdaccio/monorepo/commits/v9.0.0/core/types )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 19:34:19 +01:00
dependabot-preview[bot]
431081908a
build(deps-dev): bump @types/jest from 24.0.24 to 24.0.25 ( #1649 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 24.0.24 to 24.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 19:33:48 +01:00
Giedrius Grabauskas
4f43347b50
fix: updated combine url fix method ( #1647 )
...
* test: added more combineBaseUrl tests
* fix: optimized and updated combineBaseUrl method logic
2020-01-08 09:30:23 +01:00
Juan Picado @jotadeveloper
32aabca641
chore(release): 4.4.1
v4.4.1
2020-01-04 00:02:10 +01:00
Daniel Ruf
f89bf27f5a
fix: prevent issue with leading hyphen in package name - fixes #1429 ( #1636 )
2020-01-03 23:57:21 +01:00
Juan Picado @jotadeveloper
fbc87fc26e
fix: warning due ui dependecy ( #1638 )
2019-12-30 23:11:26 +01:00
Juan Picado @jotadeveloper
c30412b6db
refactor: update monorepo deps and types ( #1631 )
2019-12-25 14:46:14 +01:00
Juan Picado @jotadeveloper
7fe943f7bc
build: update dependencies ( #1630 )
...
* chore: update dependencies
* chore: update secrets
2019-12-23 09:29:27 +01:00
Juan Picado @jotadeveloper
5189254fbb
Merge pull request #1624 from verdaccio/e2e-pkg-poc
...
test: E2E with Verdaccio for our own CLI
2019-12-16 18:43:28 +01:00
Juan Picado @jotadeveloper
dc25630ef2
test: add test for listen port
2019-12-15 23:04:11 +01:00
Juan Picado @jotadeveloper
b6d2b2690a
chore: add info test
2019-12-15 22:18:47 +01:00
Juan Picado @jotadeveloper
0027566308
Merge branch 'master' into e2e-pkg-poc
2019-12-15 17:37:14 +01:00
Juan Picado @jotadeveloper
291c8cadc8
chore: fix typo
2019-12-15 17:33:15 +01:00
Juan Picado @jotadeveloper
4ee8f4f356
chore(release): 4.4.0
v4.4.0
2019-12-15 17:24:14 +01:00
Juan Picado @jotadeveloper
f5c3b796f2
chore: rename class
2019-12-15 17:18:40 +01:00
Juan Picado @jotadeveloper
582b19d02f
test: add test for install a package
2019-12-15 17:06:28 +01:00
Juan Picado @jotadeveloper
e1685d205b
chore: consume previous registry installed
2019-12-15 12:07:29 +01:00
Juan Picado @jotadeveloper
3bf2196388
chore: reorganize setup files
2019-12-15 08:52:55 +01:00
Juan Picado @jotadeveloper
10ccc4a59f
chore: fix tab
2019-12-14 23:00:32 +01:00
Juan Picado @jotadeveloper
6fd52203ed
chore: typo
2019-12-14 22:59:14 +01:00
Juan Picado @jotadeveloper
73f021c603
chore: add ci conf for e2e pkg
2019-12-14 22:58:17 +01:00
Juan Picado @jotadeveloper
03d1244e51
chore: publish current build on local registry
2019-12-14 22:52:26 +01:00
Juan Picado @jotadeveloper
1b4a5dc31b
feat: update @verdaccio/ui-theme@0.3.9 ( #1623 )
...
* feat: update @verdaccio/ui-theme
- new login screen
* test: update e2e
we need to keep in sync with ui repo, but this will be removed soon
* chore: restore yarn lock
* chore: update lock file
2019-12-14 15:52:57 +01:00
Favo Yang
158de3f768
fix: search api will not set magic date header when return array ( #1598 )
2019-12-14 12:08:37 +01:00
Juan Picado @jotadeveloper
287ed3f88c
feat: bumb up docker to node 12 ( #1622 )
...
Node 10 is active but 12 is the recommended way https://nodejs.org/en/about/releases/ we have been running against v12 for months, so we are safe
2019-12-14 09:21:17 +01:00
dependabot-preview[bot]
0ff9bb774a
build(deps): bump marked from 0.7.0 to 0.8.0 ( #1614 )
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-14 08:25:31 +01:00
dependabot-preview[bot]
52c6a8aa9f
build(deps): bump envinfo from 7.4.0 to 7.5.0 ( #1616 )
...
Bumps [envinfo](https://github.com/tabrindle/envinfo ) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/tabrindle/envinfo/releases )
- [Commits](https://github.com/tabrindle/envinfo/compare/7.4.0...7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-14 08:24:13 +01:00
dependabot-preview[bot]
8d9a7b32da
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #1619 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.11.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-14 08:23:38 +01:00
Juan Picado @jotadeveloper
a6c8ea8bfc
build: add node13 to ci checks ( #1613 )
...
* chore: add more specific version of nodejs
I want o to be more clear against what we are testing
* chore: coverage as last step
* chore: add codecov
* chore: re-organize the steps
2019-12-14 07:53:59 +01:00
Juan Picado @jotadeveloper
d9c93e8c18
Merge pull request #1612 from Claude-Ray/refactor/simplify-conditional-expr
...
refactor: simplify the conditional expression
2019-12-13 08:50:49 +01:00
claude
e85e8bfaa9
refactor: simplify conditional expression
2019-12-12 20:33:00 +08:00
Juan Picado @jotadeveloper
a7172dc9af
chore: add funding
2019-12-11 23:41:25 +01:00
James George
05c9d0507c
refactor: use Array.includes ( #1596 )
2019-12-07 07:44:11 +01:00
dependabot-preview[bot]
19281f86f9
build(deps-dev): bump codecov from 3.5.0 to 3.6.1 ( #1571 )
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits/v3.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 18:47:56 +01:00
dependabot-preview[bot]
12aab7e553
build(deps-dev): bump nock from 11.3.3 to 11.7.0 ( #1572 )
...
Bumps [nock](https://github.com/nock/nock ) from 11.3.3 to 11.7.0.
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v11.3.3...v11.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 18:47:28 +01:00
dependabot-preview[bot]
f6a9325d8e
build(deps-dev): bump @types/http-errors from 1.6.2 to 1.6.3 ( #1588 )
...
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 18:46:33 +01:00
dependabot-preview[bot]
6d12ddf4b3
build(deps): bump @verdaccio/readme from 8.2.0 to 8.4.2 ( #1601 )
...
Bumps [@verdaccio/readme](https://github.com/verdaccio/monorepo/tree/HEAD/core/readme ) from 8.2.0 to 8.4.2.
- [Release notes](https://github.com/verdaccio/monorepo/releases )
- [Changelog](https://github.com/verdaccio/monorepo/blob/master/core/readme/CHANGELOG.md )
- [Commits](https://github.com/verdaccio/monorepo/commits/v8.4.2/core/readme )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 18:45:58 +01:00
dependabot-preview[bot]
a160790036
build(deps): bump @verdaccio/local-storage from 8.2.0 to 8.4.2 ( #1602 )
...
Bumps [@verdaccio/local-storage](https://github.com/verdaccio/monorepo/tree/HEAD/plugins/local-storage ) from 8.2.0 to 8.4.2.
- [Release notes](https://github.com/verdaccio/monorepo/releases )
- [Changelog](https://github.com/verdaccio/monorepo/blob/master/plugins/local-storage/CHANGELOG.md )
- [Commits](https://github.com/verdaccio/monorepo/commits/v8.4.2/plugins/local-storage )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 18:31:55 +01:00
dependabot-preview[bot]
31c067ec6e
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #1607 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.1.0 to 2.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.10.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 18:30:46 +01:00
Juan Picado @jotadeveloper
dd754d1298
chore(release): 4.3.5
v4.3.5
2019-11-21 17:26:14 +01:00