1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
Commit Graph

1808 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
324027b42a
chore(release): 3.0.0-alpha.2 v3.0.0-alpha.2 2018-01-07 19:17:04 +01:00
Juan Picado @jotadeveloper
1eb8e58e0e
build: improve beta and alpha release 2018-01-07 19:16:44 +01:00
Juan Picado @jotadeveloper
6ce4f79a30
chore(release): 3.0.0-alpha.1 v3.0.0-alpha.1 2018-01-07 18:55:22 +01:00
Juan Picado @jotadeveloper
9953980405
build: allow to deploy any tag 2018-01-07 18:52:01 +01:00
Juan Picado @jotadeveloper
76657a5d67
chore(release): 3.0.0-alpha.0 v3.0.0-alpha.0 2018-01-07 18:23:43 +01:00
Juan Picado @jotadeveloper
403a95190e
build: all publish packages on as beta tag 2018-01-07 18:23:25 +01:00
Juan Picado @jotadeveloper
3939b6c9e5
build: add greenkeeper ignore packages 2018-01-07 18:17:46 +01:00
Juan Picado @jotadeveloper
25089880b6
build: update circleci conf 2018-01-07 17:58:22 +01:00
Juan Picado @jotadeveloper
12b3776993
3.0.0-0 v3.0.0-0 2018-01-07 14:15:15 +01:00
Juan Picado @jotadeveloper
b709b378f5
docs: update readme 2018-01-07 14:02:46 +01:00
Juan Picado @jotadeveloper
09606fd4f4
Merge pull request #376 from verdaccio/3.x
The first merge for Release 3.x
2018-01-07 13:55:18 +01:00
Juan Picado @jotadeveloper
9584416fe9 docs: Add license reference to README and add specific license for documentation 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
6628ae7ab5 build: remove travis support 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
84b810e68a fix: add storage es6 plugin suport and fix plugin logic 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
9a6adc62b6 refactor: improve plugin system to load es6 modules 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
dcbd1e9db8 refactor: fix class location 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
d352c6c63f refactor: load storage as plugin and as fallback use LocalStorage 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
f320d5eeb4 build: update circle ci 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
4f5443d857 refactor: remove locking files from local-storage, update to minor versions local-storage and types 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
2ae80dd15e fix: broken build on docker 2018-01-07 07:59:36 +00:00
Ayush Sharma
cbcd86efb4 webui: package sidebar test cases 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
c602a4c9e7 test: add unit test for up-storage, getRemoteMetadata, fetchTarball 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
9d82eb8820 test: add unit test for up-storage 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
e14927afe5 build: ignore branches and update yarn version 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
e1f1eb3e79 fix: docker build with test 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
658360864a fix: run unit test on docker 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
0b135a863e fix: lint errors 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
ce5af8a004 fix: flow lint errors 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
b494d47eeb test: add additonal unit test for local-storage 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
d0e97cf076 test: add some unit test for local-storage 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
724e372246 refactor: utils as an import instead constructor argument 2018-01-07 07:59:36 +00:00
Ayush Sharma
4b8193041b fix: package child components gives undefined in api call
removes ununsed code

packageMeta should be required props
2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
5b60be0c06 build: update yarn to 1.3.2 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
d1a02d7388 build: update Docker to node 9.2.0 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
275dca11e1 fix: fix running test into Docker container 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
edf2ff343d fix: wrong reference after rebase 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
2315ef01e1 refactor: enable transpile code on DockerImage 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
8a80aad67b refactor: disable test on DockerImage 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
82a71ebf64 refactor: drop node4 support 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
e0d3223968 refactor: fix code review suggestions 2018-01-07 07:59:36 +00:00
Juan Picado @jotadeveloper
3c157a221a refactor: update snapshots 2018-01-07 07:59:36 +00:00
Ayush Sharma
7bb7619b8f ci: removes node 4 tests 2018-01-07 07:59:36 +00:00
Ayush Sharma
5fadb77707 test: fixes presets 2018-01-07 07:59:36 +00:00
Ayush Sharma
d24904c650 webui: tests and dependency mock fixes
deps fixes

deps fixes
2018-01-07 07:59:36 +00:00
Ayush Sharma
ab4b9a0e2e webui: removes function check in search component in test 2018-01-07 07:59:36 +00:00
Ayush Sharma
5ae7863d8f webui snapshot testing
deps fixes for ui tests

snapshot fixes
2018-01-07 07:59:36 +00:00
Ayush Sharma
e03672b70b Chore: typo and spacing fixes
test name fixes
2018-01-07 07:59:36 +00:00
Ayush Sharma
ea47691300 Fix: Header component test 2018-01-07 07:59:36 +00:00
Ayush Sharma
3052e5fb22 Webui component test with Jest 2018-01-07 07:59:36 +00:00
Ayush Sharma
753281effe Package detail component test 2018-01-07 07:59:36 +00:00