1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
Commit Graph

65 Commits

Author SHA1 Message Date
Juan Picado
eab3007939 chore: update deps (#2056)
* chore: update deps

* chore: update eslint

* chore: update deps types
2021-04-09 17:54:34 +02:00
Juan Picado
e83e500b80 fix: cleanup warnings (#1986)
* fix: lint warnings

* fix: test
2021-04-09 17:54:24 +02:00
Juan Picado
8c730c0694 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
2021-04-09 17:54:20 +02:00
Juan Picado
1e48f1c077 chore: website drawer for navigation (#1940)
* feat(website): add drawer navigation

* chore: create index by language

* Update Header.tsx
2021-04-09 17:54:20 +02:00
Abraham Schilling
ddb42431d1 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>
2021-04-09 17:54:19 +02:00
Juan Picado
8f9467ce3d chore: restore website build (#1920) 2021-04-09 17:54:17 +02:00
Juan Picado
716734c83c 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
2021-04-09 17:54:14 +02:00
Juan Picado @jotadeveloper
9ed932e589 chore: extend lint rules to root 2021-04-09 17:54:12 +02:00
Juan Picado
e61bd6c78f 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
2021-04-09 17:54:12 +02:00
Juan Picado
9f2a29a275 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.
2021-04-09 17:54:11 +02:00
Juan Picado
a7ba76423e 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
2021-04-09 17:54:11 +02:00
Juan Picado
4f3afa33a2
build: fix node version issue on ci (#2140)
* build: fix node version issue

* chore: fix test on node 15
2021-03-26 18:04:19 +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 @jotadeveloper
7fe943f7bc build: update dependencies (#1630)
* chore: update dependencies

* chore: update secrets
2019-12-23 09:29:27 +01:00
Juan Picado @jotadeveloper
3bf2196388
chore: reorganize setup files 2019-12-15 08:52:55 +01: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
Juan Picado @jotadeveloper
37530ac0fd
build: update dependencies (#1452)
* build: update dependencies

* chore: update dependencies

* chore: update dependencies

* chore: update dependencies

* chore: allow ts-ignore

we will remove this in the future, warn for now

* chore: eslint rules as warning

this is due the update, we will address this later
2019-08-25 10:16:43 -07:00
Juan Picado @jotadeveloper
66f4197236
feat: convert project to typescript (#1374)
* chore: test

* chore: add

* chore: more progress

* chore: progress in migration, fix prettier parser

* chore: reduce tsc errors

* chore: refactor storage utils types

* chore: refactor utils types

* chore: refactor local storage types

* chore: refactor config utils types

* chore: refactor tsc types

* refactor: apply eslint fix, tabs etc

* chore: fix lint errors

* test: update unit test conf to typescript setup

few test refactored to typescript

* chore: enable more unit test

migrate to typescript

* chore: migrate storage test to tsc

* chore: migrate up storage test to tsc

* refactor: enable plugin and auth test

* chore: migrate plugin loader test

* chore: update dependencies

* chore: migrate functional test to typescript

* chore: add codecove

* chore: update express

* chore: downgrade puppeteer

The latest version does not seems to work properly fine.

* chore: update dependencies
2019-07-16 08:40:01 +02:00
Juan Picado @jotadeveloper
c3c62021e5
feat: theme as plugin (#1252)
* chore: remove ui

* chore: remove size step

* chore: update theme plugin

* chore: update lock file

* Update main.workflow

* chore: update js-yaml dep

* chore: @verdaccio/ui-theme@0.0.4

* feat: allows theme as a plugin

* chore: update package description
2019-04-06 08:35:38 +02:00
Priscila Oliveira
0146c7d235 refactor: fix minor issues 2019-01-06 16:19:02 +01:00
Priscila Oliveira
a5e2853518 refactor: actived the rule jsx-max-depth 2019-01-06 12:44:24 +01:00
Priscila Oliveira
0a2ea1f35e refactor: actived the rule jsx-no-comment-textnodes 2019-01-06 11:40:15 +01:00
Priscila Oliveira
412efb6ceb refactor: actived the rule jsx-no-duplicate-props 2019-01-06 11:35:43 +01:00
Priscila Oliveira
d349b2f0d4 refactor: actived the rule react/jsx-no-literals 2019-01-06 11:33:15 +01:00
Priscila Oliveira
ba9e48e5b1 refactor: actived the rule react/jsx-one-expression-per-line 2019-01-06 11:11:10 +01:00
Priscila Oliveira
41f0782db4 refactor: actived the rule quote-props 2019-01-06 11:03:41 +01:00
Priscila Oliveira
b3ea81e596 refactor: fixed lint erros - destructuring-assignment 2019-01-05 23:15:52 +01:00
Juan Picado @jotadeveloper
a7c34b348e
chore: jest/expect-expect disabled
it does not make sense for now enable this
2018-12-16 19:05:52 +01:00
Juan Picado @jotadeveloper
97d5f6cbfb
chore: enable react/jsx-curly-brace-presence 2018-12-16 18:54:40 +01:00
Juan Picado @jotadeveloper
30e36e8098
chore: enable react/jsx-sort-default-prop as error 2018-12-16 18:42:39 +01:00
Juan Picado @jotadeveloper
02b4ce50e5
chore: fix comma-dangle and react/jsx-sort-props
enable react/jsx-sort-props
enable camelcase on ui
enable semi global
2018-12-15 22:07:19 +01:00
Juan Picado @jotadeveloper
1421546baf
chore: fix react/jsx-no-bind issues
enable react/jsx-max-props-per-line
2018-12-15 21:05:24 +01:00
Juan Picado @jotadeveloper
2a30f5263a
chore: fix react/jsx-wrap-multilines error
enable
react/jsx-no-undef
react/jsx-wrap-multilines
react/jsx-tag-spacing

replace 2 by error on eslint in some configs
2018-12-15 17:34:32 +01:00
Juan Picado @jotadeveloper
2d5d8ba84f
chore: enable react/jsx-pascal-case
react/jsx-equals-spacing
react/jsx-indent-props
react/jsx-key
2018-12-15 17:23:23 +01:00
Juan Picado @jotadeveloper
529fa5656b
chore: enable react/jsx-first-prop-new-line as error 2018-12-15 16:59:05 +01:00
Juan Picado @jotadeveloper
5d3f498138
chore: enable react/jsx-boolean-value as error 2018-12-15 16:41:27 +01:00
Juan Picado @jotadeveloper
ef42cb11d0
chore: enable react/jsx-curly-spacing as error 2018-12-15 16:39:51 +01:00
Juan Picado @jotadeveloper
f61dfdf787
refactor: Footer according eslint rules 2018-12-15 16:33:57 +01:00
Juan Picado @jotadeveloper
0fb344d0c2
chore: set all to warning 2018-12-15 08:55:39 +01:00
Juan Picado @jotadeveloper
523446f9f4
chore: apply react eslint rules 2018-12-05 23:53:20 +01:00
Juan Picado @jotadeveloper
3c8e0fbd16
chore: update eslint rules 2018-12-04 07:17:19 +01:00
Juan Picado @jotadeveloper
4c88d2371c
chore: add new style rules 2018-12-03 07:18:45 +01:00
Juan Picado @jotadeveloper
b19df01b49
chore: enable class properties for react components (#1067) 2018-10-09 14:24:17 +02:00
Utwo
94c20b44f5 refactor: remove React version not specified warning (#1047)
Add settings to .eslintrc
2018-10-04 14:19:50 +02:00
Priscila
43bd622e29 feat: added prettier (#921) 2018-08-15 22:17:41 +02:00
Juan Picado @jotadeveloper
050f857fb6
refactor: add new constants 2018-07-04 00:15:00 +02:00
Juan Picado @jotadeveloper
a7fd3605d1
chore: update jest and eslint 2018-07-04 00:14:59 +02:00
Priscila Oliveira
9e3ab09d6e fix: fixed linebreaks lint issue 2018-06-11 22:22:45 +02:00
Juan Picado @jotadeveloper
dc9880920e
refactor: remove comment lines 2018-04-30 19:08:09 +02:00
Juan Picado @jotadeveloper
b89559b25e
refactor: eslint remove duplicated rules 2018-04-30 19:01:51 +02:00