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

52 Commits

Author SHA1 Message Date
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
Juan Picado @jotadeveloper
9050af8e36
refactor: enable no-useless-escape eslint rule 2018-04-30 18:43:33 +02:00
Juan Picado @jotadeveloper
7c44dabaec
refactor: enable padded-blocks eslint rule 2018-04-30 18:42:04 +02:00
Juan Picado @jotadeveloper
344ea3ae3f
refactor: enable keyword-spacing eslint rule 2018-04-30 18:40:51 +02:00
Juan Picado @jotadeveloper
16fc854f57
refactor: no tabs, only spaces
disallow tabs over spaces
2018-04-30 18:34:55 +02:00
Juan Picado @jotadeveloper
d086073069
fix(flow): fix flow definitions 2018-02-24 20:31:00 +01:00
Meeeeow
cd96b95651 feat: new footer, close #486 2018-01-29 01:32:13 +08:00
Juan Picado @jotadeveloper
31c2bd48a0 refactor: migrate unit test to Jest 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
6a0d539b61 build: allow missing jsdoc in favor of flow 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
7ef3364bc6 refactor: disable force to use jsdoc 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
34db438bfc feat: Enable flow, there aren't any file being check yet 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
2df4f7b628
fix: eslint globally read all files, rename jsx to js. Reduce amount of repeated configuration 2017-07-18 21:14:12 +02:00
Meeeeow
24879f8198 rename .eslintrc to .eslintrc.yml for compability 2017-05-08 15:19:33 +08:00
Juan Picado
f282941075
Apply partially new eslint rules, upgrade es6 and replace octal literals by chalk colors 2017-04-23 22:19:31 +02:00