0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-04 02:02:39 -05:00
Commit graph

291 commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
90e700ce78
refactor: dist-tags-merge test 2018-06-23 20:59:35 +02:00
Juan Picado @jotadeveloper
40f2aa46b1
refactor: add tags test 2018-06-23 20:59:33 +02:00
Juan Picado @jotadeveloper
e59f282a27
refactor: usage of constants on sanity test 2018-06-23 20:59:30 +02:00
Juan Picado @jotadeveloper
686f22461f
refactor: use of constants for testing 2018-06-23 20:59:29 +02:00
Juan Picado @jotadeveloper
690b92a652
refactor: mirror and anti-loop 2018-06-23 20:59:27 +02:00
Juan Picado @jotadeveloper
495133edae
refactor: readme test endpoit
add scenario when readme is not present
2018-06-23 20:59:25 +02:00
Juan Picado @jotadeveloper
a1a70c973f
refactor: middleware plugins
add es6 transpiled use case
2018-06-23 20:59:24 +02:00
Juan Picado @jotadeveloper
d5a29f72b5
refactor: plugins auth endpoints 2018-06-23 20:59:23 +02:00
Juan Picado @jotadeveloper
5ce09a2d4a
refactor: better usage of http error functions 2018-06-23 20:59:22 +02:00
Juan Picado @jotadeveloper
36979bb284
refactor: scoped test gzip test 2018-06-23 20:59:20 +02:00
Juan Picado @jotadeveloper
2c8c8f0295
refactor: update jetst match
using more consntants
2018-06-23 20:59:18 +02:00
Juan Picado @jotadeveloper
a1439df1b5
refactor: usage constants for http status 2018-06-23 20:57:21 +02:00
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
9fa523a0d3 fix: license field alignment on web ui (#761) 2018-06-20 21:09:49 +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
Peter Kaske
08d3f60324 Merge remote-tracking branch 'origin/feature-pkg-infos' into feature-pkg-infos 2018-06-14 08:43:21 +02:00
Peter Kaske
453bceec4c Changes as requested by reviewer.
- Fix test name in spec file
- Use lodash isString and isNill
- Move normalisation of git url into it's own function
- Create a renderSection() function to render links in a more "dry" way
2018-06-14 08:43:01 +02:00
Juan Picado @jotadeveloper
16999d3060
Merge branch 'master' into feature-pkg-infos 2018-06-14 08:06:33 +02:00
Juan Picado @jotadeveloper
9b29e72b8a
refactor: improve notifications execution 2018-06-14 07:51:31 +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
Peter Kaske
7bd3a4f292 feat: Add basic package infos and resource links to sidebar.
Shows homepage, repository url and license if available in meta data.
If no data is available the module isn't shown.
2018-06-14 00:34:25 +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
82e457b7ed
chore: display all versions on sidebar
remove hidden metadata
2018-06-12 08:17:27 +02:00
Håkan Canberger
98ac855e0f fix: configure fetch to send cookies
Previously, when XMLHttpRequest was used, cookies ware sent
when getting /-/verdaccio/logo & /-/verdaccio/packages

After switching to fetch in sha fef7ee75e8
cookies are no longer sent.

This commit configures fetch in the webui to send cookies to the same
domain.

> The "same-origin" value makes fetch behave similarly to
> XMLHttpRequest with regards to cookies.
> https://github.com/github/fetch#sending-cookies
2018-06-11 12:57:59 +02: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
2208b4ef51
refactor: using async/await over async lib 2018-06-09 12:02:56 +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
0af6f5a865
feat: using code splitting on routers
* enable syntax-dynamic-import
2018-06-03 18:34:41 +02:00
Juan Picado @jotadeveloper
e0bf1cd5f0
chore: fix brong import path 2018-06-03 18:19:15 +02:00
Juan Picado @jotadeveloper
a79d87bd7f
fix: improve bundle size
lodash should not be imported globally
2018-06-03 17:33:09 +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
f575b48f39
fix: ui fails to render whether time is missing
this might happen from old sinopia storages
2018-05-31 01:13:10 +02:00
Lucius Gaitán
b8b2612e02
feat: new verdaccio skin to webui 2018-05-27 09:25:14 -03: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
11e6f9f4ec
fix: favicon refers to .png while only .ico exists #681
Add verdaccio icon 💯
2018-05-25 07:42:18 +02:00