1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
Commit Graph

3976 Commits

Author SHA1 Message Date
Juan Picado
f9c90dd3f5 chore: fix format 2021-07-03 09:13:03 +02:00
Juan Picado
135d21c9db
Update bug_report.md 2021-07-03 09:11:49 +02:00
Juan Picado
a8b7fb0e8d
Update bug_report.md 2021-07-03 09:10:38 +02:00
Juan Picado
05ed10811f
Update bug_report.md 2021-07-03 09:09:54 +02:00
Juan Picado
4c40fa6664
Remove 4.x versions from security support
Today expires security support for any 4.x version
2021-07-01 18:35:50 +02:00
Juan Picado
3d45cecf04
chore: update benchmark settings 2021-06-23 21:22:39 +02:00
Juan Picado
aad7707268
chore: update dependencies (#2304) 2021-06-23 20:08:22 +02:00
Juan Picado
73e6863426
chore: update cron 2021-06-19 21:37:23 +02:00
github-actions[bot]
54b17f4442
chore: update versions (6-next) (#2296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/ui-theme@6.0.0-6-next.9 verdaccio@6.0.0-6-next.19
2021-06-16 08:37:29 +02:00
Juan Picado
7aff3dcb9c fix format 2021-06-14 20:49:50 +02:00
Juan Picado
a9144021d4
Update README.md 2021-06-14 20:28:54 +02:00
Juan Picado
77e2e50943
Update README.md 2021-06-14 20:27:35 +02:00
Juan Picado
09a7cf3456
connect storage with fastify server as decorator (#2299)
* connect storage with fastify server as decorator

* remove dep
2021-06-13 22:03:09 +02:00
Juan Picado
8ca5fe6d26
fix: disable info registry section with pkg manager config (#2298) 2021-06-13 16:23:48 +02:00
Juan Picado
73d34bf9c4
build: upgrade to jest 27 (#2297)
* migrate to jest 27

* test
2021-06-13 09:14:04 +02:00
Juan Picado
67406082ed
update to react17 and other dependencies on ui (#2295) 2021-06-12 21:51:54 +02:00
Juan Picado
d6e44a4c18
chore: replace node-fetch by undici hook package (#2292)
* chore: replace node-fetch by undici hook package

* fix types

* test something

* test 12

* add flag

* restore fail fast

* remove 12 from tests
2021-06-12 18:24:54 +02:00
Juan Picado
2197d08e42 remove unused scripts and deps 2021-06-12 09:54:16 +02:00
Juan Picado
15c694156a
fix eslint warnings (#2265)
* chore: reduce warnings

* chore: fix eslint warnings

* fix warning
2021-06-12 09:25:53 +02:00
Juan Picado
59ac312c21
chore: update stale 2021-06-12 08:09:53 +02:00
Juan Picado
8f16dcfdee
chore: update stale limits 2021-06-12 07:41:05 +02:00
Juan Picado
95ed3db43c chore: fix typo 2021-06-05 16:01:28 +02:00
Juan Picado
cb8991f3d5 chore: rename artifact name 2021-06-05 15:36:34 +02:00
Juan Picado
3d1d5071ed
build: collect metrics running some benchmarks (#2272) 2021-06-05 15:33:17 +02:00
Juan Picado
8682af5628
chore: restore script 2021-05-24 10:46:25 +02:00
Juan Picado
1d8910a8cd chore: publish on new tag 2021-05-24 09:13:29 +02:00
github-actions[bot]
1ef60915e6
chore: update versions (6-next) (#2245)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/api@6.0.0-6-next.12 @verdaccio/auth@6.0.0-6-next.9 @verdaccio/cli@6.0.0-6-next.17 @verdaccio/config@6.0.0-6-next.7 @verdaccio/fastify-migration@6.0.0-6-next.10 @verdaccio/middleware@6.0.0-6-next.9 @verdaccio/mock@6.0.0-6-next.7 @verdaccio/node-api@6.0.0-6-next.17 @verdaccio/proxy@6.0.0-6-next.9 @verdaccio/server@6.0.0-6-next.16 @verdaccio/store@6.0.0-6-next.10 @verdaccio/tarball@11.0.0-6-next.6 @verdaccio/utils@6.0.0-6-next.5 @verdaccio/web@6.0.0-6-next.15 verdaccio-aws-s3-storage@11.0.0-6-next.5 verdaccio@6.0.0-6-next.18
2021-05-24 09:01:22 +02:00
Juan Picado
55ee3fdd97
[Fastify] Add ping endpoint (#2246)
* chore: add ping endpoint

* Update package.json

* rebase from master

* add debug code and logger

* Update index.ts

* Create heavy-ravens-lay.md

* endpoint as plugin

* chore: format

* Update packages/core/server/debug/index.ts

Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>

* add logger instance to fastify

* 4873 port

* format file

* add logger

Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
2021-05-22 06:56:37 +02:00
Juan Picado
4ebf18816a chore: restore changesets version 2021-05-16 19:03:39 +02:00
Juan Picado
276a0a63a7 chore: set max eslint warnings
this will avoid increase number of warnings, only reduce this number along the warnings are being fixed
2021-05-16 17:26:26 +02:00
Juan Picado
f3f00052d8
chore: eslint config module (#2263)
* build: eslint config as package

* chore: fix formatting
2021-05-16 17:11:08 +02:00
Leonardo Metzger
d2c65da9c7
fix: Fix the name validation of a package tarball (#2242)
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-05-15 16:58:06 +02:00
Juan Picado
2924ffa235
chore: remove website (#2244) 2021-05-13 08:38:18 +02:00
Leonardo Metzger
6b1a28deb8
fix: Fix the prefix used to delete from s3 when unpublishing packages (#2243) 2021-05-12 20:15:18 +02:00
Juan Picado
a54c18c02a
additional tests for config pkg (#2237)
* add test config

* add test for home creation

* more checks

* add test

* skip peer platform

* lint

* fix windows
2021-05-09 00:44:07 +02:00
Juan Picado
52b47868e3
add more test proxy (#2236)
* add more test proxy

* test tarball and search

* format

* refactor uplinks
2021-05-08 19:21:21 +02:00
Juan Picado
8582548559
chore: add test for proxy (#2235)
* chore: add test for proxy

* format
2021-05-08 09:47:30 +02:00
Juan Picado
32f66cc2c7 chore: update format 2021-05-07 07:42:46 +02:00
github-actions[bot]
6a01bdbcc9
chore: update versions (6-next) (#2231)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/api@6.0.0-6-next.11 @verdaccio/cli@6.0.0-6-next.16 @verdaccio/node-api@6.0.0-6-next.16 @verdaccio/server@6.0.0-6-next.15 @verdaccio/store@6.0.0-6-next.9 @verdaccio/web@6.0.0-6-next.14 verdaccio@6.0.0-6-next.17
2021-05-07 07:41:38 +02:00
Leonardo Metzger
5ddfa5264c
fix: fix the exact search phrase (#2225)
* fix: Fix the exact search phrase

* fix: Add changeset to fix of exact search phrase

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-05-07 06:43:29 +02:00
Vitaly Baev
1cc00cf2ab
Fixed broken link (#2232) 2021-05-06 18:34:17 +02:00
github-actions[bot]
086c4a7c3c
chore: update versions (6-next) (#2229)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/cli@6.0.0-6-next.15 @verdaccio/node-api@6.0.0-6-next.15 @verdaccio/server@6.0.0-6-next.14 @verdaccio/types@11.0.0-6-next.7 @verdaccio/ui-theme@6.0.0-6-next.8 @verdaccio/web@6.0.0-6-next.13 verdaccio@6.0.0-6-next.16
2021-05-06 08:37:13 +02:00
Omri Bar-Zik
babe5c3f6c
docs: Fix README.md install command (#2230) 2021-05-06 08:37:00 +02:00
Juan Picado
0da7031e77
feat: allow disable login on ui (#2228) 2021-05-05 23:23:03 +02:00
Juan Picado
393125baa1 chore: remove snapshots 2021-05-05 22:51:49 +02:00
github-actions[bot]
7fb5c45243
chore: update versions (6-next) (#2227)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/cli@6.0.0-6-next.14 @verdaccio/node-api@6.0.0-6-next.14 @verdaccio/server@6.0.0-6-next.13 @verdaccio/types@11.0.0-6-next.6 @verdaccio/ui-theme@6.0.0-6-next.7 @verdaccio/web@6.0.0-6-next.12 verdaccio@6.0.0-6-next.15
2021-05-05 21:16:22 +02:00
Juan Picado
aecbd226de
feat: allow ui hide package managers on sidebar (#2226)
* feat: allow ui hide package managers on sidebar

* add test

* add changeset

* chore: remove snapshot

* chore: update config
2021-05-04 21:15:07 +02:00
github-actions[bot]
9ffa205076
chore: update versions (6-next) (#2219)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@verdaccio/cli@6.0.0-6-next.13 @verdaccio/config@6.0.0-6-next.6 @verdaccio/local-storage@11.0.0-6-next.6 @verdaccio/middleware@6.0.0-6-next.8 @verdaccio/mock@6.0.0-6-next.6 @verdaccio/node-api@6.0.0-6-next.13 @verdaccio/proxy@6.0.0-6-next.8 @verdaccio/server@6.0.0-6-next.12 @verdaccio/store@6.0.0-6-next.8 @verdaccio/web@6.0.0-6-next.11 verdaccio@6.0.0-6-next.14 @verdaccio/auth@6.0.0-6-next.8 @verdaccio/api@6.0.0-6-next.10
2021-05-02 09:58:22 +02:00
Slava
1b217fd346
refactor: replace mkdirp with fs.mkdir(Sync) (#2217) 2021-05-02 09:52:12 +02:00
Juan Picado
84373c4669 chore: add migration notes from v5 to master branch 2021-05-01 15:45:18 +02:00