Commit Graph

37 Commits

Author SHA1 Message Date
Michael Ryan 39f7fd6057
docs: update logger level precedence stated in docs, moving `http` between `info` and `debug` (#4723)
Fixes #4654
2024-07-19 18:46:48 +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
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
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
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
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
Gweesin Chan f83c157faa
docs: update e2e pages (#4619)
CI / setup verdaccio (push) Failing after 33s Details
CI / Lint (push) Has been skipped Details
CI / Format (push) Has been skipped Details
CI / ${{ matrix.os }} / Node ${{ matrix.node_version }} (18, ubuntu-latest) (push) Has been skipped Details
CI / ${{ matrix.os }} / Node ${{ matrix.node_version }} (20, ubuntu-latest) (push) Has been skipped Details
CI / ${{ matrix.os }} / Node ${{ matrix.node_version }} (21, ubuntu-latest) (push) Has been skipped Details
CI / synchronize translations (push) Has been skipped Details
E2E Docker Proxy Apache Test / docker (push) Failing after 35s Details
E2E Docker Proxy Nginx Test / docker (push) Failing after 7s Details
Docker publish to docker.io / docker (push) Has been skipped Details
static data / Run script (push) Has been skipped Details
Verdaccio Website CI / setup verdaccio (push) Has been skipped Details
UI Components / deploy (push) Has been skipped Details
Changesets / version (push) Has been skipped Details
2024-05-04 18:39:20 +02:00
Jean-Louis GUENEGO 3293c9a281
Update install.md (#4611)
* Update install.md

replaced --location=global with -g

* dev: replace all npm install --location with npm install -g
2024-05-02 11:53:48 +02:00
Juan Picado a0e4fc9fa0 chore: update intall v5.x docs 2024-04-06 17:57:48 +02:00
Timo Peters bed68b2ceb
docs: fix typos in different areas (#4535) 2024-03-07 12:24:52 +01:00
Juan Picado 49a1fc11c2 docs: update website 6.x 2024-01-07 11:44:42 +01:00
Juan Picado f047cc8c25
refactor: auth with legacy sign support (#4113)
* refactor: auth with legacy sign support

refactor: auth with legacy sign support

add tests

add tests

clean up lock fil

clean up lock fil

add more ci to test

update ci

update ci

update ci

update ci

update ci

* chore: add test for deprecated legacy signature

* chore: add test for deprecated legacy signature

* chore: add test for deprecated legacy signature

* chore: add test for deprecated legacy signature

* chore: add test for deprecated legacy signature
2023-12-31 14:34:29 +01:00
Juan Picado 933b239953
chore: release website 6.x (#4066) 2023-10-10 18:54:30 +02:00
Juan Picado 47f61c6482 feat!: bump to v7 2023-08-21 17:38:13 +02:00
Raz Luvaton 147acc5044
docs: update e2e.md (#3912) 2023-07-07 07:49:43 +02:00
Juan Picado cc43ba4faf chore: fix local startup 2023-05-13 16:17:57 +02:00
Juan Picado bb4aabcae5 docs: add config builder api docs 2023-04-18 22:54:12 +02:00
Juan Picado b1d258b1da docs: fix typos 2023-03-11 09:28:51 +01:00
Ben Walding 0ec3220caf
Fix header spelling / grammar (#3673) 2023-03-11 07:26:28 +01:00
Juan Picado f0a5900af3 docs: logger docs 2023-03-08 08:38:08 +01:00
Juan Picado 5fee278df4 doc: improve docs for logger 2023-03-08 08:36:59 +01:00
Juan Picado 83e4669aba fix website build 2023-02-18 16:42:05 +01:00
Juan Picado 781ac9ac25
docs: add docs for theme and filter plugins (#3619)
* docs: add docs for theme and filter plugins

* typos

* typos

* Create strong-socks-type.md

* Update plugins.md

* typos
2023-02-18 15:42:19 +01:00
Juan Picado 1b38fb2d30 improve storage documentation 2023-02-09 20:48:01 +01:00
Juan Picado 9045402d73
docs: add ui components docs (#3553)
* docs: add ui components docs

* Update ui-components.md

* Update package.json
2023-01-03 10:50:34 +01:00
Juan Picado 3d158a195a
chore(website): plugin search ui (#3539)
* chore: plugin search ui

chore: progress

chore: format code

chore: progress

chore: @verdaccio-ui/copy-clipboard

chore: search finish

* chore: ui-components

* Update ToolList.tsx

* xss protection

* Update static-data.yml

* Update AddonCard.tsx
2022-12-25 18:48:18 +01:00
Juan Picado 5d9b65a1e7
chore: improve info regarding using private registries (#3510)
* chore: improve info regarding using private registries

* Update Help.test.tsx.snap
2022-11-25 13:28:25 +01:00
Juan Picado e73656f144
docs: improve docs for package manager usage (#3504)
* docs: npm9 login support

* Update setup-yarn.md

* chore: pnpm docs

* chore: add more yarn docs

* chore: fix preview
2022-11-19 08:33:58 +01:00
Juan Picado 9cd508e720
docs: improve docker docs for 5.x (#3476) 2022-11-08 19:52:40 +01:00
Juan Picado 15f3fba094
chore(website): talks section (#3443)
* chore(website): talks section

* chore: remove dep

* chore: iframe react

* Update deep-dive-into-verdaccio.md

* chore: refactor talks

* Update deep-dive-into-verdaccio.md

* chore: remove code

* Update website.yml

* chore: remove old talks ref
2022-10-16 14:06:07 +02:00
Juan Picado 791988a9aa chore(website): fix broken link 2022-10-10 08:31:38 +02:00
Juan Picado 64cfedb805
chore(website): add api section (#3424)
* chore: add api section

* chore: fix build

* Update website.yml

* chore: improve types plugin

clean up others stuff

* Update crowdin.yaml

* clean up
2022-10-10 08:00:09 +02:00
Juan Picado 0041d9407d
chore: add versioning website (#3320)
* chore: add versioning website

* Update docusaurus.config.js

* chore: updated versions

* Update docusaurus.config.js
2022-10-01 17:21:26 +02:00
Juan Picado @jotadeveloper baefa8cd3e
chore: remove versions
for some reason destroy the translated websites. we will remove this for now.
2018-08-01 22:54:37 +02:00
Juan Picado @jotadeveloper 7bff7e91e5
chore: prepare releaser website 3.3.0 2018-07-22 20:25:40 +02:00
Juan Picado @jotadeveloper 1536b97d0b
chore: add current version website 2018-07-22 20:21:54 +02:00