Juan Picado @jotadeveloper
fdbe3ae703
chore: restore image reference
2019-05-24 09:22:34 +02:00
Juan Picado @jotadeveloper
01a48af7d7
Merge branch 'master' into 4.1.x
2019-05-23 23:01:41 +02:00
Juan Picado @jotadeveloper
9fdae85421
chore: update sketch file
...
- add new color logos (testing)
- add right fonts
2019-05-23 22:51:52 +02:00
Juan Picado @jotadeveloper
c96590114f
chore: reorder assets, upload better svg
2019-05-23 21:48:05 +02:00
Juan Picado @jotadeveloper
bfadbf800b
chore: add funding config file
2019-05-23 20:08:14 +02:00
Juan Picado @jotadeveloper
63695e2f2b
Merge branch 'master' into 4.1.x
2019-05-21 22:54:25 -07:00
Honza Hommer
95d134bdfd
feat: parse YAML/JSON/JS config file ( #1258 )
...
* Parse JSON/YAML config file.
* fix missing export
* fix: typos
* test(config): remove JSON test
* feat: better config error handling, tests
* fix: detect YAML config file via extension
* docs: https://github.com/verdaccio/website/pull/99
2019-05-21 22:50:14 -07:00
Juan Picado @jotadeveloper
e7913ab32e
Merge pull request #1319 from jinliming2/fix-root-warning
...
fix: warning text is hard to read when running under root
2019-05-21 10:27:05 -07:00
Liming Jin
3ac038fd8b
fix: warning text is hard to read when running under root
2019-05-21 11:53:00 +08:00
Juan Picado @jotadeveloper
197095efe3
Merge branch 'master' into 4.1.x
2019-05-20 13:05:38 -07:00
Juan Picado @jotadeveloper
81ee0fa3f2
chore(release): 4.0.0-beta.10
v4.0.0-beta.10
2019-05-20 21:31:42 +02:00
Juan Picado @jotadeveloper
8cf3966d5c
fix: add missing pkg version and name on start up
2019-05-20 21:30:51 +02:00
Juan Picado @jotadeveloper
134a738a47
Merge branch 'master' into 4.1.x
2019-05-20 12:06:54 -07:00
Juan Picado @jotadeveloper
cc7bd999d3
chore(release): 4.0.0-beta.9
v4.0.0-beta.9
2019-05-20 20:59:30 +02:00
Juan Picado @jotadeveloper
8786a3740e
test: relocate api spec test
2019-05-20 08:47:52 +02:00
Juan Picado @jotadeveloper
4bf6b3b844
test: fix broken test for validate parameters
2019-05-20 08:29:17 +02:00
Juan Picado @jotadeveloper
b1eb7c6278
test: relocate unit test cli, proxy, utils
2019-05-20 07:53:47 +02:00
Juan Picado @jotadeveloper
ca2e23cf9d
test: relocate unit test
2019-05-20 07:41:12 +02:00
Juan Picado @jotadeveloper
596c727a35
test: relocate notification test
2019-05-20 07:33:39 +02:00
Juan Picado @jotadeveloper
e7400cef71
test: relocate plugin storage
2019-05-20 07:26:40 +02:00
Juan Picado @jotadeveloper
3929633f7e
test: relocate test
2019-05-19 23:07:17 +02:00
Juan Picado @jotadeveloper
b4c42c1a78
test: relocate spec test
2019-05-19 22:23:12 +02:00
Juan Picado @jotadeveloper
2f3ec2ce42
test: increase usage of constants
2019-05-19 21:37:43 +02:00
Juan Picado @jotadeveloper
d052bcef89
test: relocate helpers
2019-05-19 21:03:45 +02:00
Juan Picado @jotadeveloper
cb7b695896
chore: update lock file
2019-05-17 21:01:13 +02:00
Juan Picado @jotadeveloper
26c5e2d670
Merge branch 'master' into 4.1.x
2019-05-17 08:04:13 -07: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
5c6b515712
Merge pull request #1161 from mlucool/filters
...
Filter packages
2019-05-16 04:42:21 -07:00
Marc Udoff
b9ffac5d1b
feat: plugin support to filter packages
...
Add a plugin that can filter all package metadata before being returned.
This enables blocking of packages from verdaccio.
IPluginStorageFilter are loaded like other plugins from the config.
Verdaccio will look for plugins in config.filters and pass this to
storage.init. This is the same design as other plugins and will be
dynamically found with the same rules. These plugins must impliment
a filter_metadata method, which is called serially (in the order
loaded from the config) for every metadata request. It gets a current
copy of a package metadata and may choose to modify it as required.
For example, this may be used to block a bad version of a package or
add a time delay from when new packages can be used from your
registry. Errors in a filter will cause a 404, similar to upLinkErrors
as it is not safe to recover gracefully from them. Note: When version
is removed, be careful about updating tags.
Fixes : #818
2019-05-15 20:04:41 -04:00
Ayush Sharma
a588588cf3
chore: removes verdaccio update banner ( #1309 )
2019-05-12 10:38:32 -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
daa7e897b6
chore(release): 4.0.0-beta.8
v4.0.0-beta.8
2019-05-07 20:59:05 +02:00
Juan Picado @jotadeveloper
3c691329c7
fix: update lock file
2019-05-07 20:58:36 +02:00
Juan Picado @jotadeveloper
144e95f4bf
chore(release): 4.0.0-beta.7
v4.0.0-beta.7
2019-05-07 20:49:16 +02:00
Juan Picado @jotadeveloper
96dd2d8306
chore(release): 4.0.0-beta.6
v4.0.0-beta.6
2019-05-07 07:43:52 +02:00
Juan Picado @jotadeveloper
1bdb338092
Merge pull request #1299 from verdaccio/fix-1297
...
fix: routing is aware of reverse proxy directory #1297
2019-05-07 07:07:35 +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
01f8da6366
fix: routing is aware of reverse proxy directory #1297
2019-05-02 21:56:14 +02:00
Juan Picado @jotadeveloper
9589d47ff7
chore(release): 4.0.0-beta.5
v4.0.0-beta.5
2019-04-30 23:48:04 +02:00
Juan Picado @jotadeveloper
615db0affb
feat: add some security headers for web UI ( #1295 ) @juanpicado
...
* feat: add some security headers for web UI
The idea behind this is have more control over the content is rendered mostly via README.
* chore: rename header for frame options
* chore: rename method better name
2019-04-30 23:46:36 +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
Juan Picado @jotadeveloper
f53f4c4536
chore(release): 4.0.0-beta.4
v4.0.0-beta.4
2019-04-29 08:49:03 +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
780ba27014
Update main.workflow
2019-04-29 08:36:10 +02:00
Juan Picado @jotadeveloper
40c4b40c77
Merge pull request #1290 from DanielRuf/chore/replace-date-fns-with-dayjs
...
chore: replace date-fns with dayjs
2019-04-29 07:27:56 +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
a0af84faee
build: test Node.js 12 ( #1291 )
2019-04-29 00:20:26 +02:00
Daniel Ruf
46ca898103
build: add updated lockfile
2019-04-28 21:46:57 +02:00