0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00
Commit graph

3610 commits

Author SHA1 Message Date
Dina Basumatary
31af01641f
fix: eslint errors (#1973)
* fix: eslint errors

* fix: rename a test

* fix: broken integration test

due to removing next argument in the middleware.

* changeset
2020-10-24 13:17:21 +02:00
Juan Picado
a4667f3440
refactor: relocate verdaccio-aws-storage plugin (#1977) 2020-10-23 23:58:39 +02:00
Juan Picado
017ac5fedd
refactor: relocate verdaccio-audit plugin (#1976) 2020-10-23 23:12:54 +02:00
Juan Picado
ef0855cdde
refactor: relocate verdaccio-auth-memory plugin (#1975) 2020-10-23 22:44:45 +02:00
Juan Picado
c73b46c957
refactor: relocate verdaccio-memory plugin (#1974) 2020-10-23 22:05:46 +02:00
ike
42024c3460
fix: improving typescript practices in packages/web/src/endpoint/package.ts (#1972)
* chore: 1. Remove @ts-ignore, 2. Remove :any and infer from existed lib, 3. Prevent variable re-assign

* chore: add changeset
2020-10-23 08:44:32 +02:00
Juan Picado
da1ee9c82b
feat: improve legacy token signature by removing deprecated crypto.cr… (#1953)
* feat: improve legacy token signature by removing deprecated crypto.createDecipher

* fix: wrong reference

* chore: add debug
2020-10-03 14:47:04 +02:00
mknj
afbc42a447
fix urls in some packages/*/package.json (#1952) 2020-09-27 08:34:33 +02:00
Juan Picado
fef152f5d1
refactor: auth-utils (#1951)
* chore: refactor auth utils

* chore: relocate crypto utils
2020-09-25 20:16:16 +02:00
Juan Picado
c9a1b22072
chore: update dev deps (#1950) 2020-09-24 22:05:31 +02:00
Juan Picado
ae52ba352a
refactor: migrate request to node-fetch at hooks package (#1946)
* refactor(hooks): new structure for notifications

* chore: fix build

* chore: add debug

* chore: add changeset
2020-09-22 23:43:39 +02:00
Juan Picado
3aa51596dc
refactor: max-len and printWidth to 100 (#1941)
* refactor: max-len and printWidth to 100

* chore: ci specific pnpm version

* fix: add types peer package

literally get rid of types package
2020-09-17 06:48:16 +02:00
Juan Picado
90cc91f071
chore: website drawer for navigation (#1940)
* feat(website): add drawer navigation

* chore: create index by language

* Update Header.tsx
2020-09-13 10:13:11 +02:00
Juan Picado
8592d0aa81
chore: prepare website for development (#1935)
* chore: fix missing dependencies

* clean index page and sidebar

* improve layout for doc page

* format

* basic layout

* Update what-is-verdaccio.md

* check format
2020-09-11 20:36:04 +02:00
Juan Picado
a53f649fd5
docs: update contribution guidelines, scripts to debug and additional notes (#1918)
* chore: debug improments

* update guides

* docs: update contribution guidelines

* chore: add debug notest

* chore: format code
2020-09-07 07:36:08 +02:00
Juan Picado
26b494cbd4
feat: add typescript project references settings (#1933)
Add two different settings for compile and develop.

https://www.typescriptlang.org/docs/handbook/project-references.html
2020-09-07 07:07:05 +02:00
Abraham Schilling
35471794e2
build: configure prettier as formatter for json, yaml and markdown (#1930)
* build: configure pretter as formatter for most files

* chore: reformat code (#1931)

* chore: re-format all files

* chore: force run quality anaylsis test

Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>

Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2020-09-03 21:15:29 +02:00
Juan Picado @jotadeveloper
a57d2bb57f
chore: downgrade pnpm changeset workflow 2020-09-01 21:56:21 +02:00
Juan Picado
42dfed785f
chore: patch changesets example (#1929)
* chore: test changesets

* chore: add changeset
2020-09-01 21:50:28 +02:00
Abraham Schilling
88604e217d
build: add missing os matrix (#1928) 2020-09-01 21:22:36 +02:00
Abraham Schilling
8db6344ab4
5.x tests on windows (#1919) 2020-08-31 22:21:38 +02:00
Juan Picado
f63b0819b4
chore: restore website build (#1920) 2020-08-27 21:23:56 +02:00
Juan Picado @jotadeveloper
b715b620fd
reenable docker publish 2020-08-23 12:15:24 +02:00
Juan Picado @jotadeveloper
21acbcc4a4
chore: ignore pnpm store 2020-08-23 09:48:25 +02:00
Juan Picado @jotadeveloper
fc334aede0
chore: ci include release pr 2020-08-23 09:43:29 +02:00
Juan Picado @jotadeveloper
25a2187574
chore: add missing script 2020-08-23 09:26:51 +02:00
Juan Picado @jotadeveloper
d0699ae029
chore: install right dep npm-run-all 2020-08-23 09:25:10 +02:00
Juan Picado @jotadeveloper
331060b2ab
chore add run-s dependency 2020-08-23 09:22:26 +02:00
Juan Picado @jotadeveloper
ec256c038f
chore: update changesets workflow 2020-08-23 09:19:16 +02:00
Juan Picado @jotadeveloper
33f34c9ff3
chore: update changesets workflow 2020-08-23 09:17:36 +02:00
Juan Picado @jotadeveloper
e016a6e5ab
chore: update changesets workflow 2020-08-23 09:15:41 +02:00
Juan Picado @jotadeveloper
7d123601b9
chore: add changesets workflow 2020-08-23 09:13:36 +02:00
Juan Picado
b57b433886
feat: enable changesets (#1913)
* chore: add changeset deps

* chore: enable prerelease mode

* enable changesets
2020-08-22 12:42:58 +02:00
Juan Picado
aa6633ec49
feat: improve workspace and dependencies debug
* feat: using workspace @verdaccio/types

* feat: use core local-storage plugin

* chore: add missing dependencies

* chore: replace trace by debug

* chore: plugin loader uses debug
2020-08-21 07:51:12 +02:00
Juan Picado @jotadeveloper
372d87a043
chore: update typescript and lint plugins 2020-08-19 22:41:27 +02:00
Juan Picado @jotadeveloper
63654c4c43
chore: update wrong imports 2020-08-19 22:09:12 +02:00
Juan Picado @jotadeveloper
4a4d3c692c
feat: add @verdaccio/commons-api package
Update local references
2020-08-19 22:02:40 +02:00
Juan Picado
c009bf7760
feat: relocate core packages (#1906)
* chore: clean lint warnings

* refactor: move core packages
2020-08-19 20:27:35 +02:00
Juan Picado @jotadeveloper
bf79e17bc4
chore: update branch for ci 2020-08-14 19:23:08 +02:00
Juan Picado @jotadeveloper
988b2b2f7a
chore: ignore codeql analysis
I shutdown this temporary while is in development
2020-08-14 19:21:39 +02:00
Juan Picado @jotadeveloper
979e547d95
chore: extend lint rules to root 2020-08-13 23:36:23 +02:00
Juan Picado
09b59d59e6
chore: lint prettier update (#1904)
* chore: update prettier@2.x

* chore: prettier auto fix

* chore: fake circleci

we don't need it but I want make dissapear the error
2020-08-13 23:27:00 +02:00
Juan Picado
4304f132fb
chore: update readme 2020-08-13 19:48:15 +02:00
Juan Picado @jotadeveloper
42a211d5b3
chore: update snapshot 2020-08-11 22:48:08 +02:00
Juan Picado
66bfc6497e
refactor: devDependencies strictly defined in each package (#1884)
* refactor: new babel preset

* chore: using pnpm

let's see how it goes, all seems works fine by far, pretty solid.
2020-08-11 07:46:53 +02:00
Juan Picado @jotadeveloper
ded44fb12d
chore: rebase from master 2020-08-11 07:46:38 +02:00
Juan Picado @jotadeveloper
d6d908b43e
chore: update lock file 2020-08-11 07:46:38 +02:00
Juan Picado
a819139291
refactor: test api refactor (#1826)
* test: add test for whoami

* Update middleware.ts

* test for user api

* more test for user api

* remove repeated code

* refactor

* Update index.spec.ts

* add package test

refactor others

* chore: upgrade deps

* chore: add test for package

* chore: update test

* update lock file

* Update ci.yml

* Update ci.yml

* Update package.spec.ts

* chore: update ci settings

* chore: update deps

* chore: update test
2020-08-11 07:46:37 +02:00
Juan Picado @jotadeveloper
1f9efd7c19
chore: remove duplication 2020-08-11 07:46:36 +02:00
Juan Picado @jotadeveloper
0508400668
chore: update readme 2020-08-11 07:46:35 +02:00