Juan Picado @jotadeveloper
a70454c7b2
feat: migrate yarn workspaces ( #1546 )
2021-04-09 17:54:01 +02:00
Juan Picado
507e55a9a5
chore: remove behindProxy
...
not ready for this release, need more thoughts
2021-04-05 20:48:41 +02:00
Juan Picado
80d669e6eb
chore: emit warning if is using multiple addresses
2021-04-04 08:21:32 +02:00
Juan Picado
6fef45f9ef
chore: better logging for publish ( #2163 )
2021-04-03 22:09:31 +02:00
Juan Picado
be2f6129bb
feat: clipanion as cli ( #2160 )
...
* feat: clipanion as cli
* chore: add version command
* chore: update ts
2021-04-03 13:13:31 +02:00
Juan Picado
9c803993d0
feat: custom protocol header ( #2156 )
2021-04-02 10:48:51 +02:00
Paola Morales
b0fc25a8c4
refactor: improve logging ( #2154 )
...
* refactor: improve logging
* chore: update test
* chore: update local-storage.ts
* chore: update local-storage.ts
2021-03-31 23:22:32 +02:00
Juan Picado
5b6be2aa09
fix: using correctly logging levels ( #2153 )
...
* fix: using correctly logging levels
* chore: update deps
2021-03-31 21:21:40 +02:00
Juan Picado
ee97dcb46c
feat: replace bunyan by pino.js ( #2148 )
...
* feat: replace bunyan by pino.js
* chore: refactor logger
* chore: fix e2e
* chore: better catch
2021-03-30 20:32:46 +02:00
Juan Picado
15bb350ae4
feat: improve url_prefix behavior ( #2122 )
...
read pr 2122 for more details
2021-03-29 12:32:37 +02:00
Juan Picado
3a1f608f0b
feat: upgrade to commander v7 ( #2143 )
2021-03-28 17:53:58 +02:00
Juan Picado
43f70437af
feat!: drop node 8 and node 10 ( #2142 )
...
There is no breaking changes on features aside of Node version
2021-03-28 10:40:52 +02:00
Juan Picado
7b6fbae6ae
feat: handle kill signals nicely ( #2130 )
...
* feat: handle kill signals nicely
* chore: add docs and rename variable
Co-authored-by: edward kim <edward.kim@lendi.com.au>
2021-03-17 07:29:07 +01:00
Juan Picado
93468211d6
chore: update eslint dependencies ( #2126 )
...
* chore: update eslint
* chore: update rules and style
* chore: aling formatting
* chore: update ci rules
* chore: aling formatting
* chore: aling formatting
2021-03-14 08:42:46 +01:00
Juan Picado
4d152ca01b
feat: enable keep alive ( #2067 )
2021-01-20 21:43:50 +01:00
Juan Picado
39376be345
feat: skip log static content from web ( #2027 )
...
The PR #2026 will create more noise because the static content is smaller and segmented, this PR skip all those entries to the log.
2020-12-13 22:58:36 +01:00
Andrey Frimuchkov
e2f7bb2f29
feat: Set bytesin log as optional ( #2013 )
...
https://github.com/verdaccio/verdaccio/issues/1912
Co-authored-by: frimuchkov <frimuchkov@yandex-team.ru>
2020-12-02 21:48:01 +01:00
Andrey Frimuchkov
1e59b6aa6f
fix: doubled request logs in node.js >= 11 ( #2012 )
...
```
$ docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio warn --- config file - /verdaccio/conf/config.yaml
warn --- Verdaccio started
warn --- Plugin successfully loaded: verdaccio-htpasswd
warn --- Plugin successfully loaded: verdaccio-audit
warn --- http address - http://0.0.0.0:4873/ - verdaccio/4.9.1
http --> 200, req: 'GET https://registry.npmjs.org/execa ' (streaming)
http --> 200, req: 'GET https://registry.npmjs.org/execa ', bytes: 0/119164
http <-- 200, user: null(172.17.0.1), req: 'GET /execa', bytes: 0/27224
http <-- 200, user: null(172.17.0.1), req: 'GET /execa', bytes: 0/27224
```
2020-12-02 21:17:36 +01:00
Juan Picado
f4a85af20d
fix: fix missing readme on npm7 ( #2010 )
...
* fix: fix missing readme on npm7
* test: update test for readme
2020-11-28 22:57:52 +01:00
Juan Picado
185babc53f
fix: check author if lastest is not found ( #1994 )
2020-11-22 13:55:14 +01:00
Juan Picado
4feaf241c9
fix: buffer deprecated warnings ( #1993 )
...
* chore: use Buffer.from and Buffer.alloc instead of deprecated new Buffer
* chore: fix lint
* chore: fix lint
Co-authored-by: Jarom Loveridge <jaroml@gradecam.com>
2020-11-03 07:55:08 +01:00
Juan Picado
1ece11cfc0
feat: migrate yarn 1 to yarn 2 ( #1962 )
2020-10-11 19:06:21 +02:00
Juan Picado
647b6b3ff7
test: add test for socket timeout ( #1959 )
...
* test: add test for socket timeout
* chore: add offline online test
2020-10-11 15:58:57 +02:00
Juan Picado
844267ce25
fix: revert move bodyParse to the upper level ( #1841 ) ( #1877 )
...
This reverts commit 67c31b69
2020-07-16 21:59:21 +02:00
Jian-Chen Chen (jesse)
912482a5ae
feat: ca certificate is optional for https configuration ( #1853 )
...
* setup https server
* typed handleHttps
* fix if condition
* generate certificate on the fly
* revert yarn.lock
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2020-06-30 19:05:29 +02:00
Juan Picado
0bfdeaa2e4
fix: move search v1 endpoint as experimental ( #1850 )
...
the current one has not auth implemented, to avoid the lack of fallback to the original one now is required to be used it by default until the v1 is on shape production ready.
2020-06-22 13:33:43 +02:00
Jian-Chen Chen (jesse)
80ade97801
feat: npm deprecation support ( #1842 )
...
* support deprecation
* test case for deprecation
* fix format
* testing for multiple packages deprecation
* update README
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2020-06-19 22:54:03 +02:00
Robert Sabirov
67c31b69ca
fix: move bodyParse to the upper level ( #1841 )
...
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2020-06-19 07:40:06 +02:00
Juan Picado
c2e0e1e0bf
fix: avoid access to sidebar without login ( #1794 )
2020-05-01 11:09:44 +02:00
Juan Picado
416d41fa08
fix: improve token validation ( #1784 )
...
* fix: check name of credentials
* chore: improve validation
2020-04-26 22:26:49 +02:00
Juan Picado @jotadeveloper
1a9a12e918
fix: fatal exception and crash when log rotate signal event is called ( #1774 )
...
fix #1709
2020-04-10 17:36:29 +02:00
Juan Picado @jotadeveloper
d68926050d
fix: incorrect primary_color crash the ui ( #1771 )
...
* fix: incorrect primary_color crash the ui
* chore: also supports 3 and 6 characters as valid hex
2020-04-09 00:33:03 +02:00
Juan Picado @jotadeveloper
4a812620cf
feat: add dark mode on and chinese translation for web ( #1765 )
...
* feat: add dark mode on ui
* chore: update description
* chore: update @verdaccio/ui-theme@1.5.0
* chore: add spaces
2020-04-08 23:24:57 +02:00
Juan Picado @jotadeveloper
c493b316b1
feat: i18n on web ( #1750 )
...
* feat: add i18n to web
* chore: enable es features
2020-03-14 07:16:47 +01:00
Joshua Jensch
9ac307adc5
feat: add support for new search endpoint( #1732 )
...
https://github.com/verdaccio/verdaccio/issues/310
* Add an incomplete implementation of the v1/search api
* Use parseInt and || instead of ?? for processing numeric arguments
* Remove res.end, as we already use response.json
* Remove unused request parameters and add TODO comment
* Fix eslint errors
Co-authored-by: Joshua Jensch <j.jensch@hvs.de>
2020-03-06 08:19:06 +01:00
Kevin Yockey
3aaa04829a
fix: adding Content-Type to response in GET /-/all ( #1697 ) ( #1728 )
2020-03-03 21:16:53 +01:00
Viktor Oreshkin
70a93da1fc
fix: tarball urls for web/package ( fix #1714 ) ( #1716 )
2020-02-25 20:24:42 +01:00
Daniel Ruf
a616250e33
refactor: remove extraneous else statements ( #1671 )
...
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-12 14:44:22 +01:00
Daniel Ruf
5dc6183802
refactor: use optimized svg for generic gravatar ( #1670 )
2020-01-12 11:34:53 +01:00
Robin van Boven
19d9fc2fa5
fix: use hasProxyTo to find correct uplink for tarballs ( #1644 )
...
* test: different uplinks with the same URL
This test reproduces #1642
* fix: use hasProxyTo to find correct uplink for tarballs
Fixes #1642
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-11 08:39:58 +01:00
Giedrius Grabauskas
4f43347b50
fix: updated combine url fix method ( #1647 )
...
* test: added more combineBaseUrl tests
* fix: optimized and updated combineBaseUrl method logic
2020-01-08 09:30:23 +01:00
Daniel Ruf
f89bf27f5a
fix: prevent issue with leading hyphen in package name - fixes #1429 ( #1636 )
2020-01-03 23:57:21 +01:00
Juan Picado @jotadeveloper
c30412b6db
refactor: update monorepo deps and types ( #1631 )
2019-12-25 14:46:14 +01:00
Juan Picado @jotadeveloper
7fe943f7bc
build: update dependencies ( #1630 )
...
* chore: update dependencies
* chore: update secrets
2019-12-23 09:29:27 +01:00
Favo Yang
158de3f768
fix: search api will not set magic date header when return array ( #1598 )
2019-12-14 12:08:37 +01:00
claude
e85e8bfaa9
refactor: simplify conditional expression
2019-12-12 20:33:00 +08:00
James George
05c9d0507c
refactor: use Array.includes ( #1596 )
2019-12-07 07:44:11 +01:00
Shreynik
b06b305b59
refactor: removes ts ignore comments ( #1541 )
2019-11-02 11:18:37 +01:00
Anix
cbea2edecb
fix: changed the exit code for info flag ( #1537 )
...
* fix: changed the exit code for info flag
* fix: changed the exit code for info
2019-10-30 08:33:05 +01:00
TJ
a7d6a9c560
chore: removes 3x unnecessary @ts-ignore comments ( #1524 )
2019-10-19 08:42:17 +02:00