0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
Commit graph

265 commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
d8455dd15a
refactor: using constants
relocate uplink token test to unit test
2018-06-23 20:57:20 +02:00
Juan Picado @jotadeveloper
3d19f22ba0
refactor: test tokens
more usage of constants for tokens
2018-06-23 20:57:19 +02:00
Juan Picado @jotadeveloper
49c6191bb5
refactor: relocate unit test
no logic change, just path updates
2018-06-23 20:57:12 +02:00
ayusharma
be3968f5e2 fix: improves regex for ascii and test (#461)
fix: file name in unit test

fix: updates snapshots

fix: updates snapshots
2018-06-23 19:53:05 +02:00
ayusharma
29bb57ad5f feat: adds support for ascii-doc preview in readme (#464) 2018-06-20 00:15:25 +02:00
Juan Picado @jotadeveloper
c01cc4b851
test: add unit test merge time method 2018-06-15 07:55:30 +02:00
Juan Picado @jotadeveloper
3717ad49ee
fix: normalize package was broken #758 2018-06-14 22:44:06 +02:00
Juan Picado @jotadeveloper
4245636576
feat: add published package support to template
The package published can be printed into the template
Improve error handling
Improve notification documentation
2018-06-14 07:25:09 +02:00
Juan Picado @jotadeveloper
e5bf9a72df
Merge branch 'master' into feature-user-info-for-notications 2018-06-12 12:47:22 +02:00
Ilya Zaytsev
1ca5298707 feat: added information about package publisher for notifications 2018-06-12 16:37:15 +07:00
Juan Picado @jotadeveloper
995271a836
refactor: usage of error utils 2018-06-09 18:18:50 +02:00
Juan Picado @jotadeveloper
ee62559615
refactor: merge time prop instead overwrite it
remove dead code
2018-06-09 17:13:38 +02:00
Juan Picado @jotadeveloper
8f0508fc2e
fix: search implementation depends now of each plugin
It had still file system remaining logic on search, this will force plugin to implement search. Whether plugin do not has such implementation a warning  is displayed in the console and search will return remote search results for each endpoint anyway.
2018-06-09 09:23:13 +02:00
Juan Picado @jotadeveloper
e977d50c8a
fix: migration issue with old storage #740
time field is not present on some old storage, this will add the time field when a package is published
2018-06-07 07:52:19 +02:00
Juan Picado @jotadeveloper
b26f80f062
refactor: reduce search method size 2018-06-07 07:30:54 +02:00
Juan Picado @jotadeveloper
a62688f844
fix: groups are not array were not handled
any group that is returned from a authenticate() and is not an array will throw an error.
2018-06-05 22:46:02 +02:00
Juan Picado @jotadeveloper
73324a2971
refactor: convertDistRemoteToLocalTarballUrls method
add unit test
improve readbility
2018-06-05 21:03:27 +02:00
Juan Picado @jotadeveloper
d5f4b54a41
refactor: renaming validate name method 2018-06-04 23:08:50 +02:00
Juan Picado @jotadeveloper
4f4cd879a2
Merge branch 'master' into refactor-phase1 2018-06-04 22:31:00 +02:00
Juan Picado @jotadeveloper
ecbe616e46
feat: add published date and license on ui 2018-06-04 06:44:53 +02:00
Juan Picado @jotadeveloper
74f1198cf3
refactor: json web token relocated 2018-06-03 08:51:18 +02:00
Juan Picado @jotadeveloper
87e3faa624
refactor: create cryto utils 2018-06-01 22:17:01 +02:00
Juan Picado @jotadeveloper
b54c19c4af
chore: improve logging on storage
it's more verbose specially such cases is not clear from where the error is comming from
2018-05-26 22:26:25 +02:00
Juan Picado @jotadeveloper
6322369bff
chore: add some comments for dist-tag 2018-05-20 21:06:35 +02:00
Juan Picado @jotadeveloper
e9e08a1017
Merge branch 'master' into fix-702 2018-05-20 09:56:39 +02:00
Juan Picado @jotadeveloper
27f52f43bc
refactor: better names 2018-05-20 09:47:48 +02:00
Juan Picado @jotadeveloper
0aeac063ef
fix: remove useless warning ignoring tag
The snippet removed does not have any impact and should be removed
2018-05-20 09:47:01 +02:00
Juan Picado @jotadeveloper
46f8186f01
refactor: remove deprecated method 2018-05-20 08:46:11 +02:00
Juan Picado @jotadeveloper
c8dadceddf
Merge branch 'master' into master 2018-05-14 20:45:24 +02:00
Juan Picado @jotadeveloper
08f6a64063
fix: avoid issues with missing token #693
also refactor other parts as string and constants
2018-05-14 20:08:49 +02:00
Alexander Remishevsky
e75376b82f feat: return latest dis-tag readme whether main metadata readme is emtpy 2018-05-10 15:33:54 +03:00
Juan Picado @jotadeveloper
4332ffc7a7
fix: allow do not include storage if uses a storage plugin 2018-05-05 15:35:42 +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
101fd78b0d
refactor: add constant file
starting with json headers common usage
2018-04-30 15:41:04 +02:00
Juan Picado @jotadeveloper
e63674478a
refactor: clean up token middleware 2018-04-30 15:13:54 +02:00
Juan Picado @jotadeveloper
3f6eeb4d7d
fix: update uplinks auth header
* increases unit test coverage
* remove dead code
* update documentation
* light refactoring

fix #670
2018-04-29 21:50:10 +02:00
Juan Picado @jotadeveloper
c1bc2610c4
refactor: clean up ref method 2018-04-24 08:19:27 +02:00
Juan Picado @jotadeveloper
de61e469ed
refactor: storage utilities
relocate methods, no logic change
2018-04-22 22:14:21 +02:00
Juan Picado @jotadeveloper
e5caa71d35
refactor: storage is async
allows storage to initalize whether a async call is required on start up.
2018-04-21 18:36:06 +02:00
Juan Picado @jotadeveloper
848e004eb5
refactor: local database methods are async 2018-04-20 19:40:48 +02:00
Juan Picado @jotadeveloper
7617a51f6e
refactor: private methods 2018-04-18 07:23:52 +02:00
Juan Picado @jotadeveloper
33a9df0100
refactor: secret key is handled in verdaccio side 2018-04-17 22:03:42 +02:00
Juan Picado @jotadeveloper
3c1c3ca818
fix: restore plugin loader 2018-04-14 21:58:24 +02:00
Juan Picado @jotadeveloper
98ebd9ac5d
refactor: set plugin only plugin conf params 2018-04-13 23:55:08 +02:00
Juan Picado @jotadeveloper
b7d343af38
refactor: config file update 2018-04-04 08:04:54 +02:00
Christopher Kelley
5c5af275ab
fix: correct linter errors and warnings 2018-03-26 13:51:14 -04:00
Christopher Kelley
78bb95c0c2
Merge branch 'master' into 628-auth-user-zero 2018-03-26 09:21:33 -04:00
Christopher Kelley
8bbedc933b
[Close #628] Test and correct auth plugin values 2018-03-26 09:20:12 -04:00