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

221 Commits

Author SHA1 Message Date
Juan Picado
5b1aa87b76
Update README.md 2021-04-02 10:20:55 +02:00
Juan Picado
a163099a96
Update README.md 2021-04-01 09:55:21 +02:00
Juan Picado
67cbdeecfe
Update README.md 2021-04-01 07:45:55 +02:00
Juan Picado
93555fd32c
chore: update readme 2021-03-31 23:44:57 +02:00
Juan Picado
ece56ee9d2 chore: update docker release script 2021-03-29 19:33:48 +02:00
Juan Picado
1a10d2ee6e chore: update readme 2021-03-29 13:09:37 +02:00
Juan Picado
c724ccd331
chore: update readme 2021-03-25 08:13:36 +01:00
bl-ue
0a4e2fd69d
docs: update projects using Verdaccio and their stars (#2107)
* Update projects using Verdaccio and their stars

* rearrange some based on the star count
* remove two duplicates
* add star count to "workshopper how to npm" because they
   recently achieved 1k stars

* Update README.md

* Update README.md
2021-02-26 16:23:29 +01:00
Juan Picado
2d0fa2d17d chore: update readme 2021-01-20 21:05:20 +01:00
Juan Picado
9b25761786
chore: update cc license link 2020-12-07 07:49:19 +01:00
Juan Picado
e4357a6dbd
chore: update readme
update list of relevant projects uses verdaccio
2020-12-02 21:59:57 +01:00
Abdelrahman Abdelhafez
64f6cbd449
chore: fix typo on readme (#2008) 2020-11-20 16:40:09 +01:00
Marco Vito Moscaritolo
34c687cb87
chore: fix syntax highlight in README.md (#1893)
Fix syntax highlight in README.md
2020-08-03 18:50:23 +02:00
Juan Picado @jotadeveloper
9a1892f436
chore: update readme 2020-06-26 11:43:57 +02:00
Juan Picado
a8d86091ec
chore: update readme 2020-06-24 09:50:35 +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
Juan Picado
03c7feb64d
feat: update verdaccio plugins and dependencies (#1838)
* chore: update dependencies

* chore: update dependencies

* chore: remove node v10 warning
2020-06-13 10:38:23 +02:00
Juan Picado
2d16675a66
chore: add browserstack oss sponsor on readme 2020-05-21 09:09:42 +02:00
Juan Picado
882704f981
chore: add openjs world talk 2020-05-09 20:16:35 +02:00
Juan Picado @jotadeveloper
17c3324e93
fix: update docs to support minimum node v10 (#1753)
At v4.5.0 we shipped some security releases, one of them is JSDOM https://github.com/jsdom/jsdom/releases/tag/16.0.0 and only supports Node.js v10

Node v8 is out of maintenance so we don't consider this a breaking change.
2020-03-14 08:28:40 +01:00
Juan Picado @jotadeveloper
0a83d94819
chore: update add new talks 2020-03-06 08:16:42 +01:00
Patrick DeVivo
f85cbf3c6c
chore: add TODOs badge to the README (#1725)
Closes #1724
2020-02-27 23:14:04 +01:00
Daniel Ruf
fd6c6497fa fix: use https to resolve mixed content errors (#1674)
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-01-15 20:09:31 +01:00
Juan Picado @jotadeveloper
28f1a94329
chore: update readme 2019-11-19 08:36:47 +01:00
Juan Picado @jotadeveloper
086c45b6e2
chore: add babe.js as oss user 2019-11-16 13:39:42 +01:00
Juan Picado @jotadeveloper
44c79ad708
chore: update readme url 2019-10-22 07:08:54 +02:00
Juan Picado @jotadeveloper
073bcb0982
chore: add video to readme 2019-10-22 07:06:46 +02:00
welling guzmán
549f4743d0 fix: minor typos, formatting, and docs (#1512) 2019-10-06 20:07:36 +02:00
Juan Picado @jotadeveloper
1076d14bb0
chore(core): daniel ruf to core team
I have to tell, I've been willing this for a while, Daniel has been helping us since more than one year ago, constantly helping on different areas and would be a pleasure you will be part of our virtual team.

So, I guess only Daniel can approve this PR.
2019-10-01 20:52:25 +02:00
jamesgeorge007
cab5e608b6 update docs 2019-10-01 16:12:26 +05:30
jjangga0214
eaf3556e3d docs(readme): fix broken link (#1491)
replace old link toward docs directory to direct external link to docs website.
2019-10-01 07:46:22 +02:00
Juan Picado @jotadeveloper
9006aefea7
chore: update readme 2019-09-08 00:53:32 +02:00
Juan Picado @jotadeveloper
dbf20175dc
feat: npm token command support (#1427)
* feat: support for npm token

This is an effor of:

This commit intent to provide npm token support.

https: //github.com/verdaccio/verdaccio/issues/541
https: //github.com/verdaccio/verdaccio/pull/1271
https: //github.com/verdaccio/local-storage/pull/168
Co-Authored-By: Manuel Spigolon <behemoth89@gmail.com>
Co-Authored-By: Juan Gabriel Jiménez <juangabreil@gmail.com>

* chore: update secrets baselines

Co-Authored-By: Liran Tal <liran.tal@gmail.com>

* chore: update lock file

* chore: add logger mock methods

* chore: update @verdaccio/types

* refactor: unit test was flacky

adapt the pkg access to the new configuration setup

* refactor: add plugin methods validation

* test: add test for aesEncrypt

* chore: update local-storage dependency

* chore: add support for experimetns

token will be part of the experiment lists

* chore: increase timeout

* chore: increase timeout threshold

* chore: update nock

* chore: update dependencies

* chore: update eslint config

* chore: update dependencies

* test: add unit test for npm token

* chore: update readme
2019-09-07 15:46:50 -07:00
Alex Dixon
7d71b060c4 docs: show usage without setting registry globally (#1440) 2019-08-20 20:19:13 +02:00
Matthew Curtis
8d51856dbf chore: update language in README's Donations section (#1433)
The Donations section of the README had a couple of typos, so I tidied it up a little bit.
2019-08-08 19:25:20 +02:00
Juan Picado @jotadeveloper
22a122e5b8
chore: fix typo 2019-07-29 11:04:32 +02:00
Juan Picado @jotadeveloper
e03003f95b
chore: update readme 2019-07-29 11:03:06 +02:00
Juan Picado @jotadeveloper
318f868720
chore: update readme add angular cli 2019-07-06 08:37:35 +02:00
James George
0177241504
Minor tweaks
typo fix and grammar
2019-06-29 09:43:45 +05:30
Jason Cooke
a6a4eee66b docs: fix typo (#1362) 2019-06-27 06:01:31 +02:00
Juan Picado @jotadeveloper
b9506d6ef6
feat: prepare release v4 (#1307)
* chore: remove the next tag

* chore: update readme

* chore: add docs location info and translation

* chore: update readme
2019-05-26 14:20:38 +02:00
Juan Picado @jotadeveloper
4e4b218ed2
chore: update readme img references 2019-05-26 12:40:49 +02:00
Juan Picado @jotadeveloper
0e9f23d8bf
feat: create security policy (#1322)
* chore: create security policy

* chore: add security.txt

* chore: add public gpg key

* chore: add security policy notification

* chore: add snyk and npmjs security report links

* chore: update security vulnerability description

* chore: update readme

* chore: update README.md

* chore: update SECURITY.md

* chore: update SECURITY.md

* chore: update SECURITY.md

* chore: update SECURITY.md

* chore: update security.md

* chore: update SECURITY.md
2019-05-25 22:11:13 +02:00
Juan Picado @jotadeveloper
3451b1c4c0
chore: update readme 2019-04-01 07:48:58 +02:00
Juan Picado @jotadeveloper
9af62c3ad2
chore: add link to stackshare to badge 2019-03-29 06:37:53 +01:00
Juan Picado @jotadeveloper
9e7e751526
chore: add StackShare badge 2019-03-29 06:36:34 +01:00
Juan Picado @jotadeveloper
789fb8561c
Update README.md 2019-03-27 15:28:32 +01:00
Juan Picado @jotadeveloper
649c9dfae2
Update README.md 2019-03-27 15:26:23 +01:00
Juan Picado @jotadeveloper
5bd83f27d1
Merge branch 'master' into master 2019-03-11 21:31:05 +01:00
Juan Picado @jotadeveloper
9472fe5077
chore: update readme 2019-03-11 21:06:16 +01:00
Juan Picado @jotadeveloper
94d5216bf4
chore: update readme 2019-03-11 20:57:49 +01:00
Juan Picado @jotadeveloper
3c05dd1f27
chore: update readme 2019-03-11 20:18:24 +01:00
vip30
75c0e1e4ec feat: add stars api 2019-03-11 23:37:17 +08:00
Juan Picado @jotadeveloper
eed58fcb8d
Update README.md 2019-02-26 06:59:42 +01:00
Juan Picado @jotadeveloper
7b0ff3b734
chore: update readme 2019-01-20 10:38:39 +01:00
Juan Picado @jotadeveloper
35a6cbdbdf
chore: update readme 2019-01-20 10:35:57 +01:00
Juan Picado @jotadeveloper
06604f5d9f
chore: add balsamiq logo and update readme 2019-01-20 10:34:10 +01:00
Juan Picado @jotadeveloper
40e8fc3963
chore: update readme (#1084)
* chore: update readme

* chore: update readme

* chore: add links to badges

* chore: add docker examples link

* chore: update links

* chore: update readme
2018-11-06 13:46:58 +08:00
SheetJSDev
d7d389c896 chore: README cleanup (#1058) 2018-10-21 17:39:13 +02:00
Shawn Rebello
b1634914e1 Minor: typo fix (#1029) 2018-09-27 22:48:14 +02:00
Lars Willighagen
e01fc9f7aa docs: Fix broken links to npm issues (#1004)
Fix broken links of npm issue reports. The relevant repository has moved from `npm/registry` to `npm/registry-issue-archive`.
2018-09-18 17:22:37 +02:00
Ashish Surana
cee185e133 docs: changes gitter link to Discord
- changes in website footer also
2018-07-31 12:51:26 +05:30
ayusharma
ba9903e212 chore: adds discord badge 2018-07-23 12:23:02 +02:00
Juan Picado @jotadeveloper
6824032f28
chore: update readme 2018-07-04 21:28:55 +02:00
Juan Picado @jotadeveloper
60593af129
chore: update readme 2018-06-08 07:42:54 +02:00
Juan Picado @jotadeveloper
4a5116fb5d
chore: update readme 2018-06-01 06:35:28 +02:00
Juan Picado @jotadeveloper
7cb3c86c02
chore: fix gif path 2018-05-31 09:37:03 +02:00
Juan Picado @jotadeveloper
160c5e33ea
chore: typo 2018-05-31 09:32:59 +02:00
Juan Picado @jotadeveloper
a93b97b6f8
chore: update readme
badge max age removed
2018-05-31 02:00:22 +02:00
Juan Picado @jotadeveloper
2549c346fc
chore: update badges 2018-05-30 21:19:29 +02:00
Juan Picado @jotadeveloper
c5d6151ccd
chore: update intro 2018-05-30 06:15:30 +02:00
Juan Picado @jotadeveloper
4ebbf28545
docs: update readme 2018-05-29 23:03:51 +02:00
Juan Picado @jotadeveloper
ffb959942b
chore: update readme 2018-05-29 23:01:56 +02:00
Juan Picado @jotadeveloper
6cdb4e4367
chore: update readme 2018-05-29 22:51:44 +02:00
Juan Picado @jotadeveloper
f9f180de98
feat: support for npm audit fix #689
it is dissabled and commented out by default
2018-05-21 12:08:14 +02:00
Idan Gozlan
ee07dce8c3
Update README.md 2018-04-29 11:32:48 -07:00
Juan Picado @jotadeveloper
068f63338e
docs: updated docker pull badge 2018-04-15 08:06:10 +02:00
Juan Picado @jotadeveloper
df57744872
docs: update readme 2018-04-15 08:05:00 +02:00
Juan Picado @jotadeveloper
c6eb6756ed
Update README.md 2018-03-10 17:59:55 +01:00
Juan Picado @jotadeveloper
11eefe15fc
docs: update readme 2018-02-24 22:23:15 +01:00
Jess
3d6e01629e Added backers and sponsors on the README 2018-02-17 14:57:18 +09:00
Juan Picado @jotadeveloper
9693b1b157
docs(readme): update readme 2018-02-11 12:30:16 +01:00
丸子
ed65d00484
Fix broken URL 2018-01-25 14:17:41 +08:00
Juan Picado @jotadeveloper
b0d6935071
Update README.md 2018-01-19 07:27:00 +01:00
Juan Picado @jotadeveloper
3d9cb2075e
chore: update readme 2018-01-18 07:03:21 +01:00
Roger Meier
a91eaae4bb chore: use david-dm instead of greenkeeper 2018-01-12 14:23:19 +01:00
Corey Jewett
a545557e93
fix link to server.md 2018-01-10 18:17:56 -08:00
Juan Picado @jotadeveloper
838e4d9d34
Update README.md 2018-01-08 07:51:44 +01:00
Juan Picado @jotadeveloper
43e3f6e025
docs: update readme 2018-01-07 19:40:08 +01:00
Juan Picado @jotadeveloper
b709b378f5
docs: update readme 2018-01-07 14:02:46 +01:00
Juan Picado @jotadeveloper
9584416fe9 docs: Add license reference to README and add specific license for documentation 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
82a71ebf64 refactor: drop node4 support 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
5b9f0c09ac
Update README.md 2017-12-07 09:11:44 +01:00
Juan Picado @jotadeveloper
2a51dbd40d
doc: update logo readme 2017-12-07 08:21:48 +01:00
Christoph Rohrer
7e1d29be17
fixes 2 typos in Readme 2017-11-12 20:02:08 +01:00
Bogdan Alexandru Marginean
64bc6abd14
Update README.md 2017-10-31 01:55:33 +02:00
Juan Picado @jotadeveloper
4b99b4f16d docs: update readme 2017-10-26 13:49:41 +02:00
Juan Picado @jotadeveloper
fa5797df50 docs: update most common questions link 2017-10-17 18:23:28 +02:00
Juan Picado @jotadeveloper
9ff7160640 Update README.md 2017-09-23 10:58:13 +02:00
Juan Picado @jotadeveloper
506ae57aa3
docs: Add links to wiki 2017-08-29 08:13:10 +02:00