Compare commits
31 Commits
@verdaccio
...
@verdaccio
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f07fd5d525 | ||
|
|
4acc4a46ec | ||
|
|
ce9f49d897 | ||
|
|
0a6412ca97 | ||
|
|
ab09f03b63 | ||
|
|
00b393f012 | ||
|
|
90a65d404c | ||
|
|
8ade7e5ddf | ||
|
|
92622bbbfc | ||
|
|
ce3621d43b | ||
|
|
ef058beadf | ||
|
|
623a774888 | ||
|
|
54232a2115 | ||
|
|
842ad8c12d | ||
|
|
a90c3115a4 | ||
|
|
5174d7dba7 | ||
|
|
99d65ecbee | ||
|
|
b49d932507 | ||
|
|
d18d227af4 | ||
|
|
202e07aa15 | ||
|
|
2cb6b1df9d | ||
|
|
cfa86929ca | ||
|
|
af8cbf48cf | ||
|
|
7e48d714b9 | ||
|
|
ae93e039da | ||
|
|
80b1038a76 | ||
|
|
fe18df4cec | ||
|
|
75d3526b66 | ||
|
|
beb10af1e7 | ||
|
|
7e2ad88eb8 | ||
|
|
834513b56d |
7
.changeset/eight-clouds-look.md
Normal file
7
.changeset/eight-clouds-look.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@verdaccio/api': minor
|
||||
'@verdaccio/middleware': minor
|
||||
'@verdaccio/server': minor
|
||||
---
|
||||
|
||||
fix: expose middleware methods
|
||||
@@ -81,6 +81,7 @@
|
||||
"dull-monkeys-search",
|
||||
"early-jokes-nail",
|
||||
"eight-bottles-own",
|
||||
"eight-clouds-look",
|
||||
"eighty-snails-admire",
|
||||
"eleven-brooms-hunt",
|
||||
"eleven-spoons-matter",
|
||||
@@ -151,6 +152,8 @@
|
||||
"shiny-chefs-heal",
|
||||
"shy-ducks-cover",
|
||||
"silly-moose-watch",
|
||||
"silver-needles-drum",
|
||||
"silver-spoons-nail",
|
||||
"six-boats-sparkle",
|
||||
"slimy-eggs-explain",
|
||||
"slow-carrots-relate",
|
||||
|
||||
9
.changeset/silver-needles-drum.md
Normal file
9
.changeset/silver-needles-drum.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@verdaccio/core': patch
|
||||
'@verdaccio/hooks': patch
|
||||
'@verdaccio/proxy': patch
|
||||
'@verdaccio/store': patch
|
||||
'@verdaccio/web': patch
|
||||
---
|
||||
|
||||
refactor: got instead undici
|
||||
6
.changeset/silver-spoons-nail.md
Normal file
6
.changeset/silver-spoons-nail.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@verdaccio/proxy': minor
|
||||
'@verdaccio/store': minor
|
||||
---
|
||||
|
||||
feat: refactor proxy with got v12
|
||||
2
.github/workflows/changesets.yml
vendored
2
.github/workflows/changesets.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup node.js
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
env:
|
||||
|
||||
10
.github/workflows/ci-windows.yml
vendored
10
.github/workflows/ci-windows.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
- name: Install pnpm
|
||||
@@ -127,7 +127,7 @@ jobs:
|
||||
name: UI Test E2E
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
|
||||
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
- name: Install pnpm
|
||||
@@ -138,7 +138,7 @@ jobs:
|
||||
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch'
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
|
||||
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
|
||||
uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
|
||||
|
||||
# Override language selection by uncommenting this and choosing your languages
|
||||
# with:
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
|
||||
uses: github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
@@ -56,4 +56,4 @@ jobs:
|
||||
# make release
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
|
||||
uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
run: docker-compose -f "./e2e/docker/apache-verdaccio/docker-compose.yaml" up -d --build
|
||||
|
||||
- name: Install node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: verdaccio cli
|
||||
|
||||
2
.github/workflows/docker-proxy-nginx-e2e.yml
vendored
2
.github/workflows/docker-proxy-nginx-e2e.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
run: docker-compose -f "./e2e/docker/proxy-nginx/docker-compose.yaml" up -d --build
|
||||
|
||||
- name: Install node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: npm setup
|
||||
|
||||
6
.github/workflows/e2e-ci.yml
vendored
6
.github/workflows/e2e-ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node 16
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- name: Install pnpm
|
||||
|
||||
2
.github/workflows/e2e-ui.yml
vendored
2
.github/workflows/e2e-ui.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Use Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install pnpm
|
||||
|
||||
2
.github/workflows/static-data.yml
vendored
2
.github/workflows/static-data.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
- name: install pnpm
|
||||
|
||||
2
.github/workflows/ui-components.yml
vendored
2
.github/workflows/ui-components.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
|
||||
- name: Use Node
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
|
||||
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
|
||||
- name: Use Node 16
|
||||
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3
|
||||
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # tag=v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
|
||||
|
||||
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # tag=v2.2.4
|
||||
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # tag=v2.4.0
|
||||
with:
|
||||
version: latest-8
|
||||
run_install: |
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
- name: Add comment to PR
|
||||
if: github.repository == 'verdaccio/verdaccio'
|
||||
id: comment_to_pr
|
||||
uses: marocchino/sticky-pull-request-comment@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2
|
||||
uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
number: ${{ github.event.issue.number }}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"debug": "4.3.4",
|
||||
"fs-extra": "10.1.0",
|
||||
@@ -14,7 +14,7 @@
|
||||
"js-yaml": "4.1.0",
|
||||
"get-port": "5.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"verdaccio": "workspace:6.0.0-6-next.73"
|
||||
"verdaccio": "workspace:6.0.0-6-next.75"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"name": "@verdaccio/e2e-ui",
|
||||
"version": "2.0.0-6-next.4",
|
||||
"devDependencies": {
|
||||
"verdaccio": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"verdaccio": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
|
||||
"debug": "4.3.4",
|
||||
"cypress": "^11.2.0",
|
||||
|
||||
@@ -60,10 +60,10 @@
|
||||
"@types/http-errors": "1.8.2",
|
||||
"@types/jest": "27.5.2",
|
||||
"@types/jsonwebtoken": "8.5.9",
|
||||
"@types/lodash": "4.14.195",
|
||||
"@types/lodash": "4.14.196",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@types/node": "16.18.38",
|
||||
"@types/node": "16.18.39",
|
||||
"@types/node-fetch": "2.6.4",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/range-parser": "1.2.4",
|
||||
@@ -77,10 +77,10 @@
|
||||
"@types/serve-static": "1.13.10",
|
||||
"@types/superagent": "4.1.18",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@types/testing-library__jest-dom": "5.14.6",
|
||||
"@types/testing-library__jest-dom": "5.14.9",
|
||||
"@types/validator": "13.7.17",
|
||||
"@types/webpack": "5.28.1",
|
||||
"@types/webpack-env": "1.18.0",
|
||||
"@types/webpack-env": "1.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.8",
|
||||
"@typescript-eslint/parser": "5.59.8",
|
||||
"@verdaccio/crowdin-translations": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,36 @@
|
||||
# @verdaccio/api
|
||||
|
||||
## 6.0.0-6-next.58
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/store@6.0.0-6-next.55
|
||||
- @verdaccio/auth@6.0.0-6-next.54
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/middleware@6.0.0-6-next.54
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.57
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ae93e039d: fix: expose middleware methods
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ae93e039d]
|
||||
- @verdaccio/middleware@6.0.0-6-next.53
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/auth@6.0.0-6-next.53
|
||||
- @verdaccio/store@6.0.0-6-next.54
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.56
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/api",
|
||||
"version": "6.0.0-6-next.56",
|
||||
"version": "6.0.0-6-next.58",
|
||||
"description": "loaders logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -39,13 +39,13 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.53",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.55",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"abortcontroller-polyfill": "1.7.5",
|
||||
"cookies": "0.8.0",
|
||||
"debug": "4.3.4",
|
||||
@@ -56,7 +56,7 @@
|
||||
"semver": "7.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.62",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.64",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
|
||||
"supertest": "6.3.3",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import bodyParser from 'body-parser';
|
||||
import express, { Router } from 'express';
|
||||
|
||||
import { Auth } from '@verdaccio/auth';
|
||||
@@ -43,7 +42,7 @@ export default function (config: Config, auth: Auth, storage: Storage): Router {
|
||||
app.param('_rev', match(/^-rev$/));
|
||||
app.param('org_couchdb_user', match(/^org\.couchdb\.user:/));
|
||||
app.use(auth.apiJWTmiddleware());
|
||||
app.use(bodyParser.json({ strict: false, limit: config.max_body_size || '10mb' }));
|
||||
app.use(express.json({ strict: false, limit: config.max_body_size || '10mb' }));
|
||||
// @ts-ignore
|
||||
app.use(antiLoop(config));
|
||||
// encode / in a scoped package name to be matched as a single parameter in routes
|
||||
@@ -51,14 +50,12 @@ export default function (config: Config, auth: Auth, storage: Storage): Router {
|
||||
// for "npm whoami"
|
||||
whoami(app);
|
||||
profile(app, auth, config);
|
||||
// @deprecated endpoint, 404 by default
|
||||
search(app);
|
||||
user(app, auth, config);
|
||||
distTags(app, auth, storage);
|
||||
publish(app, auth, storage);
|
||||
ping(app);
|
||||
stars(app, storage);
|
||||
// @ts-ignore
|
||||
v1Search(app, auth, storage);
|
||||
token(app, auth, storage, config);
|
||||
pkg(app, auth, storage);
|
||||
|
||||
@@ -1,5 +1,30 @@
|
||||
# @verdaccio/auth
|
||||
|
||||
## 6.0.0-6-next.54
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/loaders@6.0.0-6-next.44
|
||||
- verdaccio-htpasswd@11.0.0-6-next.45
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
- @verdaccio/signature@6.0.0-6-next.2
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.53
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/loaders@6.0.0-6-next.43
|
||||
- verdaccio-htpasswd@11.0.0-6-next.44
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
- @verdaccio/signature@6.0.0-6-next.2
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.52
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/auth",
|
||||
"version": "6.0.0-6-next.52",
|
||||
"version": "6.0.0-6-next.54",
|
||||
"description": "logger",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -39,16 +39,16 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/loaders": "workspace:6.0.0-6-next.42",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/loaders": "workspace:6.0.0-6-next.44",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/signature": "workspace:6.0.0-6-next.2",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"debug": "4.3.4",
|
||||
"express": "4.18.2",
|
||||
"lodash": "4.17.21",
|
||||
"verdaccio-htpasswd": "workspace:11.0.0-6-next.43"
|
||||
"verdaccio-htpasswd": "workspace:11.0.0-6-next.45"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25"
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @verdaccio/cli
|
||||
|
||||
## 6.0.0-6-next.75
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/node-api@6.0.0-6-next.75
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.74
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/node-api@6.0.0-6-next.74
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.73
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/cli",
|
||||
"version": "6.0.0-6-next.73",
|
||||
"version": "6.0.0-6-next.75",
|
||||
"author": {
|
||||
"name": "Juan Picado",
|
||||
"email": "juanpicado19@gmail.com"
|
||||
@@ -44,10 +44,10 @@
|
||||
"start": "ts-node src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.75",
|
||||
"clipanion": "3.2.1",
|
||||
"envinfo": "7.8.1",
|
||||
"kleur": "4.1.5",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @verdaccio/config
|
||||
|
||||
## 6.0.0-6-next.75
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.74
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.73
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/config",
|
||||
"version": "6.0.0-6-next.73",
|
||||
"version": "6.0.0-6-next.75",
|
||||
"description": "logger",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -38,8 +38,8 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"debug": "4.3.4",
|
||||
"js-yaml": "4.1.0",
|
||||
"lodash": "4.17.21",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @verdaccio/core
|
||||
|
||||
## 6.0.0-6-next.75
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0a6412ca9: refactor: got instead undici
|
||||
|
||||
## 6.0.0-6-next.74
|
||||
|
||||
## 6.0.0-6-next.73
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/core",
|
||||
"version": "6.0.0-6-next.73",
|
||||
"version": "6.0.0-6-next.75",
|
||||
"description": "core utilities",
|
||||
"keywords": [
|
||||
"private",
|
||||
|
||||
@@ -29,6 +29,7 @@ export const API_ERROR = {
|
||||
REGISTRATION_DISABLED: 'user registration disabled',
|
||||
UNAUTHORIZED_ACCESS: 'unauthorized access',
|
||||
BAD_STATUS_CODE: 'bad status code',
|
||||
SERVER_TIME_OUT: 'looks like the server is taking to long to respond',
|
||||
PACKAGE_EXIST: 'this package is already present',
|
||||
BAD_AUTH_HEADER: 'bad authorization header',
|
||||
WEB_DISABLED: 'Web interface is disabled in the config file',
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/url@11.0.0-6-next.41
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
|
||||
## 11.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/url@11.0.0-6-next.40
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
|
||||
## 11.0.0-6-next.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/tarball",
|
||||
"version": "11.0.0-6-next.42",
|
||||
"version": "11.0.0-6-next.44",
|
||||
"description": "tarball utilities resolver",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -34,9 +34,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "4.3.4",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.39",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.41",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
|
||||
## 11.0.0-6-next.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
|
||||
## 11.0.0-6-next.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/url",
|
||||
"version": "11.0.0-6-next.39",
|
||||
"version": "11.0.0-6-next.41",
|
||||
"description": "url utilities resolver",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -33,7 +33,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
"validator": "13.9.0"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @verdaccio/hooks
|
||||
|
||||
## 6.0.0-6-next.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0a6412ca9: refactor: got instead undici
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/hooks",
|
||||
"version": "6.0.0-6-next.43",
|
||||
"version": "6.0.0-6-next.45",
|
||||
"description": "loaders logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -26,20 +26,21 @@
|
||||
"verdaccio"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"core-js": "3.30.2",
|
||||
"debug": "4.3.4",
|
||||
"handlebars": "4.7.7",
|
||||
"undici": "4.16.0"
|
||||
"got-cjs": "12.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25"
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"nock": "13.2.9"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import buildDebug from 'debug';
|
||||
import { fetch } from 'undici';
|
||||
import got from 'got-cjs';
|
||||
|
||||
import { HTTP_STATUS } from '@verdaccio/core';
|
||||
import { logger } from '@verdaccio/logger';
|
||||
@@ -16,7 +16,7 @@ export async function notifyRequest(url: string, options: FetchOptions): Promise
|
||||
let response;
|
||||
try {
|
||||
debug('uri %o', url);
|
||||
response = await fetch(url, {
|
||||
response = got.post(url, {
|
||||
body: JSON.stringify(options.body),
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { MockAgent, setGlobalDispatcher } from 'undici';
|
||||
import nock from 'nock';
|
||||
|
||||
import { createRemoteUser, parseConfigFile } from '@verdaccio/config';
|
||||
import { setup } from '@verdaccio/logger';
|
||||
@@ -21,26 +21,21 @@ const domain = 'http://slack-service';
|
||||
|
||||
const options = {
|
||||
path: '/foo?auth_token=mySecretToken',
|
||||
method: 'POST',
|
||||
};
|
||||
|
||||
describe('Notifications:: notifyRequest', () => {
|
||||
beforeEach(() => {
|
||||
nock.cleanAll();
|
||||
});
|
||||
test('when sending a empty notification', async () => {
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(200, { body: 'test' });
|
||||
nock(domain).post(options.path).reply(200, { body: 'test' });
|
||||
|
||||
const notificationResponse = await notify({}, {}, createRemoteUser('foo', []), 'bar');
|
||||
expect(notificationResponse).toEqual([false]);
|
||||
});
|
||||
|
||||
test('when sending a single notification', async () => {
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(200, { body: 'test' });
|
||||
|
||||
nock(domain).post(options.path).reply(200, { body: 'test' });
|
||||
const notificationResponse = await notify(
|
||||
{},
|
||||
singleHeaderNotificationConfig,
|
||||
@@ -48,14 +43,10 @@ describe('Notifications:: notifyRequest', () => {
|
||||
'bar'
|
||||
);
|
||||
expect(notificationResponse).toEqual([true]);
|
||||
await mockClient.close();
|
||||
});
|
||||
|
||||
test('when notification endpoint is missing', async () => {
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(200, { body: 'test' });
|
||||
nock(domain).post(options.path).reply(200, { body: 'test' });
|
||||
const name = 'package';
|
||||
const config: Partial<Config> = {
|
||||
// @ts-ignore
|
||||
@@ -70,16 +61,22 @@ describe('Notifications:: notifyRequest', () => {
|
||||
});
|
||||
|
||||
test('when multiple notifications', async () => {
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(200, { body: 'test' });
|
||||
mockClient.intercept(options).reply(400, {});
|
||||
mockClient.intercept(options).reply(500, { message: 'Something bad happened' });
|
||||
nock(domain)
|
||||
.post(options.path)
|
||||
.once()
|
||||
.reply(200, { body: 'test' })
|
||||
.post(options.path)
|
||||
.once()
|
||||
.reply(400, {})
|
||||
.post(options.path)
|
||||
.once()
|
||||
.reply(500, { message: 'Something bad happened' });
|
||||
// mockClient.intercept(options).reply(200, { body: 'test' });
|
||||
// mockClient.intercept(options).reply(400, {});
|
||||
// mockClient.intercept(options).reply(500, { message: 'Something bad happened' });
|
||||
|
||||
const name = 'package';
|
||||
const responses = await notify({ name }, multiNotificationConfig, { name: 'foo' }, 'bar');
|
||||
expect(responses).toEqual([true, false, false]);
|
||||
await mockClient.close();
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @verdaccio/loaders
|
||||
|
||||
## 6.0.0-6-next.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/loaders",
|
||||
"version": "6.0.0-6-next.42",
|
||||
"version": "6.0.0-6-next.44",
|
||||
"description": "loaders logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -13,13 +13,13 @@
|
||||
"url": "https://github.com/verdaccio/verdaccio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
||||
"verdaccio-auth-memory": "workspace:*",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @verdaccio/logger-7
|
||||
|
||||
## 6.0.0-6-next.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger-commons@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger-commons@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/logger-7",
|
||||
"version": "6.0.0-6-next.18",
|
||||
"version": "6.0.0-6-next.20",
|
||||
"description": "logger for verdaccio 5.x version",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -38,7 +38,7 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/logger-commons": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/logger-commons": "workspace:6.0.0-6-next.43",
|
||||
"pino": "7.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @verdaccio/logger-commons
|
||||
|
||||
## 6.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
|
||||
## 6.0.0-6-next.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
|
||||
## 6.0.0-6-next.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/logger-commons",
|
||||
"version": "6.0.0-6-next.41",
|
||||
"version": "6.0.0-6-next.43",
|
||||
"description": "logger",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -38,7 +38,7 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.10",
|
||||
"debug": "4.3.4",
|
||||
"colorette": "2.0.20"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @verdaccio/logger
|
||||
|
||||
## 6.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger-commons@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger-commons@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/logger",
|
||||
"version": "6.0.0-6-next.41",
|
||||
"version": "6.0.0-6-next.43",
|
||||
"description": "logger",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -38,7 +38,7 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/logger-commons": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/logger-commons": "workspace:6.0.0-6-next.43",
|
||||
"pino": "8.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @verdaccio/middleware
|
||||
|
||||
## 6.0.0-6-next.54
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/url@11.0.0-6-next.41
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.53
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ae93e039d: fix: expose middleware methods
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/url@11.0.0-6-next.40
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.52
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/middleware",
|
||||
"version": "6.0.0-6-next.52",
|
||||
"version": "6.0.0-6-next.54",
|
||||
"description": "express middleware utils",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -38,10 +38,10 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.39",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.41",
|
||||
"debug": "4.3.4",
|
||||
"lru-cache": "7.18.3",
|
||||
"express": "4.18.2",
|
||||
@@ -54,7 +54,7 @@
|
||||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"body-parser": "1.20.2",
|
||||
"supertest": "6.3.3"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ export { final } from './middlewares/final';
|
||||
export { allow } from './middlewares/allow';
|
||||
export { rateLimit } from './middlewares/rate-limit';
|
||||
export { userAgent } from './middlewares/user-agent';
|
||||
export { webMiddleware } from './middlewares/web';
|
||||
export { webMiddleware, renderWebMiddleware } from './middlewares/web';
|
||||
export { errorReportingMiddleware, handleError } from './middlewares/error';
|
||||
export {
|
||||
log,
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
import { NextFunction, Request, Response } from 'express';
|
||||
|
||||
import { errorUtils, validationUtils } from '@verdaccio/core';
|
||||
|
||||
export function validateName(_req, _res, next, value: string, name: string) {
|
||||
export function validateName(
|
||||
_req: Request,
|
||||
_res: Response,
|
||||
next: NextFunction,
|
||||
value: string,
|
||||
name: string
|
||||
) {
|
||||
if (validationUtils.validateName(value)) {
|
||||
next();
|
||||
} else {
|
||||
@@ -8,7 +16,13 @@ export function validateName(_req, _res, next, value: string, name: string) {
|
||||
}
|
||||
}
|
||||
|
||||
export function validatePackage(_req, _res, next, value: string, name: string) {
|
||||
export function validatePackage(
|
||||
_req: Request,
|
||||
_res,
|
||||
next: NextFunction,
|
||||
value: string,
|
||||
name: string
|
||||
) {
|
||||
if (validationUtils.validatePackage(value)) {
|
||||
next();
|
||||
} else {
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
export { default as webMiddleware } from './web-middleware';
|
||||
export { webAPIMiddleware } from './web-api';
|
||||
export { setSecurityWebHeaders } from './security';
|
||||
export { renderWebMiddleware } from './render-web';
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
import express from 'express';
|
||||
import { Router } from 'express';
|
||||
import { RequestHandler, Router } from 'express';
|
||||
|
||||
import { validateName, validatePackage } from '../validation';
|
||||
import { setSecurityWebHeaders } from './security';
|
||||
|
||||
export function webMiddleware(tokenMiddleware, webEndpointsApi) {
|
||||
export function webAPIMiddleware(
|
||||
tokenMiddleware: RequestHandler,
|
||||
webEndpointsApi: RequestHandler
|
||||
): Router {
|
||||
// eslint-disable-next-line new-cap
|
||||
const route = Router();
|
||||
// validate all of these params as a package name
|
||||
@@ -13,15 +16,15 @@ export function webMiddleware(tokenMiddleware, webEndpointsApi) {
|
||||
route.param('filename', validateName);
|
||||
route.param('version', validateName);
|
||||
route.use(express.urlencoded({ extended: false }));
|
||||
route.use(setSecurityWebHeaders);
|
||||
|
||||
if (typeof tokenMiddleware === 'function') {
|
||||
route.use(tokenMiddleware);
|
||||
}
|
||||
|
||||
route.use(setSecurityWebHeaders);
|
||||
|
||||
if (webEndpointsApi) {
|
||||
if (typeof webEndpointsApi === 'function') {
|
||||
route.use(webEndpointsApi);
|
||||
}
|
||||
|
||||
return route;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import express from 'express';
|
||||
|
||||
import { renderWebMiddleware } from './render-web';
|
||||
import { webMiddleware } from './web-api';
|
||||
import { webAPIMiddleware } from './web-api';
|
||||
|
||||
export default (config, middlewares, pluginOptions): any => {
|
||||
// eslint-disable-next-line new-cap
|
||||
@@ -10,6 +10,6 @@ export default (config, middlewares, pluginOptions): any => {
|
||||
// render web
|
||||
router.use('/', renderWebMiddleware(config, tokenMiddleware, pluginOptions));
|
||||
// web endpoints, search, packages, etc
|
||||
router.use('/-/verdaccio/', webMiddleware(tokenMiddleware, webEndpointsApi));
|
||||
router.use('/-/verdaccio/', webAPIMiddleware(tokenMiddleware, webEndpointsApi));
|
||||
return router;
|
||||
};
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import bodyParser from 'body-parser';
|
||||
import express from 'express';
|
||||
import request from 'supertest';
|
||||
|
||||
@@ -6,6 +5,8 @@ import { HEADERS, HTTP_STATUS } from '@verdaccio/core';
|
||||
|
||||
import { final } from '../src';
|
||||
|
||||
const bodyParser = express;
|
||||
|
||||
test('handle error as object', async () => {
|
||||
const app = express();
|
||||
app.use(bodyParser.json({ strict: false, limit: '10mb' }));
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import bodyParser from 'body-parser';
|
||||
import express from 'express';
|
||||
import request from 'supertest';
|
||||
|
||||
import { HEADERS, HTTP_STATUS } from '@verdaccio/core';
|
||||
@@ -8,7 +8,7 @@ import { getApp } from './helper';
|
||||
|
||||
test('body is json', async () => {
|
||||
const app = getApp([]);
|
||||
app.use(bodyParser.json({ strict: false, limit: '10mb' }));
|
||||
app.use(express.json({ strict: false, limit: '10mb' }));
|
||||
// @ts-ignore
|
||||
app.put('/json', expectJson, (req, res) => {
|
||||
res.status(HTTP_STATUS.OK).json({});
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @verdaccio/node-api
|
||||
|
||||
## 6.0.0-6-next.75
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/server@6.0.0-6-next.64
|
||||
- @verdaccio/server-fastify@6.0.0-6-next.56
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.74
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ae93e039d]
|
||||
- @verdaccio/server@6.0.0-6-next.63
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/server-fastify@6.0.0-6-next.55
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.73
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/node-api",
|
||||
"version": "6.0.0-6-next.73",
|
||||
"version": "6.0.0-6-next.75",
|
||||
"description": "node API",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -39,11 +39,11 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.62",
|
||||
"@verdaccio/server-fastify": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.64",
|
||||
"@verdaccio/server-fastify": "workspace:6.0.0-6-next.56",
|
||||
"core-js": "3.30.2",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
|
||||
## 11.0.0-6-next.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
|
||||
## 11.0.0-6-next.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-audit",
|
||||
"version": "11.0.0-6-next.36",
|
||||
"version": "11.0.0-6-next.38",
|
||||
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -30,16 +30,16 @@
|
||||
"node": ">=12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"express": "4.18.2",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"node-fetch": "cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"nock": "13.2.9",
|
||||
"supertest": "6.3.3"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
|
||||
## 11.0.0-6-next.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
|
||||
## 11.0.0-6-next.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-auth-memory",
|
||||
"version": "11.0.0-6-next.38",
|
||||
"version": "11.0.0-6-next.40",
|
||||
"description": "Auth plugin for Verdaccio that keeps users in memory",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -31,12 +31,12 @@
|
||||
"npm": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"debug": "4.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.7",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
|
||||
## 11.0.0-6-next.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
|
||||
## 11.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-htpasswd",
|
||||
"version": "11.0.0-6-next.43",
|
||||
"version": "11.0.0-6-next.45",
|
||||
"description": "htpasswd auth plugin for Verdaccio",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -34,7 +34,7 @@
|
||||
"npm": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/file-locking": "workspace:11.0.0-6-next.7",
|
||||
"apache-md5": "1.1.8",
|
||||
"bcryptjs": "2.4.3",
|
||||
@@ -46,8 +46,8 @@
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "2.4.2",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"mockdate": "3.0.5"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
|
||||
## 11.0.0-6-next.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
|
||||
## 11.0.0-6-next.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/local-storage",
|
||||
"version": "11.0.0-6-next.43",
|
||||
"version": "11.0.0-6-next.45",
|
||||
"description": "Local storage implementation",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -37,9 +37,9 @@
|
||||
"npm": ">=7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/file-locking": "workspace:11.0.0-6-next.7",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"core-js": "3.30.2",
|
||||
"debug": "4.3.4",
|
||||
"globby": "11.1.0",
|
||||
@@ -52,8 +52,8 @@
|
||||
"devDependencies": {
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
|
||||
"minimatch": "3.1.2"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
|
||||
## 11.0.0-6-next.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
|
||||
## 11.0.0-6-next.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-memory",
|
||||
"version": "11.0.0-6-next.40",
|
||||
"version": "11.0.0-6-next.42",
|
||||
"description": "Storage implementation in memory",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -31,15 +31,15 @@
|
||||
"npm": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"memory-fs": "0.5.0",
|
||||
"debug": "4.3.4",
|
||||
"memfs": "3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41"
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# @verdaccio/ui-theme
|
||||
|
||||
## 6.0.0-6-next.75
|
||||
|
||||
## 6.0.0-6-next.74
|
||||
|
||||
## 6.0.0-6-next.73
|
||||
|
||||
## 6.0.0-6-next.72
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/ui-theme",
|
||||
"version": "6.0.0-6-next.73",
|
||||
"version": "6.0.0-6-next.75",
|
||||
"description": "Verdaccio User Interface",
|
||||
"author": {
|
||||
"name": "Verdaccio Contributors",
|
||||
@@ -27,7 +27,7 @@
|
||||
"@testing-library/dom": "8.19.1",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/types": "workspace:*",
|
||||
"@verdaccio/ui-components": "workspace:2.0.0-6-next.10",
|
||||
"babel-loader": "8.3.0",
|
||||
@@ -41,16 +41,16 @@
|
||||
"harmony-reflect": "1.6.2",
|
||||
"highlight.js": "11.7.0",
|
||||
"history": "4.10.1",
|
||||
"html-webpack-plugin": "5.5.1",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"i18next": "20.6.1",
|
||||
"in-publish": "2.0.1",
|
||||
"js-base64": "3.7.3",
|
||||
"js-base64": "3.7.5",
|
||||
"js-yaml": "4.1.0",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "4.3.0",
|
||||
"mini-css-extract-plugin": "2.7.2",
|
||||
"msw": "0.49.2",
|
||||
"msw": "0.49.3",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
"node-mocks-http": "1.12.1",
|
||||
"normalize.css": "8.0.1",
|
||||
|
||||
@@ -267,6 +267,10 @@
|
||||
"username": "rmkanda",
|
||||
"id": 38713281
|
||||
},
|
||||
{
|
||||
"username": "rluvaton",
|
||||
"id": 16746759
|
||||
},
|
||||
{
|
||||
"username": "kuoruan",
|
||||
"id": 8685618
|
||||
@@ -403,10 +407,6 @@
|
||||
"username": "mysiar",
|
||||
"id": 13708162
|
||||
},
|
||||
{
|
||||
"username": "rluvaton",
|
||||
"id": 16746759
|
||||
},
|
||||
{
|
||||
"username": "innosatyam",
|
||||
"id": 85342175
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# @verdaccio/proxy
|
||||
|
||||
## 6.0.0-6-next.53
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0a6412ca9: feat: refactor proxy with got v12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0a6412ca9: refactor: got instead undici
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.52
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/local-storage@11.0.0-6-next.44
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.51
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/proxy",
|
||||
"version": "6.0.0-6-next.51",
|
||||
"version": "6.0.0-6-next.53",
|
||||
"description": "verdaccio proxy fetcher",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -26,8 +26,7 @@
|
||||
"verdaccio"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16",
|
||||
"npm": ">=6"
|
||||
"node": ">=12"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
@@ -39,24 +38,22 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/local-storage": "workspace:11.0.0-6-next.43",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
"got": "11.8.6",
|
||||
"got-cjs": "12.5.4",
|
||||
"hpagent": "1.2.0",
|
||||
"undici": "4.16.0"
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"p-cancelable": "2.1.1",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"get-stream": "^6.0.1",
|
||||
"nock": "13.2.9",
|
||||
"node-mocks-http": "1.12.1",
|
||||
"p-cancelable": "2.1.1",
|
||||
"semver": "7.5.4"
|
||||
},
|
||||
"funding": {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Agents } from 'got';
|
||||
import { Agents } from 'got-cjs';
|
||||
import { HttpProxyAgent, HttpsProxyAgent } from 'hpagent';
|
||||
import { Agent as HttpAgent, AgentOptions as HttpAgentOptions } from 'http';
|
||||
import { Agent as HttpsAgent, AgentOptions as HttpsAgentOptions } from 'https';
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
import JSONStream from 'JSONStream';
|
||||
import buildDebug from 'debug';
|
||||
import got, { RequiredRetryOptions, Headers as gotHeaders } from 'got';
|
||||
import type { Agents, Options } from 'got';
|
||||
import got, {
|
||||
Agents,
|
||||
Delays,
|
||||
Options,
|
||||
RequestError,
|
||||
RetryOptions,
|
||||
Headers as gotHeaders,
|
||||
} from 'got-cjs';
|
||||
import _ from 'lodash';
|
||||
import Stream, { PassThrough, Readable } from 'stream';
|
||||
import { Headers, fetch as undiciFetch } from 'undici';
|
||||
import { URL } from 'url';
|
||||
|
||||
import {
|
||||
@@ -24,8 +29,6 @@ import { buildToken } from '@verdaccio/utils';
|
||||
import CustomAgents, { AgentOptionsConf } from './agent';
|
||||
import { parseInterval } from './proxy-utils';
|
||||
|
||||
const LoggerApi = require('@verdaccio/logger');
|
||||
|
||||
const debug = buildDebug('verdaccio:proxy');
|
||||
|
||||
const encode = function (thing): string {
|
||||
@@ -51,10 +54,11 @@ export interface ProxyList {
|
||||
}
|
||||
|
||||
export type ProxySearchParams = {
|
||||
headers?: Headers;
|
||||
url: string;
|
||||
query?: searchUtils.SearchQuery;
|
||||
abort: AbortController;
|
||||
query?: searchUtils.SearchQuery;
|
||||
headers?: Headers;
|
||||
retry?: Partial<RetryOptions>;
|
||||
};
|
||||
export interface IProxy {
|
||||
config: UpLinkConfLocal;
|
||||
@@ -65,15 +69,18 @@ export interface IProxy {
|
||||
server_id: string;
|
||||
url: URL;
|
||||
maxage: number;
|
||||
timeout: number;
|
||||
timeout: Delays;
|
||||
max_fails: number;
|
||||
fail_timeout: number;
|
||||
upname: string;
|
||||
search(options: ProxySearchParams): Promise<Stream.Readable>;
|
||||
getRemoteMetadata(name: string, options: ISyncUplinksOptions): Promise<[Manifest, string]>;
|
||||
getRemoteMetadata(
|
||||
name: string,
|
||||
options: Partial<ISyncUplinksOptions>
|
||||
): Promise<[Manifest, string]>;
|
||||
fetchTarball(
|
||||
url: string,
|
||||
options: Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>
|
||||
options: Partial<Pick<ISyncUplinksOptions, 'remoteAddress' | 'etag' | 'retry'>>
|
||||
): PassThrough;
|
||||
}
|
||||
|
||||
@@ -99,7 +106,7 @@ class ProxyStorage implements IProxy {
|
||||
public server_id: string;
|
||||
public url: URL;
|
||||
public maxage: number;
|
||||
public timeout: number;
|
||||
public timeout: Delays;
|
||||
public max_fails: number;
|
||||
public fail_timeout: number;
|
||||
public agent_options: AgentOptionsConf;
|
||||
@@ -111,14 +118,14 @@ class ProxyStorage implements IProxy {
|
||||
// @ts-ignore
|
||||
public last_request_time: number | null;
|
||||
public strict_ssl: boolean;
|
||||
private retry: Partial<RequiredRetryOptions> | number;
|
||||
private retry: Partial<RetryOptions>;
|
||||
|
||||
public constructor(config: UpLinkConfLocal, mainConfig: Config, agent?: Agents) {
|
||||
public constructor(config: UpLinkConfLocal, mainConfig: Config, logger: Logger, agent?: Agents) {
|
||||
this.config = config;
|
||||
this.failed_requests = 0;
|
||||
this.userAgent = mainConfig.user_agent ?? 'hidden';
|
||||
this.ca = config.ca;
|
||||
this.logger = LoggerApi.logger.child({ sub: 'out' });
|
||||
this.logger = logger;
|
||||
this.server_id = mainConfig.server_id;
|
||||
this.agent_options = setConfig(this.config, 'agent_options', {
|
||||
keepAlive: true,
|
||||
@@ -145,7 +152,10 @@ class ProxyStorage implements IProxy {
|
||||
// a bunch of different configurable timers
|
||||
this.maxage = parseInterval(setConfig(this.config, 'maxage', '2m'));
|
||||
// https://github.com/sindresorhus/got/blob/main/documentation/6-timeout.md
|
||||
this.timeout = parseInterval(setConfig(this.config, 'timeout', '30s'));
|
||||
this.timeout = {
|
||||
request: parseInterval(setConfig(this.config, 'timeout', '30s')),
|
||||
};
|
||||
debug('set timeout %s', this.timeout);
|
||||
this.max_fails = Number(setConfig(this.config, 'max_fails', this.config.max_fails ?? 2));
|
||||
this.fail_timeout = parseInterval(setConfig(this.config, 'fail_timeout', '5m'));
|
||||
this.strict_ssl = Boolean(setConfig(this.config, 'strict_ssl', true));
|
||||
@@ -162,7 +172,7 @@ class ProxyStorage implements IProxy {
|
||||
}
|
||||
}
|
||||
|
||||
public getHeadersNext(headers = {}): gotHeaders {
|
||||
public getHeaders(headers = {}): gotHeaders {
|
||||
const accept = HEADERS.ACCEPT;
|
||||
const acceptEncoding = HEADERS.ACCEPT_ENCODING;
|
||||
const userAgent = HEADERS.USER_AGENT;
|
||||
@@ -296,15 +306,15 @@ class ProxyStorage implements IProxy {
|
||||
|
||||
public async getRemoteMetadata(
|
||||
name: string,
|
||||
options: ISyncUplinksOptions
|
||||
options: Partial<ISyncUplinksOptions>
|
||||
): Promise<[Manifest, string]> {
|
||||
if (this._ifRequestFailure()) {
|
||||
throw errorUtils.getInternalError(API_ERROR.UPLINK_OFFLINE);
|
||||
}
|
||||
|
||||
// FUTURE: allow mix headers that comes from the client
|
||||
debug('get metadata for %s', name);
|
||||
let headers = this.getHeadersNext(options?.headers);
|
||||
debug('getting metadata for package %s', name);
|
||||
let headers = this.getHeaders(options?.headers);
|
||||
headers = this.addProxyHeaders(headers, options.remoteAddress);
|
||||
headers = this.applyUplinkHeaders(headers);
|
||||
// the following headers cannot be overwritten
|
||||
@@ -314,25 +324,24 @@ class ProxyStorage implements IProxy {
|
||||
}
|
||||
const method = options.method || 'GET';
|
||||
const uri = this.config.url + `/${encode(name)}`;
|
||||
debug('request uri for %s retry %s', uri);
|
||||
debug('set retry limit is %s', this.retry.limit);
|
||||
let response;
|
||||
let responseLength = 0;
|
||||
try {
|
||||
const retry = options?.retry ?? this.retry;
|
||||
debug('retry times %s for %s', retry, uri);
|
||||
debug('retry initial count %s', retry);
|
||||
response = await got(uri, {
|
||||
headers,
|
||||
responseType: 'json',
|
||||
method,
|
||||
agent: this.agent,
|
||||
retry,
|
||||
// @ts-ignore
|
||||
timeout: { request: options?.timeout ?? this.timeout },
|
||||
timeout: this.timeout,
|
||||
hooks: {
|
||||
afterResponse: [
|
||||
(afterResponse) => {
|
||||
const code = afterResponse.statusCode;
|
||||
debug('code response %s', code);
|
||||
debug('after response code is %s', code);
|
||||
if (code >= HTTP_STATUS.OK && code < HTTP_STATUS.MULTIPLE_CHOICES) {
|
||||
if (this.failed_requests >= this.max_fails) {
|
||||
this.failed_requests = 0;
|
||||
@@ -349,8 +358,8 @@ class ProxyStorage implements IProxy {
|
||||
},
|
||||
],
|
||||
beforeRetry: [
|
||||
// FUTURE: got 12.0.0, the option arg should be removed
|
||||
(_options, error: any, count) => {
|
||||
(error: RequestError, count: number) => {
|
||||
debug('retry %s count: %s', uri, count);
|
||||
this.failed_requests = count ?? 0;
|
||||
this.logger.info(
|
||||
{
|
||||
@@ -378,7 +387,7 @@ class ProxyStorage implements IProxy {
|
||||
.on('request', () => {
|
||||
this.last_request_time = Date.now();
|
||||
})
|
||||
.on('response', (eventResponse) => {
|
||||
.on<any>('response', (eventResponse) => {
|
||||
const message = "@{!status}, req: '@{request.method} @{request.url}' (streaming)";
|
||||
this.logger.http(
|
||||
{
|
||||
@@ -422,9 +431,10 @@ class ProxyStorage implements IProxy {
|
||||
);
|
||||
return [data, etag];
|
||||
} catch (err: any) {
|
||||
debug('uri %s fail', uri);
|
||||
debug('error %s on uri %s', err.code, uri);
|
||||
if (err.code === 'ERR_NON_2XX_3XX_RESPONSE') {
|
||||
const code = err.response.statusCode;
|
||||
debug('error code %s', code);
|
||||
if (code === HTTP_STATUS.NOT_FOUND) {
|
||||
throw errorUtils.getNotFound(errorUtils.API_ERROR.NOT_PACKAGE_UPLINK);
|
||||
}
|
||||
@@ -437,6 +447,15 @@ class ProxyStorage implements IProxy {
|
||||
error.remoteStatus = code;
|
||||
throw error;
|
||||
}
|
||||
} else if (err.code === 'ETIMEDOUT') {
|
||||
debug('error code timeout');
|
||||
const code = err.code;
|
||||
const error = errorUtils.getInternalError(
|
||||
`${errorUtils.API_ERROR.SERVER_TIME_OUT}: ${code}`
|
||||
);
|
||||
// we need this code to identify outside which status code triggered the error
|
||||
error.remoteStatus = code;
|
||||
throw error;
|
||||
}
|
||||
throw err;
|
||||
}
|
||||
@@ -449,7 +468,7 @@ class ProxyStorage implements IProxy {
|
||||
): any {
|
||||
debug('fetching url for %s', url);
|
||||
const options = { ...this.config, ...overrideOptions };
|
||||
let headers = this.getHeadersNext(options?.headers);
|
||||
let headers = this.getHeaders(options?.headers);
|
||||
headers = this.addProxyHeaders(headers, options.remoteAddress);
|
||||
headers = this.applyUplinkHeaders(headers);
|
||||
// the following headers cannot be overwritten
|
||||
@@ -482,37 +501,31 @@ class ProxyStorage implements IProxy {
|
||||
* @param {*} options request options
|
||||
* @return {Stream}
|
||||
*/
|
||||
public async search({ url, abort }: ProxySearchParams): Promise<Stream.Readable> {
|
||||
debug('search url %o', url);
|
||||
|
||||
let response;
|
||||
public async search({ url, abort, retry }: ProxySearchParams): Promise<Stream.Readable> {
|
||||
try {
|
||||
const fullURL = new URL(`${this.url}${url}`);
|
||||
// FIXME: a better way to remove duplicate slashes?
|
||||
const uri = fullURL.href.replace(/([^:]\/)\/+/g, '$1');
|
||||
this.logger.http({ uri, uplink: this.upname }, 'search request to uplink @{uplink} - @{uri}');
|
||||
response = await undiciFetch(uri, {
|
||||
method: 'GET',
|
||||
// FUTURE: whitelist domains what we are sending not need it headers, security check
|
||||
// headers: new Headers({
|
||||
// ...headers,
|
||||
// connection: 'keep-alive',
|
||||
// }),
|
||||
signal: abort?.signal,
|
||||
debug('searching on %s', uri);
|
||||
const response = got(uri, {
|
||||
signal: abort ? abort.signal : {},
|
||||
agent: this.agent,
|
||||
timeout: this.timeout,
|
||||
retry: retry ?? this.retry,
|
||||
});
|
||||
debug('response.status %o', response.status);
|
||||
|
||||
if (response.status >= HTTP_STATUS.BAD_REQUEST) {
|
||||
throw errorUtils.getInternalError(`bad status code ${response.status} from uplink`);
|
||||
}
|
||||
|
||||
const streamSearch = new PassThrough({ objectMode: true });
|
||||
const res = await response.text();
|
||||
const streamSearch = new PassThrough({ objectMode: true });
|
||||
const streamResponse = Readable.from(res);
|
||||
// objects is one of the properties on the body, it ignores date and total
|
||||
streamResponse.pipe(JSONStream.parse('objects')).pipe(streamSearch, { end: true });
|
||||
return streamSearch;
|
||||
} catch (err: any) {
|
||||
debug('search error %s', err);
|
||||
if (err.response.statusCode === 409) {
|
||||
throw errorUtils.getInternalError(`bad status code ${err.response.statusCode} from uplink`);
|
||||
}
|
||||
this.logger.error(
|
||||
{ errorMessage: err?.message, name: this.upname },
|
||||
'proxy uplink @{name} search error: @{errorMessage}'
|
||||
|
||||
@@ -1,11 +1,23 @@
|
||||
import { DEFAULT_REGISTRY } from '@verdaccio/config';
|
||||
import { HEADERS, TOKEN_BASIC, TOKEN_BEARER, constants } from '@verdaccio/core';
|
||||
import { setup } from '@verdaccio/logger';
|
||||
import { Logger } from '@verdaccio/types';
|
||||
import { buildToken } from '@verdaccio/utils';
|
||||
|
||||
import { ProxyStorage } from '../src';
|
||||
|
||||
setup();
|
||||
const mockDebug = jest.fn();
|
||||
const mockInfo = jest.fn();
|
||||
const mockHttp = jest.fn();
|
||||
const mockError = jest.fn();
|
||||
const mockWarn = jest.fn();
|
||||
|
||||
const logger = {
|
||||
debug: mockDebug,
|
||||
info: mockInfo,
|
||||
http: mockHttp,
|
||||
error: mockError,
|
||||
warn: mockWarn,
|
||||
} as unknown as Logger;
|
||||
|
||||
function createUplink(config) {
|
||||
const defaultConfig = {
|
||||
@@ -13,12 +25,12 @@ function createUplink(config) {
|
||||
};
|
||||
const mergeConfig = Object.assign({}, defaultConfig, config);
|
||||
// @ts-ignore
|
||||
return new ProxyStorage(mergeConfig, {});
|
||||
return new ProxyStorage(mergeConfig, {}, logger);
|
||||
}
|
||||
|
||||
function setHeadersNext(config: unknown = {}, headers: any = {}) {
|
||||
const uplink = createUplink(config);
|
||||
return uplink.getHeadersNext({ ...headers });
|
||||
return uplink.getHeaders({ ...headers });
|
||||
}
|
||||
|
||||
describe('setHeadersNext', () => {
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
import { logger, setup } from '@verdaccio/logger';
|
||||
|
||||
import { ProxyStorage } from '../src';
|
||||
|
||||
require('@verdaccio/logger').setup([]);
|
||||
setup({});
|
||||
|
||||
function getProxyInstance(host, uplinkConf, appConfig) {
|
||||
uplinkConf.url = host;
|
||||
|
||||
return new ProxyStorage(uplinkConf, appConfig);
|
||||
return new ProxyStorage(uplinkConf, appConfig, logger);
|
||||
}
|
||||
|
||||
describe('Use proxy', () => {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { setTimeout } from 'timers/promises';
|
||||
|
||||
import { Config, parseConfigFile } from '@verdaccio/config';
|
||||
import { API_ERROR, errorUtils } from '@verdaccio/core';
|
||||
import { Logger } from '@verdaccio/types';
|
||||
|
||||
import { ProxyStorage } from '../src';
|
||||
|
||||
@@ -15,6 +16,14 @@ const mockHttp = jest.fn();
|
||||
const mockError = jest.fn();
|
||||
const mockWarn = jest.fn();
|
||||
|
||||
const logger = {
|
||||
debug: mockDebug,
|
||||
info: mockInfo,
|
||||
http: mockHttp,
|
||||
error: mockError,
|
||||
warn: mockWarn,
|
||||
} as unknown as Logger;
|
||||
|
||||
// mock to get the headers fixed value
|
||||
jest.mock('crypto', () => {
|
||||
return {
|
||||
@@ -31,22 +40,6 @@ jest.mock('crypto', () => {
|
||||
};
|
||||
});
|
||||
|
||||
jest.mock('@verdaccio/logger', () => {
|
||||
const originalLogger = jest.requireActual('@verdaccio/logger');
|
||||
return {
|
||||
...originalLogger,
|
||||
logger: {
|
||||
child: () => ({
|
||||
debug: (arg, msg) => mockDebug(arg, msg),
|
||||
info: (arg, msg) => mockInfo(arg, msg),
|
||||
http: (arg, msg) => mockHttp(arg, msg),
|
||||
error: (arg, msg) => mockError(arg, msg),
|
||||
warn: (arg, msg) => mockWarn(arg, msg),
|
||||
}),
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
const domain = 'https://registry.npmjs.org';
|
||||
|
||||
describe('proxy', () => {
|
||||
@@ -77,7 +70,7 @@ describe('proxy', () => {
|
||||
})
|
||||
.get('/jquery')
|
||||
.reply(200, { body: 'test' });
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
const [manifest] = await prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
});
|
||||
@@ -103,7 +96,7 @@ describe('proxy', () => {
|
||||
etag: () => `_ref_4444`,
|
||||
}
|
||||
);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
const [manifest, etag] = await prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
});
|
||||
@@ -130,7 +123,7 @@ describe('proxy', () => {
|
||||
etag: () => `_ref_4444`,
|
||||
}
|
||||
);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
const [manifest, etag] = await prox1.getRemoteMetadata('jquery', {
|
||||
etag: 'foo',
|
||||
remoteAddress: '127.0.0.1',
|
||||
@@ -145,7 +138,7 @@ describe('proxy', () => {
|
||||
nock(domain)
|
||||
.get('/jquery')
|
||||
.reply(200, { body: { name: 'foo', version: '1.0.0' } }, {});
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
});
|
||||
@@ -174,7 +167,7 @@ describe('proxy', () => {
|
||||
describe('error handling', () => {
|
||||
test('proxy call with 304', async () => {
|
||||
nock(domain).get('/jquery').reply(304);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(prox1.getRemoteMetadata('jquery', { etag: 'rev_3333' })).rejects.toThrow(
|
||||
'no data'
|
||||
);
|
||||
@@ -182,7 +175,7 @@ describe('proxy', () => {
|
||||
|
||||
test('reply with error', async () => {
|
||||
nock(domain).get('/jquery').replyWithError('something awful happened');
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
@@ -192,15 +185,15 @@ describe('proxy', () => {
|
||||
|
||||
test('reply with 409 error', async () => {
|
||||
nock(domain).get('/jquery').reply(409);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
await expect(prox1.getRemoteMetadata('jquery', { retry: 0 })).rejects.toThrow(
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(prox1.getRemoteMetadata('jquery', { retry: { limit: 0 } })).rejects.toThrow(
|
||||
new Error('bad status code: 409')
|
||||
);
|
||||
});
|
||||
|
||||
test('reply with bad body json format', async () => {
|
||||
nock(domain).get('/jquery').reply(200, 'some-text');
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
@@ -214,7 +207,7 @@ describe('proxy', () => {
|
||||
|
||||
test('400 error proxy call', async () => {
|
||||
nock(domain).get('/jquery').reply(409);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
@@ -226,7 +219,7 @@ describe('proxy', () => {
|
||||
|
||||
test('proxy not found', async () => {
|
||||
nock(domain).get('/jquery').reply(404);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
@@ -253,7 +246,7 @@ describe('proxy', () => {
|
||||
.once()
|
||||
.reply(200, { body: { name: 'foo', version: '1.0.0' } });
|
||||
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
const [manifest] = await prox1.getRemoteMetadata('jquery', {
|
||||
retry: { limit: 2 },
|
||||
});
|
||||
@@ -269,10 +262,10 @@ describe('proxy', () => {
|
||||
);
|
||||
});
|
||||
|
||||
test('retry is exceded and uplink goes offline with logging activity', async () => {
|
||||
test('retry count is exceded and uplink goes offline with logging activity', async () => {
|
||||
nock(domain).get('/jquery').times(10).reply(500);
|
||||
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
remoteAddress: '127.0.0.1',
|
||||
@@ -307,7 +300,8 @@ describe('proxy', () => {
|
||||
|
||||
const prox1 = new ProxyStorage(
|
||||
{ ...defaultRequestOptions, fail_timeout: '1s', max_fails: 1 },
|
||||
conf
|
||||
conf,
|
||||
logger
|
||||
);
|
||||
// force retry
|
||||
await expect(
|
||||
@@ -350,5 +344,127 @@ describe('proxy', () => {
|
||||
);
|
||||
}, 10000);
|
||||
});
|
||||
|
||||
describe('timeout', () => {
|
||||
test('fail for timeout (2 seconds)', async () => {
|
||||
nock(domain)
|
||||
.get('/jquery')
|
||||
.times(10)
|
||||
.delayConnection(6000)
|
||||
.reply(200, { body: { name: 'foo', version: '1.0.0' } });
|
||||
|
||||
const confTimeout = { ...defaultRequestOptions };
|
||||
// @ts-expect-error
|
||||
confTimeout.timeout = '2s';
|
||||
const prox1 = new ProxyStorage(confTimeout, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
retry: { limit: 0 },
|
||||
})
|
||||
).rejects.toThrow('ETIMEDOUT');
|
||||
}, 10000);
|
||||
|
||||
test('fail for one failure and timeout (2 seconds)', async () => {
|
||||
nock(domain)
|
||||
.get('/jquery')
|
||||
.times(1)
|
||||
.reply(500)
|
||||
.get('/jquery')
|
||||
.delayConnection(4000)
|
||||
.reply(200, { body: { name: 'foo', version: '1.0.0' } });
|
||||
|
||||
const confTimeout = { ...defaultRequestOptions };
|
||||
// @ts-expect-error
|
||||
confTimeout.timeout = '2s';
|
||||
const prox1 = new ProxyStorage(confTimeout, conf, logger);
|
||||
await expect(
|
||||
prox1.getRemoteMetadata('jquery', {
|
||||
retry: { limit: 1 },
|
||||
})
|
||||
).rejects.toThrow('ETIMEDOUT');
|
||||
}, 10000);
|
||||
|
||||
// test('retry count is exceded and uplink goes offline with logging activity', async () => {
|
||||
// nock(domain).get('/jquery').times(10).reply(500);
|
||||
|
||||
// const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
// await expect(
|
||||
// prox1.getRemoteMetadata('jquery', {
|
||||
// remoteAddress: '127.0.0.1',
|
||||
// retry: { limit: 2 },
|
||||
// })
|
||||
// ).rejects.toThrow();
|
||||
// await expect(
|
||||
// prox1.getRemoteMetadata('jquery', {
|
||||
// remoteAddress: '127.0.0.1',
|
||||
// retry: { limit: 2 },
|
||||
// })
|
||||
// ).rejects.toThrow(errorUtils.getInternalError(errorUtils.API_ERROR.UPLINK_OFFLINE));
|
||||
// expect(mockWarn).toHaveBeenCalledTimes(1);
|
||||
// expect(mockWarn).toHaveBeenLastCalledWith(
|
||||
// {
|
||||
// host: 'registry.npmjs.org',
|
||||
// },
|
||||
// 'host @{host} is now offline'
|
||||
// );
|
||||
// });
|
||||
|
||||
// test('fails calls and recover with 200 with log online activity', async () => {
|
||||
// // This unit test is designed to verify if the uplink goes to offline
|
||||
// // and recover after the fail_timeout has expired.
|
||||
// nock(domain)
|
||||
// .get('/jquery')
|
||||
// .thrice()
|
||||
// .reply(500, 'some-text')
|
||||
// .get('/jquery')
|
||||
// .once()
|
||||
// .reply(200, { body: { name: 'foo', version: '1.0.0' } });
|
||||
|
||||
// const prox1 = new ProxyStorage(
|
||||
// { ...defaultRequestOptions, fail_timeout: '1s', max_fails: 1 },
|
||||
// conf,
|
||||
// logger
|
||||
// );
|
||||
// // force retry
|
||||
// await expect(
|
||||
// prox1.getRemoteMetadata('jquery', {
|
||||
// remoteAddress: '127.0.0.1',
|
||||
// retry: { limit: 2 },
|
||||
// })
|
||||
// ).rejects.toThrow();
|
||||
// // display offline error on exausted retry
|
||||
// await expect(
|
||||
// prox1.getRemoteMetadata('jquery', {
|
||||
// remoteAddress: '127.0.0.1',
|
||||
// retry: { limit: 2 },
|
||||
// })
|
||||
// ).rejects.toThrow(errorUtils.getInternalError(errorUtils.API_ERROR.UPLINK_OFFLINE));
|
||||
// expect(mockWarn).toHaveBeenCalledTimes(2);
|
||||
// expect(mockWarn).toHaveBeenLastCalledWith(
|
||||
// {
|
||||
// host: 'registry.npmjs.org',
|
||||
// },
|
||||
// 'host @{host} is now offline'
|
||||
// );
|
||||
// expect(mockWarn).toHaveBeenLastCalledWith(
|
||||
// {
|
||||
// host: 'registry.npmjs.org',
|
||||
// },
|
||||
// 'host @{host} is now offline'
|
||||
// );
|
||||
// // this is based on max_fails, if change that also change here acordingly
|
||||
// await setTimeout(3000);
|
||||
// const [manifest] = await prox1.getRemoteMetadata('jquery', {
|
||||
// retry: { limit: 2 },
|
||||
// });
|
||||
// expect(manifest).toEqual({ body: { name: 'foo', version: '1.0.0' } });
|
||||
// expect(mockWarn).toHaveBeenLastCalledWith(
|
||||
// {
|
||||
// host: 'registry.npmjs.org',
|
||||
// },
|
||||
// 'host @{host} is now online'
|
||||
// );
|
||||
// }, 10000);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -2,37 +2,30 @@
|
||||
|
||||
/* global AbortController */
|
||||
import getStream from 'get-stream';
|
||||
import nock from 'nock';
|
||||
import path from 'path';
|
||||
import { MockAgent, setGlobalDispatcher } from 'undici';
|
||||
|
||||
import { Config, parseConfigFile } from '@verdaccio/config';
|
||||
import { streamUtils } from '@verdaccio/core';
|
||||
import { Logger } from '@verdaccio/types';
|
||||
|
||||
import { ProxyStorage } from '../src';
|
||||
|
||||
const getConf = (name) => path.join(__dirname, '/conf', name);
|
||||
|
||||
// TODO: we can mock this globally maybe
|
||||
const mockDebug = jest.fn();
|
||||
const mockInfo = jest.fn();
|
||||
const mockHttp = jest.fn();
|
||||
const mockError = jest.fn();
|
||||
const mockWarn = jest.fn();
|
||||
jest.mock('@verdaccio/logger', () => {
|
||||
const originalLogger = jest.requireActual('@verdaccio/logger');
|
||||
return {
|
||||
...originalLogger,
|
||||
logger: {
|
||||
child: () => ({
|
||||
debug: (arg) => mockDebug(arg),
|
||||
info: (arg) => mockInfo(arg),
|
||||
http: (arg) => mockHttp(arg),
|
||||
error: (arg) => mockError(arg),
|
||||
warn: (arg) => mockWarn(arg),
|
||||
}),
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
const logger = {
|
||||
debug: mockDebug,
|
||||
info: mockInfo,
|
||||
http: mockHttp,
|
||||
error: mockError,
|
||||
warn: mockWarn,
|
||||
} as unknown as Logger;
|
||||
|
||||
const domain = 'https://registry.npmjs.org';
|
||||
|
||||
@@ -44,20 +37,13 @@ describe('proxy', () => {
|
||||
const proxyPath = getConf('proxy1.yaml');
|
||||
const conf = new Config(parseConfigFile(proxyPath));
|
||||
|
||||
const options = {
|
||||
path: '/-/v1/search?maintenance=1&popularity=1&quality=1&size=10&text=verdaccio',
|
||||
method: 'GET',
|
||||
};
|
||||
|
||||
describe('search', () => {
|
||||
test('get response from endpoint', async () => {
|
||||
const response = require('./partials/search-v1.json');
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
mockAgent.disableNetConnect();
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(200, JSON.stringify(response));
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
nock(domain)
|
||||
.get('/-/v1/search?maintenance=1&popularity=1&quality=1&size=10&text=verdaccio')
|
||||
.reply(200, response);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
const abort = new AbortController();
|
||||
const stream = await prox1.search({
|
||||
abort,
|
||||
@@ -69,13 +55,11 @@ describe('proxy', () => {
|
||||
});
|
||||
|
||||
test('handle bad response 409', async () => {
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
mockAgent.disableNetConnect();
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(409, {});
|
||||
nock(domain)
|
||||
.get('/-/v1/search?maintenance=1&popularity=1&quality=1&size=10&text=verdaccio')
|
||||
.reply(409);
|
||||
const abort = new AbortController();
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
await expect(
|
||||
prox1.search({
|
||||
abort,
|
||||
@@ -84,26 +68,26 @@ describe('proxy', () => {
|
||||
).rejects.toThrow('bad status code 409 from uplink');
|
||||
});
|
||||
|
||||
test.todo('abort search from endpoint');
|
||||
// test.todo('abort search from endpoint');
|
||||
|
||||
// TODO: we should test the gzip deflate here, but is hard to test
|
||||
// fix me if you can deal with Incorrect Header Check issue
|
||||
test.todo('get file from endpoint with gzip headers');
|
||||
// // TODO: we should test the gzip deflate here, but is hard to test
|
||||
// // fix me if you can deal with Incorrect Header Check issue
|
||||
// test.todo('get file from endpoint with gzip headers');
|
||||
|
||||
test('search endpoint fails', async () => {
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
mockAgent.disableNetConnect();
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(500, {});
|
||||
const abort = new AbortController();
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
await expect(
|
||||
prox1.search({
|
||||
abort,
|
||||
url: queryUrl,
|
||||
})
|
||||
).rejects.toThrow('bad status code 500 from uplink');
|
||||
});
|
||||
// test('search endpoint fails', async () => {
|
||||
// const mockAgent = new MockAgent({ connections: 1 });
|
||||
// mockAgent.disableNetConnect();
|
||||
// setGlobalDispatcher(mockAgent);
|
||||
// const mockClient = mockAgent.get(domain);
|
||||
// mockClient.intercept(options).reply(500, {});
|
||||
// const abort = new AbortController();
|
||||
// const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
// await expect(
|
||||
// prox1.search({
|
||||
// abort,
|
||||
// url: queryUrl,
|
||||
// })
|
||||
// ).rejects.toThrow('bad status code 500 from uplink');
|
||||
// });
|
||||
});
|
||||
});
|
||||
|
||||
@@ -2,7 +2,7 @@ import nock from 'nock';
|
||||
import path from 'path';
|
||||
|
||||
import { Config, parseConfigFile } from '@verdaccio/config';
|
||||
import { setup } from '@verdaccio/logger';
|
||||
import { logger, setup } from '@verdaccio/logger';
|
||||
|
||||
import { ProxyStorage } from '../src';
|
||||
|
||||
@@ -44,7 +44,7 @@ describe('tarball proxy', () => {
|
||||
nock('https://registry.verdaccio.org')
|
||||
.get('/jquery/-/jquery-0.0.1.tgz')
|
||||
.replyWithFile(201, path.join(__dirname, 'partials/jquery-0.0.1.tgz'));
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf);
|
||||
const prox1 = new ProxyStorage(defaultRequestOptions, conf, logger);
|
||||
const stream = prox1.fetchTarball(
|
||||
'https://registry.verdaccio.org/jquery/-/jquery-0.0.1.tgz',
|
||||
{}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@orama/orama": "1.0.7",
|
||||
"@orama/orama": "1.1.1",
|
||||
"debug": "4.3.4",
|
||||
"esbuild": "0.14.10"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,44 @@
|
||||
# @verdaccio/server
|
||||
|
||||
## 6.0.0-6-next.64
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/store@6.0.0-6-next.55
|
||||
- @verdaccio/web@6.0.0-6-next.62
|
||||
- @verdaccio/api@6.0.0-6-next.58
|
||||
- @verdaccio/auth@6.0.0-6-next.54
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/loaders@6.0.0-6-next.44
|
||||
- @verdaccio/middleware@6.0.0-6-next.54
|
||||
- verdaccio-audit@11.0.0-6-next.38
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.63
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ae93e039d: fix: expose middleware methods
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ae93e039d]
|
||||
- @verdaccio/api@6.0.0-6-next.57
|
||||
- @verdaccio/middleware@6.0.0-6-next.53
|
||||
- @verdaccio/web@6.0.0-6-next.61
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/auth@6.0.0-6-next.53
|
||||
- @verdaccio/loaders@6.0.0-6-next.43
|
||||
- verdaccio-audit@11.0.0-6-next.37
|
||||
- @verdaccio/store@6.0.0-6-next.54
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.62
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/server",
|
||||
"version": "6.0.0-6-next.62",
|
||||
"version": "6.0.0-6-next.64",
|
||||
"description": "server logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -30,17 +30,17 @@
|
||||
"npm": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/api": "workspace:6.0.0-6-next.56",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/loaders": "workspace:6.0.0-6-next.42",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.53",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/web": "workspace:6.0.0-6-next.60",
|
||||
"verdaccio-audit": "workspace:11.0.0-6-next.36",
|
||||
"@verdaccio/api": "workspace:6.0.0-6-next.58",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/loaders": "workspace:6.0.0-6-next.44",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.55",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/web": "workspace:6.0.0-6-next.62",
|
||||
"verdaccio-audit": "workspace:11.0.0-6-next.38",
|
||||
"compression": "1.7.4",
|
||||
"cors": "2.8.5",
|
||||
"debug": "4.3.4",
|
||||
@@ -48,7 +48,7 @@
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/proxy": "workspace:6.0.0-6-next.51",
|
||||
"@verdaccio/proxy": "workspace:6.0.0-6-next.53",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
|
||||
"http-errors": "2.0.0"
|
||||
},
|
||||
|
||||
@@ -89,7 +89,8 @@ const defineAPI = async function (config: IConfig, storage: Storage): Promise<an
|
||||
res.locals.app_version = version ?? '';
|
||||
next();
|
||||
});
|
||||
app.use(await webMiddleware(config, auth, storage));
|
||||
const middleware = await webMiddleware(config, auth, storage);
|
||||
app.use(middleware);
|
||||
} else {
|
||||
app.get('/', function (req: $RequestExtend, res: $ResponseExtend, next: $NextFunctionVer) {
|
||||
next(errorUtils.getNotFound(API_ERROR.WEB_DISABLED));
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
# @verdaccio/server-fastify
|
||||
|
||||
## 6.0.0-6-next.56
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/store@6.0.0-6-next.55
|
||||
- @verdaccio/auth@6.0.0-6-next.54
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/tarball@11.0.0-6-next.44
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.55
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/auth@6.0.0-6-next.53
|
||||
- @verdaccio/tarball@11.0.0-6-next.43
|
||||
- @verdaccio/store@6.0.0-6-next.54
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.54
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/server-fastify",
|
||||
"version": "6.0.0-6-next.54",
|
||||
"version": "6.0.0-6-next.56",
|
||||
"description": "fastify server api implementation",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -34,13 +34,13 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.53",
|
||||
"@verdaccio/tarball": "workspace:11.0.0-6-next.42",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/store": "workspace:6.0.0-6-next.55",
|
||||
"@verdaccio/tarball": "workspace:11.0.0-6-next.44",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"core-js": "3.30.2",
|
||||
"debug": "4.3.4",
|
||||
"fastify": "4.17.0",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25"
|
||||
},
|
||||
"funding": {
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
"homepage": "https://verdaccio.org",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.75",
|
||||
"fs-extra": "10.1.0",
|
||||
"webpack": "5.82.1",
|
||||
"webpack-bundle-analyzer": "4.7.0",
|
||||
|
||||
@@ -1,5 +1,42 @@
|
||||
# @verdaccio/store
|
||||
|
||||
## 6.0.0-6-next.55
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0a6412ca9: feat: refactor proxy with got v12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0a6412ca9: refactor: got instead undici
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- Updated dependencies [0a6412ca9]
|
||||
- @verdaccio/core@6.0.0-6-next.75
|
||||
- @verdaccio/hooks@6.0.0-6-next.45
|
||||
- @verdaccio/proxy@6.0.0-6-next.53
|
||||
- @verdaccio/config@6.0.0-6-next.75
|
||||
- @verdaccio/tarball@11.0.0-6-next.44
|
||||
- @verdaccio/url@11.0.0-6-next.41
|
||||
- @verdaccio/loaders@6.0.0-6-next.44
|
||||
- @verdaccio/local-storage@11.0.0-6-next.45
|
||||
- @verdaccio/utils@6.0.0-6-next.43
|
||||
- @verdaccio/logger@6.0.0-6-next.43
|
||||
|
||||
## 6.0.0-6-next.54
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@6.0.0-6-next.74
|
||||
- @verdaccio/config@6.0.0-6-next.74
|
||||
- @verdaccio/tarball@11.0.0-6-next.43
|
||||
- @verdaccio/url@11.0.0-6-next.40
|
||||
- @verdaccio/hooks@6.0.0-6-next.44
|
||||
- @verdaccio/loaders@6.0.0-6-next.43
|
||||
- @verdaccio/local-storage@11.0.0-6-next.44
|
||||
- @verdaccio/proxy@6.0.0-6-next.52
|
||||
- @verdaccio/utils@6.0.0-6-next.42
|
||||
- @verdaccio/logger@6.0.0-6-next.42
|
||||
|
||||
## 6.0.0-6-next.53
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/store",
|
||||
"version": "6.0.0-6-next.53",
|
||||
"version": "6.0.0-6-next.55",
|
||||
"description": "loaders logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -39,16 +39,16 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/hooks": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/loaders": "workspace:6.0.0-6-next.42",
|
||||
"@verdaccio/local-storage": "workspace:11.0.0-6-next.43",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/proxy": "workspace:6.0.0-6-next.51",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.39",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/tarball": "workspace:11.0.0-6-next.42",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/hooks": "workspace:6.0.0-6-next.45",
|
||||
"@verdaccio/loaders": "workspace:6.0.0-6-next.44",
|
||||
"@verdaccio/local-storage": "workspace:11.0.0-6-next.45",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/proxy": "workspace:6.0.0-6-next.53",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.41",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/tarball": "workspace:11.0.0-6-next.44",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
@@ -58,7 +58,6 @@
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
|
||||
"undici": "4.16.0",
|
||||
"nock": "13.2.9",
|
||||
"node-mocks-http": "1.12.1",
|
||||
"mockdate": "3.0.5"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { logger } from '@verdaccio/logger';
|
||||
import { IProxy, ProxyStorage } from '@verdaccio/proxy';
|
||||
import { Config, Manifest } from '@verdaccio/types';
|
||||
|
||||
@@ -14,7 +15,7 @@ export function setupUpLinks(config: Config): ProxyInstanceList {
|
||||
for (const uplinkName in config.uplinks) {
|
||||
if (Object.prototype.hasOwnProperty.call(config.uplinks, uplinkName)) {
|
||||
// instance for each up-link definition
|
||||
const proxy: IProxy = new ProxyStorage(config.uplinks[uplinkName], config);
|
||||
const proxy: IProxy = new ProxyStorage(config.uplinks[uplinkName], config, logger);
|
||||
// TODO: review this can be inside ProxyStorage
|
||||
proxy.upname = uplinkName;
|
||||
|
||||
|
||||
@@ -226,22 +226,22 @@ class Storage {
|
||||
const transformResults = new TransFormResults({ objectMode: true });
|
||||
const streamPassThrough = new PassThrough({ objectMode: true });
|
||||
const upLinkList = this.getProxyList();
|
||||
|
||||
debug('uplinks found %s', upLinkList.length);
|
||||
const searchUplinksStreams = upLinkList.map((uplinkId: string) => {
|
||||
const uplink = this.uplinks[uplinkId];
|
||||
if (!uplink) {
|
||||
// this should never tecnically happens
|
||||
// this line should never happens
|
||||
this.logger.error({ uplinkId }, 'uplink @upLinkId not found');
|
||||
}
|
||||
return this.consumeSearchStream(uplinkId, uplink, options, streamPassThrough);
|
||||
});
|
||||
|
||||
try {
|
||||
debug('search uplinks');
|
||||
// we only process those streams end successfully, if all fails
|
||||
// we just include local storage
|
||||
debug('searching on %s uplinks...', searchUplinksStreams?.length);
|
||||
// only process those streams end successfully, if all request fails
|
||||
// just include local storage results (if local fails then return 500)
|
||||
await Promise.allSettled([...searchUplinksStreams]);
|
||||
debug('search uplinks done');
|
||||
debug('searching all uplinks done');
|
||||
} catch (err: any) {
|
||||
this.logger.error({ err: err?.message }, ' error on uplinks search @{err}');
|
||||
streamPassThrough.emit('error', err);
|
||||
@@ -912,7 +912,8 @@ class Storage {
|
||||
url: distFile.url,
|
||||
cache: true,
|
||||
},
|
||||
this.config
|
||||
this.config,
|
||||
logger
|
||||
);
|
||||
}
|
||||
return uplink;
|
||||
@@ -1619,7 +1620,7 @@ class Storage {
|
||||
public async syncUplinksMetadataNext(
|
||||
name: string,
|
||||
localManifest: Manifest | null,
|
||||
options: ISyncUplinksOptions = {}
|
||||
options: Partial<ISyncUplinksOptions> = {}
|
||||
): Promise<[Manifest | null, any]> {
|
||||
let found = localManifest !== null;
|
||||
let syncManifest: Manifest | null = null;
|
||||
@@ -1641,7 +1642,7 @@ class Storage {
|
||||
}
|
||||
|
||||
const uplinksErrors: any[] = [];
|
||||
// we resolve uplinks async in serie, first come first serve
|
||||
// we resolve uplinks async in series, first come first serve
|
||||
for (const uplink of upLinks) {
|
||||
try {
|
||||
const tempManifest = _.isNil(localManifest)
|
||||
@@ -1712,7 +1713,7 @@ class Storage {
|
||||
private async mergeCacheRemoteMetadata(
|
||||
uplink: IProxy,
|
||||
cachedManifest: Manifest,
|
||||
options: ISyncUplinksOptions
|
||||
options: Partial<ISyncUplinksOptions>
|
||||
): Promise<Manifest> {
|
||||
// we store which uplink is updating the manifest
|
||||
const upLinkMeta = cachedManifest._uplinks[uplink.upname];
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
uplinks:
|
||||
timeout:
|
||||
url: https://registry.domain.com/
|
||||
timeout: 2s
|
||||
some:
|
||||
url: https://registry.domain.com/
|
||||
ver:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { setGlobalDispatcher } from 'undici';
|
||||
import nock from 'nock';
|
||||
|
||||
import { Config, getDefaultConfig } from '@verdaccio/config';
|
||||
import { searchUtils } from '@verdaccio/core';
|
||||
@@ -6,7 +6,7 @@ import { setup } from '@verdaccio/logger';
|
||||
|
||||
import { Storage, removeDuplicates } from '../src';
|
||||
|
||||
setup([]);
|
||||
setup({});
|
||||
|
||||
describe('search', () => {
|
||||
describe('search manager utils', () => {
|
||||
@@ -28,26 +28,17 @@ describe('search', () => {
|
||||
});
|
||||
|
||||
test('search items', async () => {
|
||||
const { MockAgent } = require('undici');
|
||||
// FIXME: fetch is already part of undici
|
||||
const domain = 'https://registry.npmjs.org';
|
||||
const url = '/-/v1/search?maintenance=1&popularity=1&quality=1&size=10&text=verdaccio';
|
||||
const response = require('./fixtures/search.json');
|
||||
const options = {
|
||||
path: url,
|
||||
method: 'GET',
|
||||
};
|
||||
const mockAgent = new MockAgent({ connections: 1 });
|
||||
mockAgent.disableNetConnect();
|
||||
setGlobalDispatcher(mockAgent);
|
||||
const mockClient = mockAgent.get(domain);
|
||||
mockClient.intercept(options).reply(200, JSON.stringify(response));
|
||||
nock(domain).get(url).reply(200, response);
|
||||
const config = new Config(getDefaultConfig());
|
||||
const storage = new Storage(config);
|
||||
await storage.init(config);
|
||||
const abort = new AbortController();
|
||||
|
||||
// @ts-expect-error
|
||||
const results = await storage.search({ url, query: { text: 'foo' } });
|
||||
const results = await storage.search({ url, query: { text: 'verdaccio' }, abort });
|
||||
expect(results).toHaveLength(4);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -864,15 +864,21 @@ describe('storage', () => {
|
||||
const fooManifest = generatePackageMetadata('timeout', '8.0.0');
|
||||
|
||||
nock('https://registry.domain.com')
|
||||
.get('/timeout')
|
||||
.get(`/${fooManifest.name}`)
|
||||
.times(10)
|
||||
.delayConnection(2000)
|
||||
.delayConnection(4000)
|
||||
.reply(201, manifestFooRemoteNpmjs);
|
||||
|
||||
const config = new Config(
|
||||
configExample(
|
||||
{
|
||||
storage: generateRandomStorage(),
|
||||
uplinks: {
|
||||
npmjs: {
|
||||
url: 'https://registry.npmjs.org',
|
||||
timeout: '2s',
|
||||
},
|
||||
},
|
||||
},
|
||||
'./fixtures/config/syncDoubleUplinksMetadata.yaml',
|
||||
__dirname
|
||||
@@ -885,15 +891,10 @@ describe('storage', () => {
|
||||
storage.syncUplinksMetadataNext(fooManifest.name, null, {
|
||||
retry: { limit: 0 },
|
||||
timeout: {
|
||||
lookup: 100,
|
||||
connect: 50,
|
||||
secureConnect: 50,
|
||||
socket: 500,
|
||||
// send: 10000,
|
||||
response: 1000,
|
||||
request: 1000,
|
||||
},
|
||||
})
|
||||
).rejects.toThrow('ETIMEDOUT');
|
||||
).rejects.toThrow(API_ERROR.NO_PACKAGE);
|
||||
}, 10000);
|
||||
|
||||
test('should handle one proxy fails', async () => {
|
||||
@@ -1468,7 +1469,7 @@ describe('storage', () => {
|
||||
host: req.get('host') as string,
|
||||
},
|
||||
})
|
||||
).rejects.toThrow(errorUtils.getServiceUnavailable('ETIMEDOUT'));
|
||||
).rejects.toThrow(errorUtils.getServiceUnavailable(API_ERROR.NO_PACKAGE));
|
||||
});
|
||||
|
||||
test('should fetch abbreviated version of manifest ', async () => {
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
{
|
||||
"id": 558752,
|
||||
"login": "juanpicado",
|
||||
"contributions": 5096,
|
||||
"contributions": 5103,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 2780
|
||||
"contributions": 2786
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-cookbook",
|
||||
@@ -131,7 +131,7 @@
|
||||
},
|
||||
{
|
||||
"name": "e2e-5.x",
|
||||
"contributions": 53
|
||||
"contributions": 54
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1137,6 +1137,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 16746759,
|
||||
"login": "rluvaton",
|
||||
"contributions": 3,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8685618,
|
||||
"login": "kuoruan",
|
||||
@@ -1559,17 +1570,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 16746759,
|
||||
"login": "rluvaton",
|
||||
"contributions": 2,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 85342175,
|
||||
"login": "innosatyam",
|
||||
@@ -4842,7 +4842,7 @@
|
||||
"full_name": "verdaccio/verdaccio",
|
||||
"html_url": "https://github.com/verdaccio/verdaccio",
|
||||
"description": "📦🔐 A lightweight Node.js private proxy registry",
|
||||
"stargazers_count": 14925,
|
||||
"stargazers_count": 15141,
|
||||
"archived": false
|
||||
},
|
||||
{
|
||||
@@ -5103,7 +5103,7 @@
|
||||
"full_name": "verdaccio/charts",
|
||||
"html_url": "https://github.com/verdaccio/charts",
|
||||
"description": "☸️🐳 Verdaccio Helm chart repository",
|
||||
"stargazers_count": 46,
|
||||
"stargazers_count": 47,
|
||||
"archived": false
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
"types": "build/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.52",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.54",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.43",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.43",
|
||||
"body-parser": "1.20.2",
|
||||
"express": "4.18.2",
|
||||
"supertest": "6.3.3",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import bodyParser from 'body-parser';
|
||||
import buildDebug from 'debug';
|
||||
import express, { Application } from 'express';
|
||||
import os from 'os';
|
||||
@@ -30,7 +29,7 @@ export async function initializeServer(
|
||||
const auth: Auth = new Auth(config);
|
||||
await auth.init();
|
||||
// TODO: this might not be need it, used in apiEndpoints
|
||||
app.use(bodyParser.json({ strict: false, limit: '10mb' }));
|
||||
app.use(express.json({ strict: false, limit: '10mb' }));
|
||||
// @ts-ignore
|
||||
app.use(errorReportingMiddleware(logger));
|
||||
for (let route of routesMiddleware) {
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
"types": "build/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.73",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.73",
|
||||
"verdaccio": "6.0.0-6-next.73",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.75",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.75",
|
||||
"verdaccio": "6.0.0-6-next.75",
|
||||
"ts-node": "10.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"approvalProgress": 28
|
||||
},
|
||||
"ru": {
|
||||
"translationProgress": 38,
|
||||
"translationProgress": 39,
|
||||
"approvalProgress": 38
|
||||
},
|
||||
"sr-CS": {
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.25",
|
||||
"babel-loader": "^8.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
"msw": "0.49.2"
|
||||
"msw": "0.49.3"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user