Zoltan Kochan
849f5bccb4
fix(deps): add missing prod dependency
...
http-errors needs to be a prod dependency
as it is used in code.
2019-07-31 19:08:32 +03:00
Juan Picado @jotadeveloper
9dd1c8f400
feat: update to @verdaccio/ui-theme@0.2.2
...
- fix: https://github.com/verdaccio/ui/issues/76
- fix: https://github.com/verdaccio/ui/issues/75
- fix: https://github.com/verdaccio/ui/pull/106
- feat: https://github.com/verdaccio/ui/pull/47
Co-Authored-By: Priscila Oliveira <priscilawebdev@gmail.com>
Co-Authored-By: Sergio Hg <sergiohgz@users.noreply.github.com>
Co-Authored-By: Griffith <griffithtp@users.noreply.github.com>
2019-07-29 20:12:00 +02:00
Juan Picado @jotadeveloper
d93e76b366
feat: add new prop to audit middleware
...
- context: https://github.com/verdaccio/verdaccio-audit/pull/12
- related https://github.com/verdaccio/verdaccio/issues/1293
Co-Authored-By: Danny Frencham <dfrencham@users.noreply.github.com>
2019-07-29 10:12:29 +02:00
Liran Tal
c9f1124fda
chore(deps): bump detect-secrets for enhanced dev workflow
2019-07-27 13:32:11 +03:00
Liran Tal
2b218ce0de
fix(security): add secrets baseline
2019-07-19 08:02:08 +03:00
Liran Tal
aa8f1d3318
fix: upgrade to 1.0.2 which solves the docker issue
2019-07-19 06:39:22 +03:00
Liran Tal
9ef6808d4e
feat: prevent secrets from leaking to source control
2019-07-19 06:39:20 +03:00
Juan Picado @jotadeveloper
12b60f6cb7
build: fix semver missing type on build with docker
...
it seems the @types/semver do not handle a legitimate method named 'compareLoose'
2019-07-16 18:27:58 +02: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
dependabot[bot]
b453681082
build(deps): bump lodash.template from 4.4.0 to 4.5.0 ( #1384 )
...
Bumps [lodash.template](https://github.com/lodash/lodash ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 20:52:15 +02:00
Juan Picado @jotadeveloper
44c1610791
chore: restore @verdaccio/ui-theme@0.1.11
...
due to https://github.com/verdaccio/ui/issues/89
2019-07-08 09:40:38 +02:00
Juan Picado @jotadeveloper
a0cf98546b
chore: update dependencies
...
regular maintenance
2019-07-08 09:23:07 +02:00
James George
eb6bf5168b
feat(chore): Included provision to show up local environment information ( #1365 )
...
* feat: adds provision to show up environment information
Fixes #1364
* feat: include docker info
* fix: pin envinfo
* fix: lock file
* fix: docker config
* fix: minor refactor
handle async behaviour
* feat: add short version for info
2019-06-30 18:17:25 +02:00
Juan Picado @jotadeveloper
0fa26293a8
Merge remote-tracking branch 'origin/master' into 4.1.x
2019-06-13 22:04:35 +02:00
Will Smythe
eb7a8e3528
fix(api): return 503 to npm/yarn on uplink connection timeout ( #1331 )
...
fix #1328 and #720
Type: bug
The following has been addressed in the PR:
Instead of returning a 404 (Not Found) when npm, yarn, etc requests a package and the package cannot be acquired from an uplink due to a connection timeout, socket timeout, or connection reset problem, a 503 (service unavailable) is returned by Verdaccio instead. In limited testing of a few versions of npm and yarn, both of these clients correctly attempt to retry the request when a 503 is returned.
Added functional tests to verify the behavior (this adds a dev dependency on nock, which provides HTTP request mocking
Description:
This resolves issue #1328 and #720 , and ensures npm/yarn install commands don't fail immediately when there is an intermittent network timeout problem with an uplink. Instead Verdaccio will appropriately respond to the client with a 503. A 404 response (current behavior) incorrectly tells the client that the package does not exist (which may or may not be true) and to not try again.
2019-06-13 21:42:01 +02:00
Juan Picado @jotadeveloper
192fb77169
fix(ui): failed to load all packages after login
...
more details https://github.com/verdaccio/ui/issues/72
2019-06-13 06:49:40 +02:00
Juan Picado @jotadeveloper
e5816342a6
fix: update dependencies
...
fix #1339 dayjs warning on yarn installation
2019-06-13 06:42:39 +02:00
Juan Picado @jotadeveloper
cb7b695896
chore: update lock file
2019-05-17 21:01:13 +02:00
Juan Picado @jotadeveloper
7686417f29
feat: update readme v4 ( #1312 )
...
* feat: update readme v4
* chore: update @verdaccio/ui-theme@0.1.9
* chore: update @verdaccio/ui-theme@0.1.10
2019-05-17 08:03:58 -07:00
Juan Picado @jotadeveloper
8e48eea511
fix: update @verdaccio/ui-theme:0.1.7
...
https://github.com/verdaccio/ui/pull/54
2019-05-11 09:30:10 +02:00
Juan Picado @jotadeveloper
b4bc6ff4e5
chore: fix #1292 add missing dependencies
...
remove non required dependencies
2019-05-09 23:41:16 +02:00
Juan Picado @jotadeveloper
3c691329c7
fix: update lock file
2019-05-07 20:58:36 +02:00
Juan Picado @jotadeveloper
86a7aa7a0c
chore: update @verdaccio/ui-theme@0.1.5
2019-05-04 16:39:01 +02:00
Juan Picado @jotadeveloper
5ee485e984
chore: update husky dependencies
2019-04-30 23:07:31 +02:00
Juan Picado @jotadeveloper
f48b23fbcf
fix: remove unused dependencies #1292
2019-04-30 22:49:09 +02:00
Daniel Ruf
ff71640e8a
feat: replace chalk with kleur ( #1289 ) @DanielRuf
...
* chore: replace chalk with kleur
* build: add updated lockfile
* chore: add flow-typed stub for kleur 3.0.3
* chore: remove unnecessary whitespace
* test: update snapshot for update-banner.js
* chore: migrate logger.js from chalk to kleur
* chore: use import instead of require
2019-04-29 08:44:29 +02:00
Juan Picado @jotadeveloper
b8f63295b8
Merge branch 'master' into chore/replace-date-fns-with-dayjs
2019-04-29 00:46:08 +02:00
Daniel Ruf
46ca898103
build: add updated lockfile
2019-04-28 21:46:57 +02:00
Juan Picado @jotadeveloper
5f2a29d5e5
chore: update lock file
2019-04-28 19:22:56 +02:00
Juan Picado @jotadeveloper
40679aae9a
fix(ui): version rendering issue
...
update @verdaccio/ui-theme@0.1.2
2019-04-28 15:32:48 +02:00
Juan Picado @jotadeveloper
117e45783e
chore: update dependencies
2019-04-28 00:01:10 +02:00
Juan Picado @jotadeveloper
117cd4f151
chore: update @verdaccio/ui-theme@01.0
2019-04-26 07:03:53 +02:00
Ayush Sharma
4efbad1ef7
Npm publish using GitHub actions ( #1275 )
...
* chore: bumps verdaccio-htpasswd@2.0.0
* chore: removes circle ci and publish using github-actions
* chore: adds bash doctype
* chore: adds build and test workflow
* chore: fixes coverage error
* chore: adds e2e tests
* chore: adds headless arg
* chore: sets puppeteer in docker env
* chore: runs tets through bash
* chore: minor fixes
2019-04-17 07:17:39 +02:00
Juan Picado @jotadeveloper
d7e1a97a7c
chore: verdaccio-htpasswd@2.0.0
2019-04-15 20:33:30 +02:00
Juan Picado @jotadeveloper
8760e1821c
fix: update @verdaccio/ui-theme@0.0.13
2019-04-14 00:54:02 +02:00
Juan Picado @jotadeveloper
f730e7ac9c
chore: update dependencies
2019-04-06 14:58:02 +02:00
Juan Picado @jotadeveloper
1044e8e80b
chore: update verdaccio-audit@1.2.0
2019-04-06 14:37:06 +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
Juan Picado @jotadeveloper
18d2f6fd70
chore: update lock file
2019-03-31 20:08:07 +02:00
Juan Picado @jotadeveloper
284af15c46
chore: update local dependencies
2019-03-29 21:55:29 +01:00
Juan Picado @jotadeveloper
c968120fa8
chore: update @verdaccio/babel-preset@0.1.0
2019-03-28 07:12:00 +01:00
vip30
84be869aaf
fix: husky commitlint not work, replace invalid test
2019-03-09 21:00:47 +08:00
Juan Picado @jotadeveloper
1f71fb152c
chore: update devDependencies
2019-02-27 08:22:06 +01:00
Juan Picado @jotadeveloper
de57adcd63
chore: update dependendencies
2019-02-27 07:19:13 +01:00
Juan Picado @jotadeveloper
9e17d2bc27
chore: fix unpublish issues, fix unit test
2019-02-24 23:20:25 +01:00
Juan Picado @jotadeveloper
e46697a33b
chore: fix security vulnerabilities
2019-02-24 11:54:45 +01:00
Juan Picado @jotadeveloper
5566924edd
chore: update @verdaccio/local-storage@2.0.0-beta.3
2019-02-24 11:48:50 +01:00
Juan Picado @jotadeveloper
009bb98240
fix: update markup@6.0.1
2019-02-24 10:31:50 +01:00
Juan Picado @jotadeveloper
783fbce060
fix : #1191 overrides existing package to 0 bytes file
2019-02-24 10:26:43 +01:00
Juan Picado @jotadeveloper
7d77e219d1
Merge remote-tracking branch 'origin/4.x' into feat-new-detail-page
...
# Conflicts:
# package.json
2019-02-11 07:34:48 +01:00
Juan Picado @jotadeveloper
c42c06666f
chore: update lock file
2019-02-11 07:33:35 +01:00
Ayush Sharma
1b270684da
Merge branch '4.x' into feat-new-detail-page
2019-02-09 22:59:24 +01:00
Juan Picado @jotadeveloper
10370c6eeb
chore: update lock file
2019-02-07 19:37:05 +01:00
Juan Picado @jotadeveloper
266471533e
chore: update dependencies
2019-02-03 21:16:48 +01:00
Juan Picado @jotadeveloper
e83d483a8e
chore: update verdaccio-htpasswd@2.0.0-beta.0
2019-02-03 19:56:02 +01:00
Juan Picado @jotadeveloper
d7eea01efc
Merge remote-tracking branch 'origin/4.x' into feat-new-detail-page
2019-02-03 12:25:59 +01:00
Juan Picado @jotadeveloper
ae6c514dce
chore: bump up local storage beta
2019-02-03 12:06:34 +01:00
Juan Picado @jotadeveloper
e094e73802
chore: testing local-storage
2019-02-03 12:06:33 +01:00
Juan Picado @jotadeveloper
39c3509c5f
chore: using betas
2019-02-03 12:06:33 +01:00
Juan Picado @jotadeveloper
c3af3cbb80
feat: use verdaccio babel preset
2019-02-03 12:06:32 +01:00
Priscila Oliveira
f725597baa
Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page
2019-01-20 12:04:34 +01:00
Priscila Oliveira
3c541df8e1
refactor: removed material ui alpha styles/system
2019-01-20 12:01:29 +01:00
Priscila Oliveira
4dff2b75c9
chore: updated material ui
2019-01-20 11:58:02 +01:00
Juan Picado @jotadeveloper
ac90c76db8
Merge branch '4.x' into feat-new-detail-page
2019-01-20 10:01:13 +01:00
KukuruzaAndrey
f147b2b131
chore: pin @verdaccio/types version
2019-01-15 10:49:22 +02:00
Juan Picado @jotadeveloper
b6a8dd37d0
chore: add sidebar experiment
2019-01-13 19:34:52 +01:00
Juan Picado @jotadeveloper
b7b817533b
chore: add new detail page under development
...
update react@16.7.0
update react-dom@16.7.0
2019-01-13 12:56:50 +01:00
Juan Picado @jotadeveloper
c338f461c9
feat: allow disable gravatar #1172
2019-01-12 15:45:47 +01:00
Juan Picado @jotadeveloper
29c6e56e02
fix: remove online fonts
2019-01-12 14:38:26 +01:00
Juan Picado @jotadeveloper
6dbe9e9837
chore: update lock file
2019-01-11 07:35:24 +01:00
Juan Picado @jotadeveloper
773b2d37a4
chore: update webpack-dev-server@3.1.14
...
Solves https://github.com/webpack/webpack-dev-server/pull/1608
2019-01-11 06:54:13 +01:00
Juan Picado @jotadeveloper
236cc9530b
chore: verdaccio-audit@1.1.0
2019-01-09 21:54:39 +01:00
Juan Picado @jotadeveloper
b215c74ad3
Merge remote-tracking branch 'origin/4.x' into refactor-eslint
2019-01-09 08:54:11 +01:00
Juan Picado @jotadeveloper
d18426eecd
chore: fix security warning (dev-dependency)
2019-01-05 08:29:39 +01:00
Juan Picado @jotadeveloper
0529b8e7a9
chore: update lock file
2018-12-22 16:45:00 +01:00
Juan Picado @jotadeveloper
a7dd409f1a
refactor babel7 ( #1164 )
...
* fix: dev dependencies as dep
* refactor: babel 7 migration
2018-12-22 16:11:09 +01:00
Priscila Oliveira
2b4895851b
fix: applied valid-describe
2018-12-16 21:30:49 +01:00
Juan Picado @jotadeveloper
1dc96c18c9
chore: update eslint@5.10.0
2018-12-16 20:45:55 +01:00
Juan Picado @jotadeveloper
2ba9e7a6bb
chore: add css on js linting
2018-12-09 16:52:27 +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
Priscila
9869edfb38
refactor: changed footer ( #1125 )
...
refactor: added types, css in js styles, new comp
refactor: updated emotion
fix: fixed import
refactor: updated image path and type
refactor: minified svg
refactor: now it's stateless
refactor: updated snap & removed click test
feat: added capitalize helper
refactor: changed medium
refactor: added title and image option
refactor: added missed &&
refactor: updated snap
fix: fixed types
fix: fixed types
fix: added flow type ignore line
fix: fixed index map
refactor: updated icons
refactor: removed unnecessary capitalize func
refactor: removed empty lines
fix: fixed svg 404
2018-11-24 22:12:46 +01:00
Ayush Sharma
4d1349a328
refactor: <Help /> component ( #1118 )
...
* refactor: removes react-syntax-highlighter deps
* refactor: updates help component
* refactor: test cases for <Help/> component
* refactor: e2e test cases for <Help/> component
* refactor: implements code review <Help /> component
2018-11-16 22:29:56 +01:00
Priscila
9b3faf92a4
refactor: updated commitlint ( #1103 )
...
fix: fixed warning
refactor: changed commitlint v
2018-11-09 05:36:12 +01:00
Priscila
9d265996f9
Refactor: Moved Search to Header ( #1064 )
...
* refactor: Moved Search to Header
feat: added TxtField. WIP
refactor: replaced downshift by react-autosuggest
refactor: moved search's state
refactor: introduced weight 300 & 500
refactor: changed container css margin
refactor: made it more abstract
refactor: replaced name by label. changed css
refactor: removed aria
refactor: removed margin
fix: fixed flow types
fix: fixed tags overlapping
fix: fixed search. WIP
refactor: removed useless library and added rect-router
refactor: fixed tests
* chore: remove tpm file
* feat: added component Loading
feat: added component Layout
refactor: changed css
refactor: added md prop
refactor: moved Header back to App
* chore: fix flow
* fix: update snapshot
fix: fixed componentDidMount parameter
refactor: added onKeyDown event
fix: fixed bad request
refactor: renamed interfaces files
refactor: refactor: logic display results
refactor: changed minor things
fix: fixed tests
fix: fixed tests
2018-10-27 21:19:45 +02:00
Juan Picado @jotadeveloper
e977c7fffa
Merge remote-tracking branch 'origin/master' into 4.x
...
# Conflicts:
# CHANGELOG.md
# package.json
# src/webui/components/Header/index.js
# test/unit/webui/components/__snapshots__/header.spec.js.snap
# yarn.lock
2018-10-20 10:21:39 +02:00
ayusharma
395e11e74e
chore: updates yarn.lock
2018-10-18 21:19:29 +02:00
Juan Picado @jotadeveloper
f1416ed557
feat: add support for profile cli command #392 (change password) ( #1034 )
...
* feat: add support for profile cli command #392
- it allows to update password npm profile set password
- display current profile npm profile get
https://docs.npmjs.com/cli/profile
* chore: update @verdaccio/types@4.0.0
* feat: add min password length
on npm by defaul is min 7 characters, this might be configurable in the future.
* chore: update verdaccio-htpasswd@1.0.1
* refactor: update unit test
* refactor: provide friendly error for tfa request
* test: api profile unit test
* chore: fix eslint comment
* test: update profile test
* chore: set mim as 3 characters
2018-10-12 11:07:55 +02:00
Juan Picado @jotadeveloper
b19df01b49
chore: enable class properties for react components ( #1067 )
2018-10-09 14:24:17 +02:00
Juan Picado @jotadeveloper
4b3fbb3f75
chore: restore css-loader@0.28.10
2018-09-27 20:48:35 +02:00
Juan Picado @jotadeveloper
98ac81b6ca
chore: update lock file
2018-09-27 18:03:48 +02:00
Juan Picado @jotadeveloper
680811d2d0
Update deps all ( #1023 )
...
* chore: update dependencies
* chore: update flow@0.81.0
* chore: update e2e test
2018-09-27 16:37:45 +02:00
Juan Picado @jotadeveloper
4deefe79ad
fix: normalize contributors field #1022 ( #1024 )
2018-09-27 12:17:47 +02:00
Priscila
c3edcbfcf5
Header Section Refactor - New UI ( #1006 )
...
Includes:
- Created css variables in JS.
- Added JS helpers.
- Replaced old sidebar by the "APP Bar" component from Material UI.
- Replaced logo by the new version.
- Added Avatar icon.
- Added Info Icon.
- Added Information Dialog, where the user can 'copy to the clipboard' the verdaccio commands.
- Added Verdaccio website documentation link.
- Added Drop Down Menu on the right side with a logout option
2018-09-24 22:04:37 +02:00
Juan Picado @jotadeveloper
3639557118
feat: replaced element-react by Material-UI ( #950 ) ( #985 )
...
* feat: added material-ui
refactor: replaced element-react by material-ui
refactor: updated snapshots
refactor: updated tests
* fix: modified validation.WIP
* refactor: modified tests.WIP
* test(fix): unit test for login and validat ecredentials
* chore(fix): e2e update css selectors
* test(fix): replace Object.values by supported syntax on node6
2018-09-06 21:26:54 +02:00
Juan Picado @jotadeveloper
f97b44abf8
Merge remote-tracking branch 'origin/master' into 4.x
2018-09-01 00:47:33 +02:00
Marc Udoff
5ca0ca5228
feat: exposed rotating-file log for json logging ( #948 )
...
This both allows for logger type 'rotating-file' and
passing of other options from the config "option" example:
{type: rotating-file, format: json, path: /path/to/log.jsonl, level: http, options: {period: 1d}}
2018-09-01 00:42:15 +02:00
Omer Drukman
dd72120379
feat: rename database file name ( #954 )
2018-08-26 13:47:51 +02:00
Juan Picado @jotadeveloper
dfd95f05aa
Merge branch 'master' into 4.x
2018-08-25 17:33:12 +02:00