Juan Picado
6944b7de35
chore(release): 5.23.1
2023-03-23 10:26:32 +01:00
Michal Piechowiak
5d83c52da3
fix: package.json main field ( #3700 )
2023-03-23 10:26:17 +01:00
Juan Picado
ef12d884b6
chore(release): 5.23.0
2023-03-23 07:20:55 +01:00
Juan Picado
c95ab88e46
fix: update core dependencies
2023-03-23 07:17:45 +01:00
Juan Picado
fd78ca9772
feat: update docker image base to v18.15.0
2023-03-23 07:13:23 +01:00
Juan Picado
9a684a7cd3
chore: clean up types
2023-03-19 11:39:00 +01:00
Juan Picado
783422b4a2
refactor: migrate @verdaccio/types@11.x ( #3692 )
...
* refactor: migrate @verdaccio/types@11
* deps
2023-03-18 22:40:34 +01:00
Juan Picado
b85ba995b5
fix: add missing version on footer #3671
2023-03-18 17:32:29 +01:00
Juan Picado
ccfac8f0aa
chore: update typescript ( #3689 )
2023-03-18 17:26:13 +01:00
Juan Picado
2a6fc98f92
fix: update core dependencies ( #3688 )
2023-03-18 16:56:31 +01:00
Juan Picado
4c1cc3cec8
chore(release): 5.22.1
2023-03-07 23:06:23 +01:00
Juan Picado
f6c22d3ea8
fix : #3666 experiments config fail on startup ( #3668 )
...
* fix : #3666 experiments config fail on startup
* Update experiments.yaml
* Update init.ts
* add tests
* Update bootstrap.ts
* update deps
* update deps
2023-03-07 22:50:16 +01:00
Juan Picado
335704ba2a
chore(release): 5.22.0
2023-03-05 08:00:01 +01:00
Juan Picado
dd4726d82b
chore: restore removed import
2023-03-03 21:55:38 +01:00
Juan Picado
8d584dddd0
chore: refactor createAnonymousRemoteUser and createRemoteUser
2023-03-03 21:50:43 +01:00
Juan Picado
d78561a3fd
chore: clean up code
2023-03-03 21:40:52 +01:00
Juan Picado
e50d4d92a2
feat: improved config and token signature ( #3658 )
...
* chore: add signature module
* feat: improved config and token signature
feat: improved config and token signature
Update package.json
* chore: update deps
* types
* fix: logger missing options
* chore: update deps
* update dep
* Update e2e-jest-workflow.yml
* Update init.ts
* Update config-path.ts
* fix logger
* Update init.ts
2023-03-03 21:32:10 +01:00
Juan Picado
8c8dafc8a0
chore(release): 5.21.2
2023-02-25 08:21:10 +01:00
Juan Picado
ed80a25c08
fix: update dependencies ( #3649 )
...
* fix: update dependencies
* chore: restore types
* chore: update deps
2023-02-25 08:02:58 +01:00
薄涛
e4573c7e15
fix: avoid setting body for GET requests ( #3643 )
...
* fix: avoid setting body for GET requests
When making a GET request to certain uplinks, such as https://registry.npmmirror.com , setting the body field can result in a 413 error. Previously, the code was setting the body field for all requests, including GET requests.
This commit fixes the issue by checking the request method and avoiding setting the body field for GET requests. This ensures that GET requests are not affected by the issue and can be made without error.
Fixes #3601
* add missing deps for run test locally
* test(up-storage): add unit test about uplink is npmmirror
Cause thers is a bug in `isObject` function from `@verdaccio/core`, when `options.json` is `true`
GET request body will be string 'true', some uplinks might return 413 status code such as
https://registry.npmmirror.com
fix #3601
* chore(deps): update @verdaccio/core
---------
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
Co-authored-by: botao <botao@tal.com >
2023-02-24 07:18:18 +01:00
Juan Picado
164d9d2185
add missing deps for run test locally
2023-02-22 07:51:32 +01:00
Juan Picado
7752424de0
chore(release): 5.21.1
2023-02-14 22:33:30 +01:00
Juan Picado
d157131225
chore: remove changelog failures on master
2023-02-14 22:33:04 +01:00
Juan Picado
5385f33991
Update trigger-release.ts
2023-02-14 22:32:40 +01:00
Juan Picado
4105fecf4c
fix: restore @verdaccio/ui-theme version
2023-02-14 22:32:01 +01:00
Juan Picado
a858c2161b
chore(release): 5.21.0
2023-02-14 22:25:08 +01:00
Juan Picado
f9f269ee04
feat: refactor render middleware and audit plugin ( #3602 )
...
* chore: replace web middleware
* clean up
* migrate user agent
* migrate rate limit
* clean up
* replace audit plugin
* feat: refactor render middleware and audit plugin
* update deps
* update deps
* update packages
* update deps
* chore: update deps
* update deps
* update config dep
* chore: update deps
* update deps
2023-02-14 22:20:11 +01:00
Juan Picado
bf9ed26d90
feat: replace middleware and logger core ( #3586 )
...
Use verdaccio 6 modules for middleware and logger with pino 7
2023-02-09 21:42:24 +01:00
Juan Picado
cbe4a17337
chore(release): 5.20.1
2023-01-29 16:43:03 +01:00
Juan Picado
fc7cdc19bb
chore: test types on builds
2023-01-29 16:25:36 +01:00
Juan Picado
45d7c95a08
fix: pushed wrong types library and broken build
2023-01-29 16:24:58 +01:00
Juan Picado
7439c8d120
chore(release): 5.20.0
2023-01-29 15:34:10 +01:00
Juan Picado
3320b4dfe2
fix: update docker base to 18.13.0 ( #3579 )
2023-01-28 17:42:38 +01:00
Juan Picado
bae430fe24
feat: refactor test and use verdaccio 6 core modules ( #3569 )
...
chore: clean up comments
remove commitlint
update deps
add new tests
test
separate ci
test
test
test
test
test
test
chore: add preprelase
test
test
test
test
test
chore: update deps
Update release-snapshot.yml
Update .npmignore
test
chore: remove @verdaccio/commons-api dep
chore: cleanup
remove normalizeContributors
remove validateMetadata
fix test
clean up getLocalRegistryTarballUri
Update store.spec.ts
clean up convertDistRemoteToLocalTarballUrls
chore: update libraries
reuse getPublic url
clean up
Update jest.config.js
Update jest.config.js
update nvmrc
add tests
2023-01-28 14:39:37 +01:00
Juan Picado
50a20e922b
chore: fix automated release notes on publish ( #3568 )
...
* chore: fix automated release notes on publish
* chore: fix automated release notes on publish
2023-01-19 22:53:05 +01:00
Juan Picado
d1519228a3
fix: update dependencies ( #3567 )
...
* chore: update dependencies
* chore: update batch 2
2023-01-19 00:21:28 +01:00
Juan Picado
a8a992cfb6
chore: upgrade jest 29 ( #3566 )
...
* chore: upgrade jest 29
* Update api.spec.ts
2023-01-19 00:09:24 +01:00
Juan Picado
57ac3389f1
chore: removed unused files
2023-01-18 22:50:29 +01:00
Juan Picado
6df04e1ce1
chore: upgrade eslint and prettier ( #3565 )
2023-01-18 22:49:28 +01:00
Juan Picado
0c315c588c
chore(release): 5.19.1
2023-01-07 22:32:17 +01:00
Juan Picado
a774e29715
fix: include ts types and systemd into the published package ( #3556 )
2023-01-07 22:31:44 +01:00
Juan Picado
3032fc8b28
chore(release): 5.19.0
2022-12-25 22:25:54 +01:00
Juan Picado
99a39d55a2
feat(security): update dependencies ( #3540 )
...
* fix: update dependencies
https://security.snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020
* chore: clean cache
* Update ci.yml
* Update ci.yml
2022-12-25 21:56:24 +01:00
Juan Picado
65f00d33d2
chore: update readme
2022-12-17 13:54:37 +01:00
Juan Picado
64d2ae6ee0
Update smok-test-docker.yml
2022-12-04 11:03:08 +01:00
Juan Picado
01dffb2748
Update smok-test-docker.yml
2022-12-04 10:57:19 +01:00
Juan Picado
8a5daa92ab
Update smok-test-docker.yml
2022-12-04 10:53:45 +01:00
Juan Picado
82326e7c5c
Create smok-test-docker.yml
2022-12-04 10:50:32 +01:00
Juan Picado
9353b3ebf0
fix: update core dependencies ( #3519 )
2022-12-03 17:58:46 +01:00
Juan Picado
34ac91f7cb
chore(release): 5.18.0
2022-11-23 07:47:23 +01:00
Juan Picado
0b49566176
fix: add hasInstallScript calculation ( #3509 )
...
* fix: add hasInstallScript calculation
* Update storage-utils.ts
* chore: add tests
2022-11-23 07:35:10 +01:00
Juan Picado
a0a0654f15
Update package.json
2022-11-22 19:50:02 +01:00
Juan Picado
0a0b772f52
feat: export module types ( #3508 )
...
* chore: export types to the module
* chore: remove unused dep
* chore: format
* Update package.json
2022-11-22 18:35:47 +01:00
Juan Picado
83ed963f20
chore(release): 5.17.0
2022-11-19 22:02:15 +01:00
Juan Picado
8715a5cfa2
feat: highlight readme source code ( #3506 )
...
* feat: highlight readme source code
* chore: fix tests
* Delete utils.spec.ts.snap
2022-11-19 22:00:56 +01:00
Juan Picado
07144c9886
fix(sec): update base image to v18.12.1-alpine ( #3489 )
2022-11-09 20:23:27 +01:00
Juan Picado
32535002f4
chore(release): 5.16.3
2022-11-08 20:40:59 +01:00
Juan Picado
32ecdfb301
fix: remove dry run
...
^_^ not my best release day
2022-11-08 20:40:34 +01:00
Juan Picado
1500f9272e
chore(release): 5.16.2
2022-11-08 20:37:55 +01:00
Juan Picado
1f477bd6e8
fix: release package
...
mixing npm and yarn is something to fix, not good mix
2022-11-08 20:37:46 +01:00
Juan Picado
c7e6222b69
chore: restore npmignore
2022-11-08 20:35:46 +01:00
Juan Picado
4573ad9c8a
chore: test release 5.x
2022-11-08 20:32:30 +01:00
Juan Picado
6eb1ea595f
chore: test release on ci
2022-11-08 20:30:07 +01:00
Juan Picado
9735e6e401
chore(release): 5.16.1
2022-11-08 20:14:12 +01:00
Juan Picado
61e01368f4
fix: missing files on release
...
this happens when you remove e2e cli :(
2022-11-08 20:13:54 +01:00
Juan Picado
0a3c66938a
chore(release): 5.16.0
2022-11-08 19:47:02 +01:00
Juan Picado
7a000bccdb
fix: update core deps ( #3485 )
...
* fix: update core deps
* Update e2e-gatsbyjs-cli-workflow.yml
* Update e2e-gatsbyjs-cli-workflow.yml
* Update e2e-gatsbyjs-cli-workflow.yml
2022-11-08 19:45:25 +01:00
Juan Picado
ebaaf3f681
feat: docker image refactor a new internal binary run ( #3475 )
2022-11-08 07:29:19 +01:00
Juan Picado
644938c0f3
feat: update to docker base image to node v18.12.0 ( #3469 )
...
* feat: update to node v18.12.0
* Delete ci-e2e.yml
2022-11-02 23:09:15 +01:00
Juan Picado
e62cd006ea
chore: update yarn 3.x ( #3394 )
...
* chore: update yarn
chore: update yarn
Update .pnp.cjs
* chore: rebase from 5.x
* chore: remove cli test
* chore: update jest
* chore: restore jest
* Update Dockerfile
* Update ci.yml
* chore: remove node linker
* restore docker file
* Update ci.yml
2022-11-02 22:52:53 +01:00
Juan Picado
e549d381db
chore: clean up project 5.x ( #3468 )
...
* chore: clean up project
* Update ci-e2e.yml
2022-11-02 21:41:58 +01:00
renovate[bot]
106e00a751
fix(deps): update dependency dayjs to v1.11.6 ( #3459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-27 08:06:18 +02:00
Juan Picado
829173e3d7
chore: add node 19 to ci ( #3450 )
2022-10-18 21:34:36 +02:00
renovate[bot]
b3b44f6317
fix(deps): update dependency body-parser to v1.20.1 ( #3438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 16:31:34 +02:00
renovate[bot]
1a1572ff9e
fix(deps): update dependency marked to v4.1.1 ( #3439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 16:31:21 +02:00
renovate[bot]
128ab21a8a
fix(deps): update dependency express to v4.18.2 ( #3435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 12:56:42 +02:00
renovate[bot]
d8eae392ff
chore(deps): update babel monorepo ( #3407 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 19:01:17 +02:00
Juan Picado
5ad1bf8c4f
chore(release): 5.15.4
2022-09-29 08:11:09 +02:00
Juan Picado
1d6b7632d7
fix: docker base image upgraded 14.20.1 ( #3405 )
2022-09-29 08:09:12 +02:00
renovate[bot]
be5c9f93ed
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.48 ( #3404 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 07:58:18 +02:00
renovate[bot]
b0a965b3c2
chore(deps): pin dependencies ( #3374 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-13 20:11:09 +02:00
Juan Picado
6226e2953d
chore(release): 5.15.3
2022-09-07 17:52:46 +02:00
Juan Picado
90e7cfd1ed
fix: remove stringify with space responses ( #3364 )
2022-09-07 17:52:10 +02:00
Juan Picado
b000fafc2d
chore(release): 5.15.2
2022-09-05 21:37:16 +02:00
Juan Picado
cdb80aac20
fix: get header by quality priority value ( #3359 )
...
* fix: get header by quality priority value
* chore: disable some workflows
* chore: add more tests
* chore: remove some duplicated testss
* chore: return right content type haders
2022-09-05 21:36:23 +02:00
Juan Picado
8ac917deb2
chore(release): 5.15.1
2022-09-04 08:39:04 +02:00
Zoltan Kochan
317177a937
fix: add missing fields to abbreviated metadata ( #3347 )
...
* fix: add missing fields to abbreviated metadata
The abbreviated metadata should include the cpu, os, and peerDependenciesMeta fields
* chore: update types
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-09-04 08:24:40 +02:00
Juan Picado
60be3e6cd0
chore(release): 5.15.0
2022-09-03 19:22:57 +02:00
renovate[bot]
354f9ee16c
fix(deps): update dependency marked to v4.1.0 ( #3346 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-03 19:09:44 +02:00
renovate[bot]
628616ce32
fix(deps): update dependency lru-cache to v7.14.0 ( #3345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-03 19:08:12 +02:00
Juan Picado
966139ffd8
feat: implement abbreviated manifest ( #3343 )
...
* feat: implement abbreviated manifest
Follow up of https://github.com/verdaccio/verdaccio/pull/3322
Fixes for 5.x https://github.com/verdaccio/verdaccio/issues/2792
* chore: improve expects
* chore: fix test
2022-09-03 17:55:45 +02:00
Juan Picado
01b487b908
chore: update readme
2022-09-03 14:13:50 +02:00
Juan Picado
7ce2727bf3
chore: update readme
2022-09-03 14:09:33 +02:00
Juan Picado
63e8cc7d65
chore: update readme
2022-09-03 07:16:11 +02:00
renovate[bot]
b1ec0daeca
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.28 ( #3335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-28 17:05:13 +02:00
renovate[bot]
b80794a46f
fix(deps): update dependency marked to v4.0.19 (5.x) ( #3328 )
...
* fix(deps): update dependency marked to v4.0.19
* Update e2e-jest-workflow.yml
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-08-27 18:45:30 +02:00
renovate[bot]
f810cea0cc
chore(deps): update dependency standard-version to v9.5.0 ( #3314 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 11:23:18 +02:00
renovate[bot]
80755f21c9
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.26 ( #3313 )
2022-08-20 11:07:15 +02:00
renovate[bot]
296fe5af60
chore(deps): update dependency supertest to v6.2.4 ( #3299 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 17:15:39 +02:00
renovate[bot]
6a2b2fa36a
fix(deps): update dependency dayjs to v1.11.5 ( #3300 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-17 17:15:28 +02:00
renovate[bot]
8b204b3918
chore(deps): update babel monorepo ( #3297 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-08 18:47:08 +02:00
Juan Picado
6cb96d7fd9
chore(release): 5.14.0
2022-07-29 20:19:51 +02:00
Ed Clement
0bc26e395a
feat: allow express 'trust proxy' to be set for ip resolution behind proxies and load-balancers ( #3274 )
2022-07-29 20:19:03 +02:00
renovate[bot]
d995cc516e
fix(deps): update dependency lru-cache to v7.13.1 ( #3268 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-16 13:58:26 +02:00
renovate[bot]
080bd4578f
fix(deps): update dependency @verdaccio/readme to v10.4.1 ( #3267 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-16 13:58:14 +02:00
Juan Picado
eddabb3de7
chore(release): 5.13.3
2022-07-13 21:31:14 +02:00
renovate[bot]
0a611c0b7d
fix(deps): update dependency lru-cache to v7.13.0 ( #3266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 21:30:47 +02:00
renovate[bot]
b3f964d93a
fix(deps): update dependency marked to v4.0.18 ( #3264 )
2022-07-13 20:02:12 +02:00
renovate[bot]
531f4685ab
fix(deps): update dependency @verdaccio/readme to v10.4.0 ( #3265 )
2022-07-13 18:58:47 +02:00
renovate[bot]
cc1c2a5e50
fix(deps): update dependency kleur to v4.1.5 ( #3263 )
2022-07-13 18:36:02 +02:00
Juan Picado
e1b69d2d4f
chore(release): 5.13.2
2022-07-12 22:31:02 +02:00
renovate[bot]
af9cc6d4f9
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.25 ( #3258 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-12 22:26:35 +02:00
Lukas Immesberger
5f83dc294e
fix: update nodejs to 14.20.0 to fix CVE-2022-32212 ( #3262 )
2022-07-12 22:26:18 +02:00
renovate[bot]
fc253b1b78
chore(deps): update babel monorepo ( #3259 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-12 22:26:04 +02:00
Juan Picado
f6fda6b27c
chore(release): 5.13.1
2022-06-23 08:18:13 +02:00
renovate[bot]
991cf1083d
fix(deps): update dependency @verdaccio/local-storage to v10.3.1 ( #3245 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-23 08:15:45 +02:00
renovate[bot]
236b6bfeda
chore(deps): update dependency prettier to v2.7.1 ( #3243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 23:01:14 +02:00
renovate[bot]
884e05b13e
fix(deps): update dependency verdaccio-htpasswd to v10.5.0 ( #3242 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 22:34:04 +02:00
Juan Picado
78c789c76c
chore: update readme
2022-06-22 22:33:41 +02:00
Juan Picado
5075030749
chore: update readme
2022-06-22 21:34:26 +02:00
Juan Picado
88f15b1131
chore: update readme
2022-06-22 21:33:52 +02:00
Juan Picado
40efe64517
chore: update readme
2022-06-22 21:33:01 +02:00
Juan Picado
23b5c1d6ef
aling eslint config with main branch ( #3238 )
...
* chore: update linter tools
* fix: eslint warnings
* fix: eslint warnings
* chore: set max warnings
2022-06-19 21:26:46 +02:00
Juan Picado
f8df6d2ef9
chore(release): 5.13.0
2022-06-17 05:32:08 +02:00
Juan Picado
87fbc0fb7c
feat: allow other password hashing algorithms ( #3229 )
2022-06-14 21:56:50 +02:00
Juan Picado
3c06bbd1d2
chore(release): 5.12.0
2022-06-14 07:48:04 +02:00
Juan Picado
5c50ec9a2c
feat: add scope support loading plugins ( #3227 )
...
* feat: add scope support loading plugins
* format
* Update src/lib/plugin-loader.ts
Co-authored-by: Michael Prentice <splaktar@gmail.com >
* Update src/lib/plugin-loader.ts
Co-authored-by: Michael Prentice <splaktar@gmail.com >
* chore: add tests
* chore: add comment
* format
* chore: update dep
* chore: add better name
Co-authored-by: Michael Prentice <splaktar@gmail.com >
2022-06-14 07:47:17 +02:00
renovate[bot]
9d9c086ba3
fix(deps): update dependency marked to v4.0.17 ( #3226 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 23:15:19 +02:00
renovate[bot]
325e536f03
fix(deps): update dependency dayjs to v1.11.3 ( #3225 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 22:27:53 +02:00
renovate[bot]
c486af23ea
fix(deps): update dependency async to v3.2.4 ( #3224 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 22:27:41 +02:00
renovate[bot]
2b8ac7a1ac
fix(deps): update dependency @verdaccio/local-storage to v10.3.0 ( #3223 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 22:07:28 +02:00
renovate[bot]
03e52940cc
chore(deps): update dependency verdaccio-memory to v10.3.0 ( #3222 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 22:07:18 +02:00
renovate[bot]
4f8c4a46cf
chore(deps): update dependency @verdaccio/types to v10.5.1 ( #3221 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 22:07:04 +02:00
renovate[bot]
25a2825f8b
fix(deps): update dependency verdaccio-htpasswd to v10.3.1 ( #3220 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 21:38:47 +02:00
renovate[bot]
d5fa7fb7b4
chore(deps): update dependency @verdaccio/eslint-config to v10 ( #3219 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-06-13 21:18:13 +02:00
renovate[bot]
7bc60ffca8
fix(deps): update dependency lru-cache to v7.10.1 ( #3182 )
2022-06-02 21:01:15 +02:00
renovate[bot]
e5dbd9bbd1
fix(deps): update dependency minimatch to v5.1.0 ( #3183 )
2022-06-02 21:01:02 +02:00
Juan Picado
e9542d2fda
chore(release): 5.11.0
2022-06-02 17:57:49 +02:00
Juan Picado
42194c7302
feat: run server init as promise ( #3210 )
...
* feat: run server init as promise
* chore: format
* fix: format
* fix: format
* fix: restore files
* fix: restore files
* fix: disable steps
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
* fix: init log on cli
2022-06-02 17:39:49 +02:00
renovate[bot]
4f59bb8f20
chore(deps): update actions/checkout action to v3.0.2 ( #3185 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-30 22:27:08 +02:00
Juan Picado
78d4078b75
chore(release): 5.10.3
2022-05-30 18:32:46 +02:00
renovate[bot]
acfa4ea781
chore(deps): update dependency verdaccio-memory to v10.2.1 ( #3204 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-30 18:23:22 +02:00
renovate[bot]
9e743f493e
fix(deps): update dependency verdaccio-audit to v10.2.2 ( #3201 )
2022-05-30 16:13:32 +02:00
renovate[bot]
2443900329
fix(deps): update dependency @verdaccio/readme to v10.3.4 ( #3197 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-30 07:21:01 +02:00
renovate[bot]
2373f4126d
chore(deps): update babel monorepo to v7.17.12 ( #3186 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-19 20:39:39 +02:00
renovate[bot]
a17378d252
fix(deps): update dependency marked to v4.0.16 ( #3187 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-19 19:57:16 +02:00
Juan Picado
e427ee40f2
chore(release): 5.10.2
2022-05-07 11:06:35 +02:00
renovate[bot]
5fffeacda9
fix(deps): update dependency express to v4.18.1 ( #3160 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-07 11:01:37 +02:00
renovate[bot]
f16a1ea68d
fix(deps): update dependency lru-cache to v7.9.0 ( #3161 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-07 11:01:06 +02:00
renovate[bot]
cd39a429b6
fix(deps): update dependency dayjs to v1.11.2 ( #3159 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-07 11:00:56 +02:00
Juan Picado
adfbefc59e
fix: remove lru deprecation warning ( #3158 )
...
* fix: remove lru deprecation warning
* fix: format
2022-05-07 10:36:56 +02:00
renovate[bot]
0a1e9d649f
chore(deps): update dependency supertest to v6.2.3 ( #3155 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-07 09:51:51 +02:00
renovate[bot]
a4037343e2
chore(deps): update babel monorepo ( #3157 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-07 09:51:34 +02:00
renovate[bot]
61249a4edd
fix(deps): update dependency marked to v4.0.15 ( #3153 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-05 08:10:16 +02:00
Juan Picado
559a7343d6
chore(release): 5.10.1
2022-05-05 07:54:33 +02:00
Juan Picado
923e63c5f0
chore: update vscode settings
2022-05-05 07:51:29 +02:00
Juan Picado
4457ce5a6e
chore: update readme
2022-05-05 07:51:15 +02:00
Juan Picado
51803c3477
fix: duplicated groups on use jwt tokens ( #3151 )
...
* fix: duplicated groups on use jwt tokens
* chore: format
* chore: fix jest ci
2022-05-05 00:13:55 +02:00
Juan Picado
34b7394bcf
chore(release): 5.10.0
2022-04-26 20:05:18 +02:00
renovate[bot]
abb8b60356
chore(deps): update dependency @types/lodash to v4.14.182 ( #3139 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-23 08:19:55 +02:00
renovate[bot]
dcb181a7d7
chore(deps): update dependency ts-node to v10.7.0 ( #3140 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-21 17:27:07 +02:00
Juan Picado
c62bc4e538
chore: node 18 on 5.x ci ( #3138 )
2022-04-21 08:22:04 +02:00
Juan Picado
95212188d4
chore: remove duplication
2022-04-18 19:59:21 +02:00
renovate[bot]
39c7a0905e
chore(deps): update dependency fs-extra to v10.1.0 ( #3133 )
2022-04-18 12:05:06 +02:00
renovate[bot]
fff9905eec
chore(deps): update dependency @types/lodash to v4.14.181 ( #3134 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-18 09:45:21 +02:00
Juan Picado
b6e1a672c3
chore: upgrade notes config files
2022-04-18 09:10:36 +02:00
Juan Picado
5c650acbb2
chore: improving configuration documentation
2022-04-18 08:55:52 +02:00
renovate[bot]
27035f9403
fix(deps): update dependency dayjs to v1.11.1 ( #3131 )
2022-04-18 05:33:46 +02:00
renovate[bot]
da01a14e70
feat(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.24 (5.x) ( #3130 )
...
* fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.24
* chore: add missing props to ui
* chore: add missing props to ui
* chore: add missing props to ui
* chore: add missing props to ui
* chore: add missing props to ui
* chore: add docs
* chore: format file
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-04-17 23:39:00 +02:00
renovate[bot]
157d5c5ce4
fix(deps): update dependency semver to v7.3.7 ( #3121 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 21:43:51 +02:00
renovate[bot]
78b9c8b33e
fix(deps): update dependency @verdaccio/readme to v10.3.3 ( #3119 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 21:43:34 +02:00
renovate[bot]
decd7f1e5c
fix(deps): update dependency verdaccio-audit to v10.2.1 ( #3122 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 21:43:18 +02:00
renovate[bot]
8a60050b8b
fix(deps): update dependency marked to v4.0.14 ( #3120 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 20:15:20 +02:00
renovate[bot]
7ceaa1799c
fix(deps): update dependency lru-cache to v7 ( #3124 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 20:13:54 +02:00
renovate[bot]
954886d2db
fix(deps): update dependency body-parser to v1.20.0 ( #3123 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 20:13:04 +02:00
renovate[bot]
0f9d6eca34
fix(deps): update dependency @verdaccio/local-storage to v10.2.1 ( #3118 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 20:12:36 +02:00
Juan Picado
f3691b0fcd
chore(release): 5.9.0
2022-04-12 17:11:47 +02:00
Tiny
b30ba81b86
feat(web): add a config item to web,let the developer can select whether enable the html cache ( #3110 )
...
* Add a config item to web,let the developer can select whether enable the html cache
* Add a config item to web,let the developer can select whether enable the html cache
* chore: move check close to other configuration
* chore: update configuration files to suggest new option on web
* chore: format fix
Co-authored-by: fengdi <fengdi@bbktel.com >
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-04-11 23:00:43 +02:00
renovate[bot]
b963f7db2a
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.23 ( #3106 )
2022-04-05 19:30:44 +02:00
renovate[bot]
4cc18773b7
fix(deps): update dependency dayjs to v1.11.0 ( #3094 )
2022-03-28 06:40:25 +02:00
renovate[bot]
a7bbab90f0
chore(deps): update dependency @types/lodash to v4.14.180 ( #3085 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-26 12:36:58 +01:00
renovate[bot]
8cee85f811
fix(deps): update dependency body-parser to v1.19.2 ( #3087 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-26 12:36:36 +01:00
renovate[bot]
ab4f922ffc
chore(deps): update dependency fs-extra to v10.0.1 ( #3086 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-26 12:02:06 +01:00
renovate[bot]
48a84093f5
chore(deps): update actions/checkout action ( #3083 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-26 12:01:50 +01:00
renovate[bot]
7949a3011e
chore(deps): update babel monorepo ( #3088 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-26 12:01:31 +01:00
Juan Picado
662a05dc90
chore: remove npm 7 jest
2022-03-26 11:02:55 +01:00
Juan Picado
3f8047a2d0
chore: fix e2e pnpm7
2022-03-24 07:52:02 +01:00
Juan Picado
7e30384456
chore: remove argument pnpm e2e
2022-03-23 20:49:33 +01:00
Juan Picado
d461fdf516
chore(release): 5.8.0
2022-03-12 23:13:17 +01:00
Juan Picado
2ad085a8e2
feat: update ui with new modal banner ( #3062 )
2022-03-12 23:13:07 +01:00
Juan Picado
5a0611fe9c
chore(release): 5.7.1
2022-03-08 18:45:09 +01:00
renovate[bot]
ace754ddff
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.21 ( #3050 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-08 18:42:21 +01:00
Juan Picado
0f51a6ced5
fix: missing colors on terminal ( #3049 )
2022-03-08 18:30:29 +01:00
renovate[bot]
1221ffd512
fix(deps): update dependency dayjs to v1.10.8 ( #3036 )
2022-03-05 12:35:08 +01:00
renovate[bot]
24830e06e8
fix(deps): update dependency verdaccio-htpasswd to v10.3.0 ( #3038 )
2022-03-05 12:33:27 +01:00
renovate[bot]
21c66f65c3
fix(deps): update dependency express to v4.17.3 ( #3039 )
2022-03-05 12:33:14 +01:00
renovate[bot]
2ef97d4847
fix(deps): update dependency minimatch to v5 ( #3035 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-05 11:06:50 +01:00
Juan Picado
e88571fa3e
chore: enable test e2e pnpm7 ( #3033 )
...
* enable test e2e pnpm7
* chore: add npm8
* chore: rename title
* chore: skip flaky tests added note
2022-03-04 21:08:18 +01:00
Juan Picado
db51c6a350
chore(release): 5.7.0
2022-03-04 19:27:15 +01:00
renovate[bot]
87e5e74ea4
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.20 ( #3028 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-03 23:22:28 +01:00
osher
ac45c0b5b2
feature: config control for colors in logs ( #3011 )
...
* pass `logs.colors` as `prettyOptions.colorize`
* `prettyPrintOptions` defaults is no concern of `createLogger`
* call it `colors` not to confuse with `pinoPretty.colorize`
* fix hardcoded `true` for `options.colors`
* Support `VERDACCIO_LOGGER_COLORS` overriding env-var
* Update docs for `VERDACCIO_LOGGER_COLORS`
* docs for `VERDACCIO_LOGGER_COLORS`
* docs for `VERDACCIO_LOGGER_COLORS`
* `.isTTY` from `stdout` not `stdin`
both work, but I want to ask if I emit to TTY, not if I consume from TTY.
* .md format
* format
* more format guesses
* declare `PrettyOptionsExtended.colors`
* lint
* docs: `EXPERIMENTAL__` prefix
* logger.ts - prefix `EXPERIMENTAL__`
* Update env.variables.md
* env.variables.md - remove double `_`
* Update logger.ts
* logger.ts - remove double `_`, fix boolean parsing
* env.variables.md - explain boolean parsing
* chore: format
* chore: add format, improve logic
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-03-02 23:41:30 +01:00
Juan Picado
7f04697175
chore(release): 5.6.2
2022-02-27 00:02:51 +01:00
renovate[bot]
7cff3f7693
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.18 ( #3019 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-26 23:51:01 +01:00
renovate[bot]
08b72b4663
fix(deps): update dependency pino to v6.14.0 ( #3018 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-26 23:36:43 +01:00
Juan Picado
541aca922e
chore(release): 5.6.1
2022-02-26 19:11:46 +01:00
renovate[bot]
f57508d6f3
fix(deps): update dependency @verdaccio/ui-theme to v6.0.0-6-next.17 ( #3014 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-26 19:08:23 +01:00
Juan Picado
2a6f1d5475
chore(release): 5.6.0
2022-02-15 19:28:14 +01:00
renovate[bot]
8fd8a1659a
chore(deps): update dependency verdaccio-memory to v10.2.0 ( #2994 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-15 13:21:40 +01:00
renovate[bot]
ea199b229d
chore(deps): update dependency @verdaccio/types to v10.3.0 ( #2997 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-15 12:34:16 +01:00
renovate[bot]
25b22128b8
fix(deps): update dependency verdaccio-htpasswd to v10.2.0 ( #2999 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-15 12:34:04 +01:00
renovate[bot]
60fea02ad1
fix(deps): update dependency @verdaccio/streams to v10.2.0 ( #2995 )
2022-02-14 23:13:28 +01:00
renovate[bot]
57c4ce5a19
fix(deps): update dependency verdaccio-audit to v10.2.0 ( #2998 )
2022-02-14 23:13:15 +01:00
renovate[bot]
fee3ac670a
fix(deps): update dependency @verdaccio/readme to v10.3.2 ( #2984 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-14 22:35:13 +01:00
osher
681dc821aa
feat: new environment variable (storage path) ( #2993 )
...
* WIP: port PR#2199 to master into 5.x
* port PR#2199 to master to 5.x - env.variables.md
* port PR#2199 to master to 5.x - config.spec
* Update config.spec.ts
* Update config.spec.ts
* fix format
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-02-14 21:05:59 +01:00
renovate[bot]
63fc4d1baf
fix(deps): update dependency @verdaccio/commons-api to v10.2.0 ( #2986 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-13 12:22:50 +01:00
renovate[bot]
1db0a2ebf5
fix(deps): update dependency @verdaccio/local-storage to v10.2.0 ( #2987 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-13 11:53:35 +01:00
renovate[bot]
92dca9887a
chore(deps): update dependency verdaccio-auth-memory to v10.2.0 ( #2982 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-13 09:54:52 +01:00
renovate[bot]
2cd4a3bb07
fix(deps): update dependency marked to v4.0.12 ( #2976 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-07 22:00:45 +01:00
Juan Picado
09e8afcc8c
chore(release): 5.5.2
2022-01-27 07:45:14 +01:00
Martin Sander
b964c0d488
fix: re-opening log files using SIGUSR2 ( #2966 )
...
by @marvinthepa
2022-01-26 20:25:34 +01:00
Juan Picado
c40d01a0ea
chore(release): 5.5.1
2022-01-24 21:25:08 +01:00
Juan Picado
de7713ecc1
fix: remove engines restriction from ui-theme dependency
2022-01-24 21:22:28 +01:00
renovate[bot]
50097976ed
fix(deps): update dependency marked to v4 ( #2956 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-23 13:17:16 +01:00
renovate[bot]
ac4392a221
fix(deps): update dependency mime to v3 ( #2957 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-23 13:12:57 +01:00
Juan Picado
e9902ecd4b
chore(release): 5.5.0
2022-01-22 16:27:48 +01:00
Juan Picado
d36b8b1e00
feat: upgrade @verdaccio-ui-theme
2022-01-22 16:18:09 +01:00
Juan Picado
1a7b1ee8ad
feat: add new options to the web disable login and pkg managers ( #2947 )
2022-01-22 10:58:04 +01:00
renovate[bot]
d6415d4dc3
chore(deps): update dependency supertest to v6.2.2 ( #2938 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-22 09:50:26 +01:00
renovate[bot]
f9301d1827
chore(deps): update dependency jest-junit to v12.3.0 ( #2944 )
2022-01-21 21:54:07 +01:00
renovate[bot]
3a9d773415
fix(deps): update dependency verdaccio-audit to v10.1.1 ( #2935 )
2022-01-20 23:58:32 +01:00
renovate[bot]
8a75f8cc36
fix(deps): update dependency @verdaccio/readme to v10.2.1 ( #2933 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-20 22:30:01 +01:00
renovate[bot]
e2eb6ce27f
fix(deps): update dependency async to v3.2.3 ( #2934 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-20 19:57:56 +01:00
renovate[bot]
8c7e39e8f3
fix(deps): update dependency @verdaccio/local-storage to v10.1.1 ( #2932 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-20 19:05:03 +01:00
renovate[bot]
6110e51a83
chore(deps): update babel monorepo ( #2929 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-20 18:28:18 +01:00
renovate[bot]
881367925c
chore(deps): update dependency @types/express-serve-static-core to v4.17.28 ( #2914 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-19 08:03:46 +01:00
renovate[bot]
b2bef8dfbc
chore(deps): update dependency @octokit/rest to v18.12.0 ( #2921 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-19 07:59:12 +01:00
renovate[bot]
eb65ba6e11
chore(deps): update dependency @types/http-errors to v1.8.2 ( #2915 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-16 10:20:26 +01:00
renovate[bot]
ce3aa50d9a
chore(deps): update dependency selfsigned to v1.10.14 ( #2907 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-16 09:40:39 +01:00
renovate[bot]
d9cebcdbd9
chore(deps): update dependency @babel/register to v7.16.9 ( #2911 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-16 09:12:56 +01:00
Juan Picado
b79266d54e
feat: use backward compatible UI from v6 on v5 ( #2912 )
...
* feat: upgrade ui theme plugin v4
* chore: fix e2e
* fix: format
* chore: update theme ui
2022-01-15 20:51:14 +01:00
renovate[bot]
dad89bc72c
chore(deps): update dependency @types/minimatch to v3.0.5 ( #2894 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-13 20:21:15 +01:00
renovate[bot]
bd883cbe2b
chore(deps): update dependency @types/serve-static to v1.13.10 ( #2906 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-12 21:18:48 +01:00
renovate[bot]
c3849b314a
chore(deps): update dependency @types/semver to v7.3.9 ( #2904 )
2022-01-11 18:32:07 +01:00
renovate[bot]
2bced91cd0
chore(deps): update babel monorepo to v7.16.8 ( #2901 )
2022-01-11 17:42:24 +01:00
renovate[bot]
511fc8f1e0
chore(deps): update dependency @types/jest to v26.0.24 ( #2892 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-11 00:11:30 +01:00
renovate[bot]
ad938ac795
chore(deps): update dependency @types/request to v2.48.8 ( #2895 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-10 22:21:44 +01:00
renovate[bot]
a99ea00c3a
chore(deps): update actions/checkout action to v2.4.0 ( #2896 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-10 22:21:30 +01:00
renovate[bot]
6ca7cced1e
chore(deps): update actions/setup-node action to v2.5.1 ( #2897 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-10 22:20:47 +01:00
renovate[bot]
9e27aa9d3c
chore(deps): update dependency @types/lodash to v4.14.178 ( #2893 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-10 00:16:37 +01:00
renovate[bot]
63c2ec1f89
chore(deps): update dependency @types/express to v4.17.13 ( #2889 )
2022-01-09 23:44:54 +01:00
renovate[bot]
bd738ecf60
fix(deps): update dependency fast-safe-stringify to v2.1.1 ( #2891 )
2022-01-09 23:21:08 +01:00
renovate[bot]
a6131f0748
chore(deps): update dependency @types/express-serve-static-core to v4.17.27 ( #2890 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-09 22:44:02 +01:00
Juan Picado
22cfea0907
fix: update docker to v14.18.2 ( #2888 )
2022-01-09 22:15:12 +01:00
Juan Picado
ec98159c3c
fix: update babel and core dependencies ( #2887 )
2022-01-09 22:02:47 +01:00
Juan Picado
558fcafc71
build: format code prettier, enable ci ( #2886 )
...
* fix: format code prettier, enable ci
* chore: add trivago import prettier pluggin
2022-01-09 20:51:50 +01:00
renovate[bot]
23d0bd7056
fix(deps): update all non-major linting dependencies (5.x) ( #2885 )
...
* fix(deps): update all non-major linting dependencies
* fix lint issues
* chore: increase timeout
* chore: increase timeout
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Juan Picado <juanpicado19@gmail.com >
2022-01-09 20:31:26 +01:00
renovate[bot]
1ec77e7605
fix(deps): update dependency pino to v6.13.4 ( #2829 )
2021-12-31 15:08:57 +01:00
Juan Picado
7423e3d008
chore(release): 5.4.0
2021-12-24 19:15:15 +01:00
Juan Picado
5b1264c733
feat: allow override user rate limit and user agent ( #2803 )
...
* feat: allow override user rate limit
- improve user_agent config allow string
* chore: fix tests
* chore: refactor userRateLimit
* chore: remove comment
* chore: optional prop
* chore: refactor limiter
* chore: refactor endpoints
* chore: fix undefined
* chore: fix params
* chore: fix params
* chore: update ui
* chore: refactor limiter
* chore: fix tests
* chore: fix test
2021-12-24 19:04:15 +01:00
Juan Picado
f64e403f0a
feat: add rate limit to user api endpoints ( #2800 ) ( #2799 )
...
* feat: add rate limit to user api endpoints
* chore: fix test
* chore: refactor token endpoint
* chore: refactor
2021-12-24 01:07:26 +01:00
Juan Picado
c91d6beb8b
feat: add rate limit to web endpoints ( #2799 )
...
* feat: add rate limit to web endpoints
* fix: types express conflict
* fix: undefined issue
* fix: tests
2021-12-23 17:35:31 +01:00
Juan Picado
b2b3804f87
build: enable Node 17 on CI and npm8 on E2E ( #2795 )
...
* chore: increase ci e2e settings
* fix: ci for node 17
* chore: restore versions
* chore: fix tests
* chore: fix tests
* chore: fix domain
* chore: restore yarn on angular
* chore: rename tests
* chore: fix syntax
* chore: disable yarn angular
2021-12-23 00:14:53 +01:00
Juan Picado
e5d79ce8f0
feat: user agent is the client by default ( #2793 )
...
* feat: user agent is the client by default
* chore: get user agent fix
* chore: disable x-powered-by
2021-12-21 23:09:31 +01:00
renovate[bot]
46e583f683
fix(deps): update dependency body-parser to v1.19.1 ( #2788 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-12-21 20:33:03 +01:00
renovate[bot]
c5c0ef8750
fix(deps): update dependency @verdaccio/commons-api to v10.1.0 ( #2789 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-12-21 17:27:03 +01:00
Juan Picado
fd3ad1e546
feat: add cache-control header to endpoints ( #2791 )
...
Add no cache to endpoints that returns tokens in the body
2021-12-20 23:11:17 +01:00
Juan Picado
1c17d0986e
feat: jwt default time new set ( #2787 )
...
Reduce 7 days to 1 hour as expiration time to improve security measures.
2021-12-20 08:09:18 +01:00
Juan Picado
e1a9bb46ff
chore: add docker all hands talk
2021-12-16 18:29:04 +01:00
Juan Picado
e37e9fe15c
chore(release): 5.3.2
2021-12-16 17:30:26 +01:00
贾顺名(Jarvis)
b5ac3c0f28
fix: publish with deprecated field ( #2771 )
...
* fix: publish with deprecated field by @Jiasm
When publish with deprecated field in `package.json`, that will make all old versions miss.
Examples:
I have package@1.0.0 and package@1.0.1.
When `npm deprecate package@1.0.0 "xxx"`, Verdaccio will recived:
```json
{
"name": "module_name",
"version": {
"1.0.0": {
"deprecated": "xxx"
},
"1.0.1": {}
}
}
```
⬆️ This make sense
But then publish new version with @1.0.2.
Verdaccio will recived:
```json
{
"name": "module_name",
"version": {
"1.0.2": {
"deprecated": "xxx" // if we set this field in package.json
},
}
}
```
and that metadata will override package.json, make old version miss.
migrate from #2766
* remove spaces
* fix: ignore empty package case
* fix: cover normal unpublish case
* refactor: Optimize check logic for lazy execution
* test: upgrade Jest Snapshot
* fix: set storage.getPackage `uplinksLook: false`.
* feat: use `_attachments` to distinguish deprecate
* test: rollback test snapshots
* test: rollback jest snapshots
* test: publish new version with deprecate field
* test: remove space
2021-12-16 16:17:52 +01:00
Juan Picado
3b2ec6cbfa
chore: update readme
2021-12-15 23:25:26 +01:00
Juan Picado
f575ab767c
chore(release): 5.3.1
2021-12-12 00:06:56 +01:00
Juan Picado
29d4551e5b
fix: conflict core-js dependency ( #2754 )
...
* chore: remove core-js
* fix: update verdaccio core dependencies
2021-12-12 00:06:34 +01:00
Juan Picado
e747b9a3ad
chore(release): 5.3.0
2021-12-08 22:29:13 +01:00
coolsp
820c9d5db2
fix: markdown anchor links in package readme.md broken #2712
2021-12-01 23:33:25 +01:00
Juan Picado
60cd25ce4f
fix: update pnpm and bum up core deps ( #2716 )
2021-11-29 15:52:27 +01:00
renovate[bot]
8c074e8f24
fix(deps): update dependency verdaccio-audit to v10.0.3 ( #2710 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-28 15:47:50 +01:00
renovate[bot]
74d7d02c39
fix(deps): update dependency @verdaccio/streams to v10.0.1 ( #2709 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-28 15:47:35 +01:00
renovate[bot]
41cadccaef
fix(deps): update dependency @verdaccio/readme to v10.0.1 ( #2708 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-27 18:20:41 +01:00
renovate[bot]
73d565f5f5
fix(deps): update dependency @verdaccio/commons-api to v10.0.2 ( #2706 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-27 18:20:21 +01:00
renovate[bot]
8e2884836b
fix(deps): update dependency verdaccio-htpasswd to v10.0.1 ( #2711 )
2021-11-27 17:48:33 +01:00
renovate[bot]
eee19a5f79
fix(deps): update dependency http-errors to v1.8.1 ( #2705 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-27 16:57:38 +01:00
Juan Picado
46a4e8e2e0
chore(release): 5.2.2
2021-11-08 10:33:44 +01:00
Juan Picado
0eab3e1746
fix: update python dependency on docker image ( #2644 )
2021-11-08 10:17:47 +01:00
Juan Picado
4fc5b59eca
chore(release): 5.2.1
2021-11-08 09:15:33 +01:00
renovate[bot]
bfa7b34994
chore(deps): update dependency standard-version to v9.3.2 ( #2637 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-05 16:59:41 +01:00
renovate[bot]
089796ca47
fix(deps): update dependency mime to v2.6.0 ( #2634 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-05 07:17:07 +01:00
renovate[bot]
ef2fbff755
fix(deps): update dependency validator to v13.7.0 ( #2635 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-05 07:03:37 +01:00
renovate[bot]
c6458f4ad6
chore(deps): update babel monorepo to v7.16.0 ( #2631 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-04 19:47:38 +01:00
renovate[bot]
da5d7e96cb
fix(deps): update dependency async to v3.2.2 ( #2633 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-04 18:54:33 +01:00
Juan Picado
57bd5169f9
test: system test add logging for debuggin
2021-10-24 10:15:54 +02:00
Juan Picado
80dca8d96e
chore(release): 5.2.0
2021-10-24 09:54:57 +02:00
Juan Picado
247a317ca0
feat: upgrade node docker to 14.18.1 ( #2579 )
2021-10-24 09:54:39 +02:00
renovate[bot]
384b3e2ce5
fix(deps): update dependency pino to v6.13.3 ( #2562 )
2021-10-24 08:43:00 +02:00
renovate[bot]
69091d15fb
fix(deps): update dependency dayjs to v1.10.7 ( #2565 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-23 11:34:29 +02:00
renovate[bot]
6a78ae0045
fix(deps): update dependency clipanion to v3.1.0 ( #2561 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-22 08:17:32 +02:00
renovate[bot]
5d4e3a65ba
chore(deps): update babel monorepo ( #2563 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-22 08:00:10 +02:00
Juan Picado
c81458bb0d
chore(release): 5.1.6
2021-09-21 20:32:28 +02:00
Juan Picado
9d7ddd9ecd
fix: update dependencies security update ( #2453 )
2021-09-21 20:32:20 +02:00
Juan Picado
b4a5ffe9a0
chore(release): 5.1.5
2021-09-17 22:26:02 +02:00
Juan Picado
360bec9b53
fix: add finish language to ui ( #2443 )
2021-09-17 22:25:53 +02:00
Juan Picado
b993344c40
chore(release): 5.1.4
2021-09-07 21:21:15 +02:00
Juan Picado
2c590917b1
fix: npm7 audit fix and bulk endpoint ( #2426 )
...
* fix: npm7 audit fix and bulk endpoint
* chore: update registry
* chore: update registry
2021-09-07 21:19:44 +02:00
Juan Picado
1308ab295d
chore(release): 5.1.3
2021-08-20 08:31:27 +02:00
Juan Picado
d63dcc02fa
fix: update docker base image to v14.17.5
2021-08-20 08:30:59 +02:00
Juan Picado
7d9fcfb5e3
chore: disable release note steps
2021-08-20 08:28:41 +02:00
Juan Picado
2e995f5981
fix: update docker and core dependencies ( #2375 )
...
* fix: update docker base to node:14.17.5
* fix: update base dependencies
* chore: change to node:14.17.4
2021-08-12 07:56:20 +02:00
weifan she
ecfc4c3304
fix: plugin allow_publish (pkg) got a undefined version ( #2315 )
2021-08-12 07:41:00 +02:00
VerdaccioBot
a09a041754
Update README.md
2021-08-06 21:35:31 +02:00
Juan Picado
bab7a7f6bc
chore(release): 5.1.2
2021-07-14 20:25:44 +02:00
Juan Picado
29240544b1
fix: remove token experiment flag ( #2332 )
2021-07-14 20:22:15 +02:00
Juan Picado
7180338c44
fix: update dependencies ( #2333 )
2021-07-14 20:21:41 +02:00
Juan Picado
2bc590895c
fix: update docker base image node 14.17.3
2021-07-14 19:57:46 +02:00
Juan Picado
b8f711afab
fix: update docker base image node 14.17.1 ( #2314 )
...
* fix: update docker base image node 14.17.2
* fix: update docker base image node 14.17.1
2021-07-03 13:09:37 +02:00
Juan Picado
4fe8ddf7c7
fix: update dependencies ( #2303 )
2021-06-23 19:39:20 +02:00
Juan Picado
b421ed87c4
fix: update dependencies ( #2291 )
...
* chore: update deps
* chore: restore jest
2021-06-12 07:59:26 +02:00
Juan Picado
da810f4a18
chore: fix release script ( #2289 )
...
* chore: fix release script
* chore: fix lint
* chore: restore file
2021-06-12 07:39:33 +02:00
Juan Picado
f272c11c48
chore(release): 5.1.1
2021-06-12 06:22:51 +02:00
Juan Picado
558dd3f3c6
fix: add logger fatal if fails on startup ( #2288 )
...
fix #2287
2021-06-12 06:19:26 +02:00
Juan Picado
38ca095fb0
fix: improve get headers from request #2190 ( #2271 )
...
* fix: improve request header handling
* chore: fix test
* chore: apply suggestion
2021-05-26 20:07:13 +02:00
Juan Picado
b5ee7039e3
chore(release): 5.1.0
2021-05-24 08:33:50 +02:00
Juan Picado
f1cfae4d35
chore: remove prepublish
2021-05-24 08:31:00 +02:00
Juan Picado
b2d6f3657a
chore: add missing dependency
2021-05-24 08:23:45 +02:00
Juan Picado
2d7d8143e9
chore: remove try catch not need it
2021-05-22 14:49:11 +02:00
Juan Picado
8434cc550f
fix: restore using local path web logo ( #2270 )
...
* fix: logo loaded locally
* chore: fix lint
2021-05-22 14:46:47 +02:00
Juan Picado
1e4c900dcb
fix: update core dependencies ( #2269 )
2021-05-22 09:57:07 +02:00
Juan Picado
4ed7286bcb
feat: update Node.js docker image 14.17.0 ( #2247 )
2021-05-15 16:54:45 +02:00
Juan Picado
251bd95373
feat: implement search v1 endpoint ( #2256 )
...
* feat: implement search v1 endpoint
* add allow_access
* chore: add types
* chore: format
* fix eslint prettier
* chore: add tests
* add tests
* chore: add npm search cli
2021-05-15 16:39:03 +02:00
Juan Picado
6be108917e
chore: update dependencies ( #2255 )
2021-05-14 08:27:54 +02:00
Juan Picado
f168b2512e
chore: disable yarn local cache enableGlobalCache ( #2254 )
...
* chore: add yarn local cache
* update list files docker publish
* add example extending with plugins and yarn2
2021-05-14 08:04:19 +02:00
Juan Picado
69d7df20d8
build: enable pnp yarn2 ( #2253 )
...
* chore: enable pnp yarn
* chore: ignore pnp
* fix type issues on run eslint
* add missing dependency and fix some errors
* fix most of the errors
some were just disabled, already fixed in master
* add missing jest-config
* update jest@26 align with other deps
* add missing @babel/register
* clean up
* use yarn node
* use yarn node on release
* chore: add husky 6
* chore: add husky 6
* chore: lint-stage
* chore: test
* chore: add hook git
* chore: test
* chore: test
* update deps
* chore: fix commit lint
* fix docker run
* update git ignore
2021-05-13 23:13:57 +02:00
Juan Picado
351ea89df6
chore: update yarn@2.4.1 ( #2252 )
...
* feat: update Node.js docker image 14.17.0
* chore: update yarn2
* feat: restore file
* chore: update docker file ignore
2021-05-13 17:41:20 +02:00
Favo Yang
78d04cf9f8
feat: tarball url redirect ( #1688 )
...
* feat: tarball url redirect
* fix: handle uplinks
* feat: allow function for config.tarball_url_redirect
* fix: hasLocalTarball was calling localStream,abort when already aborted
* chore: simplify localStream null check in hasLocalTarball
As requested in PR feedback.
* chore: fix sonarcloud code smell on test
the variable `credentials` was already declared before the tarball url tests.
* fix: move tarball_url_redirect to experiments
Co-authored-by: Gord Lea <johlea@cisco.com >
Co-authored-by: Gord Lea <jgordonlea@gmail.com >
2021-05-03 20:53:00 +02:00
Juan Picado
255650b91a
chore(release): 5.0.4
2021-04-28 07:19:25 +02:00
Claude
01c5d2ca27
fix: scoped query support ( #2208 )
2021-04-28 07:18:30 +02:00
Juan Picado
6fb388e366
chore(release): 5.0.3
2021-04-27 22:33:40 +02:00
Juan Picado
ced47d56fc
fix: update @verdaccio/ui-theme ( #2207 )
2021-04-27 22:28:01 +02:00
Juan Picado
848c0ee499
chore(release): 5.0.2
2021-04-27 19:53:38 +02:00
Claude
d8b62cff53
fix: incorrect sanity check for theme plugin ( #2205 )
2021-04-27 19:53:12 +02:00
Juan Picado
825c1fc688
Update README.md
2021-04-22 22:55:05 +02:00
Juan Picado
8074bae190
chore: remove workflow
...
not need it on 5.x
2021-04-21 22:36:05 +02:00
Juan Picado
aae3e4356b
chore: test on node 16
2021-04-21 21:44:12 +02:00
Juan Picado
6a1cdeaec4
chore(release): 5.0.1
2021-04-10 11:13:03 +02:00
Juan Picado
782dd1ca93
fix: logo and favicon configuration ( #2180 )
2021-04-10 11:09:50 +02:00
Juan Picado
e56fd19968
chore: prepare 5.x
2021-04-09 18:38:26 +02:00