jeremy
2e5a4096f4
fix: abort the stream to prevent overwriting existing tarbal
2018-08-02 12:44:59 -07:00
Ayush Sharma
dc9460ff07
refactor: header component test ( #878 )
...
* refactor: improves <Header /> component test cases
* refactor: adds destructuring for state in render block
2018-08-01 15:00:39 +02:00
Juan Picado @jotadeveloper
8b98302985
Merge branch 'master' into feat-webui-scope
2018-07-30 18:59:27 +02:00
Juan Picado @jotadeveloper
9a28801c6b
Merge branch 'master' into fix-local-storage-test
2018-07-29 22:34:44 +02:00
Juan Picado @jotadeveloper
d916f3d7cd
Merge branch 'master' into feat-webui-scope
2018-07-29 21:59:47 +02:00
Juan Picado @jotadeveloper
e43e6155fe
Merge branch 'master' into task-826
2018-07-29 19:31:47 +02:00
Priscila Oliveira
50f9f2208d
refactor: added new sass variables & mixins
...
refactor: replaced css by sass variables, added mixins
refactor: removed unused css
refactor: added main file, del unused var. file & modified global
feat: added search mixin
refactor: removed unnecessary parenthesis
fix: fixed search mixin
2018-07-29 18:39:28 +02:00
Peter Cools
ac039cfcb8
feat: adds option to set scope in webui instructions header
...
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873 .
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.
See also feature request #593 .
2018-07-29 18:30:08 +02:00
Juan Picado @jotadeveloper
bef6df6e1b
test(storage): add unit test for merge test
2018-07-29 15:26:22 +02:00
Juan Picado @jotadeveloper
b65b79bc09
test(storage): add checks for addVersion
2018-07-29 13:58:04 +02:00
Juan Picado @jotadeveloper
25c62f09ea
test(storage): add better test for changePackage
2018-07-29 10:28:28 +02:00
ayusharma
4df6b3b252
feat: adds gravatar support for maintainers
2018-07-29 00:45:02 +02:00
Juan Picado @jotadeveloper
61e4e56a76
Merge pull request #863 from coolsp/fix-unpublish-timeline
...
fix: unpublish version does not remove it from timeline
2018-07-28 17:16:30 +02:00
Peter Cools
61e62bdeb5
fix: unpublish version does not remove it from timeline
...
Unpublishing a specific module version does not remove that version from the local-storage (package.json) "time" object.
This results in the version still being shown in the webui right-pane "Last Sync".
Added delete of the time[ver] object when module version is removed.
2018-07-28 12:41:19 +02:00
Juan Picado @jotadeveloper
b0b631af76
chore: add unit test for #857 scenario
2018-07-28 08:45:10 +02:00
Juan Picado @jotadeveloper
943ddebb2b
Merge branch 'master' into #857-deps-bug
2018-07-27 22:48:49 +02:00
ayusharma
f9c9c44adb
fix: solves dependency bug for one dependency ( #857 )
2018-07-27 20:26:05 +02:00
Johannes Pfeiffer
0a3870e00f
fix: Authentication Plugins / plugin[method] is not a function
2018-07-27 11:55:12 +02:00
ayusharma
4a7a94aa74
feat: adds base64 support in webui token ( #840 )
2018-07-26 17:11:28 +02:00
ayusharma
263b0f78a9
refactor: <Package /> , <Footer /> and package sidebar code refactoring
...
refactor: variable naming
2018-07-22 21:22:51 +02:00
Michiel De Mey
11dcf798cc
feat: adds support for external plugin directory ( #532 )
2018-07-18 14:53:08 +02:00
Juan Picado @jotadeveloper
9ade39a264
refactor: add types on auth files
2018-07-18 07:53:05 +02:00
Juan Picado @jotadeveloper
2f4dbe8564
fix: add RemoteUser type for auth
2018-07-18 07:53:00 +02:00
Juan Picado @jotadeveloper
61e33f0a30
refactor: use plugins type on loadPlugin
2018-07-18 07:52:54 +02:00
Juan Picado @jotadeveloper
73ab307260
refactor: add generic time on load auth plugin
2018-07-18 07:52:50 +02:00
Juan Picado @jotadeveloper
78d3364691
chore: new constant for plugins
2018-07-18 07:52:46 +02:00
Juan Picado @jotadeveloper
7ce6abf3b2
chore: update flow to 0.75.0
2018-07-18 07:52:39 +02:00
ayusharma
d6dd2f647b
refactor: removes un-necessary 'src' from webui path
2018-07-17 22:03:06 +02:00
Juan Picado @jotadeveloper
eec22b712b
Merge branch 'master' into refactor-config
2018-07-15 00:52:46 +02:00
Juan Picado @jotadeveloper
cbc6479003
refactor: improve readability
2018-07-15 00:47:47 +02:00
Juan Picado @jotadeveloper
02d910149b
chore: add syntatic sugar on load plugin auth
2018-07-15 00:31:45 +02:00
Juan Picado @jotadeveloper
9f4602830d
chore: improve logic on allow_action
2018-07-15 00:30:47 +02:00
Juan Picado @jotadeveloper
75fdf9803b
Merge branch 'master' into fix-unsafe-component-will-mount
2018-07-13 08:27:14 +02:00
Juan Picado @jotadeveloper
9ef13fb6b6
Merge branch 'master' into refactor-config
2018-07-12 08:50:07 +02:00
ayusharma
0e21e35c51
feat: capitalises logged in username ( #752 )
2018-07-11 10:08:07 +02:00
ayusharma
3687c7149a
refactor: replaces componentWillMount with componentDidMount
2018-07-10 17:39:18 +02:00
Juan Picado @jotadeveloper
91a6c202ff
chore: more unit test for config utils
2018-07-04 07:31:51 +02:00
Juan Picado @jotadeveloper
2ad3deaab7
refactor: create auth utils
...
using more new constants
2018-07-04 00:15:08 +02:00
Juan Picado @jotadeveloper
dd3a937ac9
refactor: config file using flow
2018-07-04 00:15:07 +02:00
Juan Picado @jotadeveloper
3917b19976
refactor: config utils
2018-07-04 00:15:06 +02:00
Juan Picado @jotadeveloper
957b71e8bb
refactor: user agent on config
...
remove logic users prop is not longer supported
67c63892d3 (diff-574051ef1fbe43a2746c5cd241d631c7)
2018-07-04 00:15:03 +02:00
Juan Picado @jotadeveloper
946d195431
refactor: pkg.access unit test
...
migrate more constants
2018-07-04 00:15:01 +02:00
Juan Picado @jotadeveloper
050f857fb6
refactor: add new constants
2018-07-04 00:15:00 +02:00
Juan Picado @jotadeveloper
2e157fb134
refactor: config unit test
...
match package access normalise
2018-07-04 00:14:59 +02:00
ayusharma
44eed627df
refactor: handles async for set state
2018-07-03 09:49:35 +02:00
ayusharma
98abac4dec
refactor: adds method to load verdaccio logo
2018-07-01 15:45:26 +02:00
ayusharma
5c95551e8f
refactor: unit tests and api service
...
refactor: fixes login api success call
refactor: fixes login respose for success case
2018-06-30 12:22:07 +02:00
Juan Picado @jotadeveloper
83b64bd798
refactor: unit test parse listeners
2018-06-28 22:17:38 +02:00
Juan Picado @jotadeveloper
45110ddb7b
refactor: migration assert to expect
2018-06-28 18:33:37 +02:00
Juan Picado @jotadeveloper
ccb73404a8
refactor: get rid of jest warnings
2018-06-27 08:52:52 +02:00