1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
Commit Graph

5583 Commits

Author SHA1 Message Date
Marc Bernard
6e764e3c49
feat: add support for npm owner (#4582)
* feat: add support for npm owner

* Revert debug msg

* Finish feature and add test cases

* Fix remote user name and more tests

* Simplify passing remote user

* Update version metadata with owners

* Add test for validateUserName

* Add comment for "change owner"

* add config option

* add check to removePackage, removeTarball

* typo

* check access when write=true

* Add to config, fix undefined user

* Update docs

* Update docs

* Update readme
2024-06-13 12:06:01 +02:00
Marc Bernard
ecbc569f23
chore: fix types for some store tests (#4675)
* chore: fix types for some store tests

* add changeset
2024-06-13 12:04:35 +02:00
verdacciobot
34be970100 chore: updated static data 2024-06-13 00:13:07 +00:00
verdacciobot
fd79e7c637 chore: updated static data 2024-06-10 00:14:00 +00:00
verdacciobot
d4b9a6c374 chore: updated static data 2024-06-06 00:13:05 +00:00
Juan Picado
441c226fbb
Add documentation for bun and deno using private registry (#4661)
* Add documentation for bun and deno using private registry

* Update setup-bun.md

* update docs
2024-06-04 23:35:46 +02:00
renovate[bot]
b06b2e7ef1
chore(deps): update actions/cache digest to e12d46a (#4665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 22:25:44 +02:00
renovate[bot]
9d1f6ee54d
chore(deps): update actions/checkout digest to f43a0e5 (#4666) 2024-06-03 19:07:50 +02:00
renovate[bot]
3433d7ec0b
chore(deps): update dependency yaml to v2.4.3 (#4664) 2024-06-03 19:07:33 +02:00
verdacciobot
f604ec8a34 chore: updated static data 2024-06-03 00:13:38 +00:00
Juan Picado
27bc6c1b7d
chore: update versions (next-7) (#4658)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/api@7.0.0-next-7.16 @verdaccio/auth@7.0.0-next-7.16 @verdaccio/cli@7.0.0-next-7.16 @verdaccio/config@7.0.0-next-7.16 @verdaccio/core@7.0.0-next-7.16 @verdaccio/hooks@7.0.0-next-7.16 @verdaccio/loaders@7.0.0-next-7.16 @verdaccio/local-storage@12.0.0-next-7.16 @verdaccio/logger-7@7.0.0-next-7.16 @verdaccio/logger-commons@7.0.0-next-7.16 @verdaccio/logger-prettify@7.0.0-next-7.3 @verdaccio/logger@7.0.0-next-7.16 @verdaccio/middleware@7.0.0-next-7.16 @verdaccio/node-api@7.0.0-next-7.16 @verdaccio/proxy@7.0.0-next-7.16 @verdaccio/search@7.0.0-next-7.5 @verdaccio/server-fastify@7.0.0-next-7.16 @verdaccio/server@7.0.0-next-7.16 @verdaccio/store@7.0.0-next-7.16 @verdaccio/tarball@12.0.0-next-7.16 @verdaccio/ui-theme@7.0.0-next-7.16 @verdaccio/url@12.0.0-next-7.16 @verdaccio/utils@7.0.0-next-7.16 @verdaccio/web@7.0.0-next-7.16
2024-06-02 21:52:46 +02:00
renovate[bot]
13c69ded53
fix(deps): update dependency express to v4.19.2 (#4662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-02 21:29:02 +02:00
Tobbe Lundberg
38b1e829d6
patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array (#4613)
* patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array

* changeset
2024-06-02 10:11:25 +02:00
dependabot[bot]
2bc45c8e2f
chore(deps): bump github/codeql-action from 2.25.5 to 3.25.7 (#4659)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.25.5 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d05fceb045...f079b84933)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-02 09:31:12 +02:00
Juan Picado
68407c684a
Update dependabot.yml 2024-06-01 21:46:19 +02:00
dependabot[bot]
201149072f
chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#4660)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](44c2b7a8a4...a5ac7e51b4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-01 21:39:12 +02:00
Michael Ryan
cf1b46cc59
fix: log spacing depending on the FORMAT and COLORS options (#4631)
* fix: Bad log spacing depending on the FORMAT and COLORS options used

fixes: #4630

inserted a space between the timestamp and the message when logging timestamped messages.

* fix: Bad log spacing depending on the FORMAT and COLORS options used

fixes: #4630

removed padding of an unnecessary space (at the start or end of the log string, depending on whether colors are enabled).

* remove padLeft, update tests

* update logger-commons tests

---------

Co-authored-by: Marc Bernard <marc@marcbernardtools.com>
2024-06-01 21:35:06 +02:00
Marc Bernard
e5624e173c
chore: fix types for some store tests (#4657)
* chore: fix types for some store tests

* add changeset
2024-05-30 18:10:13 +02:00
verdacciobot
8b8e5c7b84 chore: updated static data 2024-05-30 00:14:02 +00:00
Marc Bernard
5bfab621d4
feat: add tarball details for published packages (#4653)
* feat: add tarball details for published packages

* remove throw err
2024-05-29 00:11:42 +02:00
verdacciobot
016abb8d7b chore: updated static data 2024-05-27 00:13:39 +00:00
Marc Bernard
475759eaa8
docs: add comment about token secret length to v6 migration (#4655) 2024-05-26 18:31:05 +02:00
verdacciobot
007a7bd76c chore: updated static data 2024-05-23 00:13:19 +00:00
verdacciobot
f9a079aac6 chore: updated static data 2024-05-20 00:13:24 +00:00
verdacciobot
33ae1db093 chore: updated static data 2024-05-16 00:12:57 +00:00
renovate[bot]
cef9b62eab
chore(deps): update github/codeql-action digest to d05fceb (#4646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 07:37:50 +02:00
dependabot[bot]
87fd5b53fb
chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#4641)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 07:34:13 +02:00
Juan Picado
73b0b1752b
Update renovate.json 2024-05-14 07:33:58 +02:00
Juan Picado
a78bd618ea
Update dependabot.yml 2024-05-14 07:32:08 +02:00
dependabot[bot]
abdd23b3db
chore(deps): bump github/codeql-action from 2.25.5 to 3.25.5 (#4644)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.25.5 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d05fceb045...b7cec75265)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 07:28:41 +02:00
renovate[bot]
491a70e3e0
chore(deps): update github/codeql-action digest to d05fceb (#4642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 19:34:52 +02:00
Juan Picado
9c139e9ca3 chore: restore zh-CN on website 2024-05-13 06:42:31 +02:00
verdacciobot
e9cc809d97 chore: updated static data 2024-05-13 00:13:37 +00:00
Juan Picado
c418690ef0 chore: exclude temporary zh-CN
some issues at crowdin wrong links
2024-05-11 23:25:36 +02:00
Gweesin Chan
d2ef7f1aea
docs: avoid using yo 5.x for plugin developer (#4617)
* docs: avoid using yo 5.x for plugin developer

* Update v5 and v6

---------

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
2024-05-11 22:23:56 +02:00
Juan Picado
81da03a4e8 chore: fix version for migrateToSecureLegacySignature 2024-05-11 11:53:43 +02:00
dependabot[bot]
2ba21a9837
chore(deps): bump actions/cache from 3.3.3 to 4.0.2 (#4627)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](e12d46a63a...0c45773b62)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-11 10:02:17 +02:00
dependabot[bot]
53d80e1518
chore(deps): bump actions/checkout from 3.6.0 to 4.1.4 (#4628)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-11 10:02:10 +02:00
Gweesin Chan
e92f517866
docs: add bun as bash sample (#4638)
* docs: fix typos in CONTRIBUTING

* docs: add Bun as bash sample
2024-05-10 11:30:51 +02:00
renovate[bot]
432c546fa0
chore(deps): update github/codeql-action digest to 4f0ceda (#4633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 12:16:45 +02:00
verdacciobot
12c281202c chore: updated static data 2024-05-09 00:12:55 +00:00
verdacciobot
8d6caba90b chore: updated static data 2024-05-06 00:13:36 +00:00
Juan Picado
53d9df92c6
chore: update versions (next-7) (#4624)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/api@7.0.0-next-7.15 @verdaccio/auth@7.0.0-next-7.15 @verdaccio/cli@7.0.0-next-7.15 @verdaccio/config@7.0.0-next-7.15 @verdaccio/core@7.0.0-next-7.15 @verdaccio/hooks@7.0.0-next-7.15 @verdaccio/loaders@7.0.0-next-7.15 @verdaccio/local-storage@12.0.0-next-7.15 @verdaccio/logger-7@7.0.0-next-7.15 @verdaccio/logger-commons@7.0.0-next-7.15 @verdaccio/logger@7.0.0-next-7.15 @verdaccio/middleware@7.0.0-next-7.15 @verdaccio/node-api@7.0.0-next-7.15 @verdaccio/proxy@7.0.0-next-7.15 @verdaccio/search@7.0.0-next-7.4 @verdaccio/server-fastify@7.0.0-next-7.15 @verdaccio/server@7.0.0-next-7.15 @verdaccio/signature@7.0.0-next-7.5 @verdaccio/store@7.0.0-next-7.15 @verdaccio/tarball@12.0.0-next-7.15 @verdaccio/types@12.0.0-next-7.3 @verdaccio/ui-theme@7.0.0-next-7.15 @verdaccio/url@12.0.0-next-7.15 @verdaccio/utils@7.0.0-next-7.15 @verdaccio/web@7.0.0-next-7.15
2024-05-05 17:09:41 +02:00
Juan Picado
bd8703e871
feat: add migrateToSecureLegacySignature property (#4621)
* feat: add migrateToSecureLegacySignature property

* Update config.ts

* changeset

* Update ci.yml

* Update config.spec.ts
2024-05-05 16:53:28 +02:00
Juan Picado
7400830505
revert #4600 (#4623) 2024-05-05 12:35:17 +02:00
Gweesin Chan
f83c157faa
docs: update e2e pages (#4619)
Some checks failed
CI / setup verdaccio (push) Failing after 33s
CI / Lint (push) Has been skipped
CI / Format (push) Has been skipped
CI / ${{ matrix.os }} / Node ${{ matrix.node_version }} (18, ubuntu-latest) (push) Has been skipped
CI / ${{ matrix.os }} / Node ${{ matrix.node_version }} (20, ubuntu-latest) (push) Has been skipped
CI / ${{ matrix.os }} / Node ${{ matrix.node_version }} (21, ubuntu-latest) (push) Has been skipped
CI / synchronize translations (push) Has been skipped
E2E Docker Proxy Apache Test / docker (push) Failing after 35s
E2E Docker Proxy Nginx Test / docker (push) Failing after 7s
Docker publish to docker.io / docker (push) Has been skipped
static data / Run script (push) Has been skipped
Verdaccio Website CI / setup verdaccio (push) Has been skipped
UI Components / deploy (push) Has been skipped
Changesets / version (push) Has been skipped
2024-05-04 18:39:20 +02:00
renovate[bot]
2c6484290c
chore(deps): update github/codeql-action digest to ceaec5c (#4609) 2024-05-03 12:38:53 +02:00
Juan Picado
14032d160b
chore: update versions (next-7) (#4581) @verdaccio/api@7.0.0-next-7.14 @verdaccio/auth@7.0.0-next-7.14 @verdaccio/cli@7.0.0-next-7.14 @verdaccio/config@7.0.0-next-7.14 @verdaccio/core@7.0.0-next-7.14 @verdaccio/hooks@7.0.0-next-7.14 @verdaccio/loaders@7.0.0-next-7.14 @verdaccio/local-storage@12.0.0-next-7.14 @verdaccio/logger-7@7.0.0-next-7.14 @verdaccio/logger-commons@7.0.0-next-7.14 @verdaccio/logger@7.0.0-next-7.14 @verdaccio/middleware@7.0.0-next-7.14 @verdaccio/node-api@7.0.0-next-7.14 @verdaccio/proxy@7.0.0-next-7.14 @verdaccio/search@7.0.0-next-7.3 @verdaccio/server-fastify@7.0.0-next-7.14 @verdaccio/server@7.0.0-next-7.14 @verdaccio/signature@7.0.0-next-7.4 @verdaccio/store@7.0.0-next-7.14 @verdaccio/tarball@12.0.0-next-7.14 @verdaccio/ui-theme@7.0.0-next-7.14 @verdaccio/url@12.0.0-next-7.14 @verdaccio/utils@7.0.0-next-7.14 @verdaccio/web@7.0.0-next-7.14 2024-05-03 09:12:32 +02:00
Juan Picado
b6d565209f
feat: support for createCipher backward compatible (#4612) 2024-05-03 08:59:29 +02:00
renovate[bot]
4b4a37c07b
chore(deps): update actions/cache digest to e12d46a (#4614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 05:21:01 +02:00