1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/unit/api
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
..
__snapshots__ feat: verdaccio update notification on CLI (#988) (#998) 2018-09-20 09:53:29 +02:00
__api-helper.js feat: add support for profile cli command #392 (change password) (#1034) 2018-10-12 11:07:55 +02:00
api.jwt.spec.js feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
api.pkg.access.spec.js refactor: replace all 404 with NOT_FOUND constant (#1050) 2018-10-05 08:20:43 +02:00
api.profile.spec.js feat: add support for profile cli command #392 (change password) (#1034) 2018-10-12 11:07:55 +02:00
api.spec.js feat: add support for profile cli command #392 (change password) (#1034) 2018-10-12 11:07:55 +02:00
auth-utils.spec.js Refactor & minor fixes (#1009) 2018-09-21 17:34:12 +02:00
auth.spec.js feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
basic_system.spec.js feat: replaced element-react by Material-UI (#950) (#985) 2018-09-06 21:26:54 +02:00
cli.spec.js test: Increase coverage for unit test (#974) 2018-09-22 12:54:21 +02:00
config-utils.spec.js test: add scenarios where publish or access are missing (#1054) 2018-10-07 00:45:17 +02:00
config.spec.js refactor: add prettier for yaml files (#931) 2018-08-20 16:31:39 +02:00
listen_addr.spec.js refactor: utils method exports (#1008) 2018-09-20 19:06:52 +02:00
local-storage.spec.js refactor: replace all 404 with NOT_FOUND constant (#1050) 2018-10-05 08:20:43 +02:00
mock.js refactor: unit test goes offline 2018-06-26 06:15:06 +02:00
no_proxy.spec.js refactor: remove usage of assert from cache.js [#973] (#1043) 2018-10-03 23:39:45 +02:00
notify-request.spec.js refactor: tests for notify request service (#1039) 2018-10-03 23:32:04 +02:00
notify.spec.js test: Increase coverage for unit test (#974) 2018-09-22 12:54:21 +02:00
parse_interval.spec.js refactor: relocate unit test 2018-06-23 20:57:12 +02:00
plugin_loader.spec.js refactor: typo fixes (#1030) 2018-10-02 07:47:46 +02:00
search.spec.js refactor: remove all assert imports (#1049) 2018-10-05 12:31:57 +02:00
st_merge.spec.js refactor: relocate unit test 2018-06-23 20:57:12 +02:00
storage-utils.spec.js refactor: typo fixes (#1030) 2018-10-02 07:47:46 +02:00
store.spec.js chore: storage test path fix 2018-06-28 08:26:07 +02:00
tag_version.spec.js refactor: relocate unit test 2018-06-23 20:57:12 +02:00
up-storage.spec.js refactor: replace all 404 with NOT_FOUND constant (#1050) 2018-10-05 08:20:43 +02:00
update-banner.spec.js feat: verdaccio update notification on CLI (#988) (#998) 2018-09-20 09:53:29 +02:00
uplink.auth.spec.js refactor: using constants 2018-06-23 20:57:20 +02:00
utils.spec.js refactor: remove all assert imports (#1049) 2018-10-05 12:31:57 +02:00
validate_all.spec.js refactor: relocate unit test 2018-06-23 20:57:12 +02:00