0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
Commit graph

340 commits

Author SHA1 Message Date
Juan Picado
5cbee6f57f
fix: unpublish a package on storage package (#4937)
* fix: unpublish a package on storage package

fix: unpublish a package on storage package

fix unpublish e2e

* Update index.ts

* reuse cli e2e tests

* npm 10 migrated

* migrate tests

* migrate tests

* clean up

* Create hot-crews-live.md
2024-11-16 20:39:47 +01:00
Marc Bernard
b6ea32c435
chore: add error to log level enum (#4943) 2024-11-16 13:48:00 +01:00
Marc Bernard
e308fbbf3a
chore: move agent_options to config (#4942)
* chore: move agent_options to config

* changeset
2024-11-16 12:48:21 +01:00
Marc Bernard
80e4cb852e
chore: add info to log when local storage is used (#4948) 2024-11-16 11:26:27 +01:00
Marc Bernard
b2339e2c16
chore(web): fix syntax of test files (#4949) 2024-11-16 11:19:15 +01:00
Marc Bernard
4adaa833ba
chore: fix typedocs warnings (#4946) 2024-11-16 10:43:39 +01:00
Marc Bernard
a049bba201
chore(tests): temp folder naming (#4950) 2024-11-16 10:43:12 +01:00
Juan Picado
1d2f33c5bf
chore: update versions (next-8) (#4903) 2024-11-14 19:55:45 +01:00
Marc Bernard
e3c55f008c
chore: encode parts of URL (#4922) 2024-11-02 10:31:21 +01:00
Marc Bernard
58e0d950df
fix(middleware): error 404 when getting scoped tarballs (#4913)
* fix(middleware): error 404 when getting scoped tarballs

* Create mbt.yml

* Update mbt.yml

* Change to relative URL, constants, proxy url

* Split into make-url-relative.ts

* add debug
2024-10-28 07:39:23 +01:00
Marc Bernard
48aa89f651
chore: request header constants (#4920) 2024-10-28 07:22:15 +01:00
Juan Picado
e93d6a30a4
chore: vitest migration part 5 (#4914)
* migrate web package to vitest

* migrate node-api to vitest

* migrate file-locking vitest

* migrate cli

* remove jest from npm packages

* Create weak-cherries-serve.md

* update ci
2024-10-20 19:26:36 +02:00
Marc Bernard
1076a892e1
chore(middleware): fix syntax of test files (#4896) 2024-10-12 13:43:15 +02:00
Juan Picado
56d4230c8f
chore: update versions (next-8) (#4870) 2024-10-08 08:30:39 +02:00
Marc Bernard
c4e88752fb
chore(ui): replace react-json-view (#4892) 2024-10-08 07:51:23 +02:00
Marc Bernard
409494aeb6
chore(ui): typing for Theme (#4890) 2024-10-08 07:51:02 +02:00
Juan Picado
124e5f2de7
chore: migrate htpasswd package vitest (#4889)
* migrate htpasswd package

* update versions

* Update htpasswd.passwords.test.ts
2024-10-07 08:28:30 +02:00
Marc Bernard
5731e88a99
fix: code scan issues (#4888) 2024-10-06 09:02:47 +02:00
Marc Bernard
5bb81ebf91
fix(middleware): encoding of scoped package name (#4874)
* fix(middleware): encoding of scope package name

* Change order

* Test description

* debug

* Add to tests
2024-10-01 08:31:42 +02:00
Juan Picado
4afca90e21
vitest migration some packages (#4871) 2024-09-29 12:47:10 +02:00
Marc Bernard
5cfbc1485d
fix(store): add logging when requesting tarball (#4847)
* fix(api): error handling when requesting tarball

* add tarball test for scoped packages

* update changeset

* add logging for tarball requests

* Revert

* Update violet-boxes-float.md
2024-09-28 12:47:45 +02:00
Juan Picado
1dc5cdffc3
chore: update versions (next-8) (#4840)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-25 23:20:07 +02:00
Marc Bernard
e85069010f
fix(middleware): pass version to allow check (#4846)
* fix(middleware): pass version to allow check

* add tests
2024-09-25 23:13:31 +02:00
Juan Picado
6a8154cd62 Create long-eyes-drum.md 2024-09-15 13:46:12 +02:00
Juan Picado
dfe925c259
feat: update logger pino to latest (#4839)
* feat: update logger pino to latest

remove old logger package

* update engines

* Update package.json

* Update beige-lions-type.md
2024-09-15 13:32:50 +02:00
Juan Picado
d44cbbc221
chore: update versions (next-8) (#4827)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-12 21:24:03 +02:00
Juan Picado
e5cc01ed9b chore: move v7 next to v8 next 2024-09-12 21:17:41 +02:00
Juan Picado
5f1a025568 chore: move v7 next to v8 next 2024-09-12 20:14:36 +02:00
Juan Picado
ce1c642312
chore: update versions (next-8) (#4761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-11 21:57:05 +02:00
Juan Picado
93c53a4d5a chore: switch packages to 8 2024-09-11 21:46:34 +02:00
Marc Bernard
a05a7d8a13
fix(config): test runs on Windows (#4786)
* fix(config): test runs on Windows

* Typo

* limit APPDATA test to win32

* limit APPDATA test to win32

* limit APPDATA test to win32

* Limit APPDATA test to Windows (w/ mocking)

* More realistic APPDATA value
2024-08-22 08:49:38 +02:00
Marc Bernard
7c9f3cf15e
chore: improve startup logging (#4788) 2024-08-20 21:17:33 +02:00
Juan Picado
303c659bfc
fix: enable Irish language on ui (#4781)
* fix: enable irish language on ui

* Update docusaurus.config.js
2024-08-05 23:23:53 +02:00
Juan Picado
8c10a3ec31
chore: migrate config package to vitest (#4760)
* chore: migrate config package to vitest

* Update pnpm-lock.yaml

* improve win32 test

* Create moody-mugs-pay.md
2024-08-03 09:52:18 +02:00
Juan Picado
489631bda9
chore: update versions (next-7) (#4746)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-01 18:36:08 +02:00
Marc Bernard
ccc7bd1df5
fix(middleware): link to favicon in template (#4744) 2024-07-30 23:20:18 +02:00
Juan Picado
bbfb4118bf
chore: update versions (next-7) (#4711)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-21 18:06:35 +02:00
Marc Bernard
6c5f7a4fa0
fix(middleware): link to favicon in template (#4727) 2024-07-21 18:00:37 +02:00
Marc Bernard
96b28575a3
chore(ui): update babel dependencies (#4721) 2024-07-18 07:54:46 +02:00
Leo Wang(草鞋没号)
136e992bb9
feat: verdaccio-audit support timeout option (#4718)
* feat: verdaccio-audit support timeout option

* Create many-bees-tickle.md

* Update audit.ts

* update docs

* Update README.md

---------

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2024-07-17 21:59:36 +02:00
Marc Bernard
c31aec8336
fix: typo in config docs regarding check_owners (#4720) 2024-07-17 15:14:44 -04:00
Marc Bernard
19df355e3c
chore(api): update comment about route parameters (#4719) 2024-07-17 19:57:03 +02:00
Marc Bernard
2a6ee33071
fix(middleware): custom favicon (#4716) 2024-07-16 13:28:45 -04:00
Marc Bernard
3b3cf86b54
chore: sync dependency defs between ui-components and ui-theme (#4712) 2024-07-13 06:38:04 -04:00
Marc Bernard
5a77414eb6
chore: fix type for country flags and hover titles (#4709)
* chore: fix type for country flags

* add text for Canada, fix Australia flag

* add flag texts

* fix text keys

* update changeset

* Add lock file

* Add Austria
2024-07-12 09:20:22 +02:00
Juan Picado
3bc24bc4a7
chore: update versions (next-7) (#4703)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-07 18:45:32 +02:00
Marc Bernard
10dd81f473
feat: complete overhaul of web user interface (#4687)
* fix: ui-component updates

* Update all

* Update tests

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Dark logo

* Add showUplinks parameter

* Fix DependencyBlock links

* Update

* Fix highlight dark

* Update

* Color

* Fix uncaught exception

* changeset

* Fix Install Settingsmenu, tsconfig

* Remove duplicate function (merge issue)

* Fix SideBar test and CodeQL issue
2024-07-07 14:12:24 +02:00
Juan Picado
15a86b7dd2
chore: update versions (next-7) (#4677)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-16 09:30:37 +02:00
Juan Picado
a528af49bc
feat: migrate yeoman generator to monorepo (#4683)
* feat: migrate geoman generator

* Create README.md
2024-06-15 19:59:11 +02:00
Marc Bernard
117eb1ca42
fix: change bundleDependencies to array (#4680)
* fix: change bundleDependencies to array

* add changeset

* fixed testid
2024-06-15 00:35:07 +02:00