Commit Graph

2542 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper ec744ea9e4
fix: fix docker python issue #883
Related https://github.com/nodejs/docker-node/issues/384
2018-08-01 22:25:43 +02:00
verdacciobot 81f367f4b2 New Crowdin translations (#871)
* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations plugins.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations windows.md (Chinese Simplified)
docs(website): new translations

* New translations dev-plugins.md (Chinese Simplified)
docs(website): new translations

* New translations dev-plugins.md (Chinese Simplified)
docs(website): new translations

* New translations dev-plugins.md (Chinese Simplified)
docs(website): new translations

* New translations dev-plugins.md (Chinese Simplified)
docs(website): new translations

* New translations dev-plugins.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations

* New translations contributing.md (Spanish)
docs(website): new translations

* New translations contributing.md (Chinese Simplified)
docs(website): new translations

* New translations contributing.md (Portuguese, Brazilian)
docs(website): new translations

* New translations config.md (Spanish)
docs(website): new translations

* New translations web.md (Portuguese, Brazilian)
docs(website): new translations

* New translations web.md (Spanish)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Portuguese, Brazilian)
docs(website): new translations

* New translations web.md (Chinese Simplified)
docs(website): new translations

* New translations install.md (Chinese Simplified)
docs(website): new translations

* New translations node-api.md (Chinese Simplified)
docs(website): new translations

* New translations contributing.md (Chinese Simplified)
docs(website): new translations

* New translations web.md (Chinese Simplified)
docs(website): new translations

* New translations packages.md (Chinese Simplified)
docs(website): new translations

* New translations plugins.md (Spanish)
docs(website): new translations

* New translations plugins.md (Portuguese, Brazilian)
docs(website): new translations

* New translations plugins.md (Chinese Simplified)
docs(website): new translations

* New translations ansible.md (Polish)
docs(website): new translations

* New translations repositories.md (Polish)
docs(website): new translations

* New translations chef.md (Polish)
docs(website): new translations

* New translations puppet.md (Polish)
docs(website): new translations

* New translations ci.md (Polish)
docs(website): new translations

* New translations what-is-verdaccio.md (Polish)
docs(website): new translations

* New translations node-api.md (Polish)
docs(website): new translations

* New translations windows.md (Polish)
docs(website): new translations

* New translations web.md (Polish)
docs(website): new translations

* New translations use-cases.md (Polish)
docs(website): new translations

* New translations uplinks.md (Polish)
docs(website): new translations

* New translations test.md (Polish)
docs(website): new translations

* New translations ssl.md (Polish)
docs(website): new translations

* New translations server.md (Polish)
docs(website): new translations

* New translations reverse-proxy.md (Polish)
docs(website): new translations

* New translations protect-your-dependencies.md (Polish)
docs(website): new translations

* New translations auth.md (Polish)
docs(website): new translations

* New translations plugins.md (Polish)
docs(website): new translations

* New translations packages.md (Polish)
docs(website): new translations

* New translations notifications.md (Polish)
docs(website): new translations

* New translations logger.md (Polish)
docs(website): new translations

* New translations kubernetes.md (Polish)
docs(website): new translations

* New translations install.md (Polish)
docs(website): new translations

* New translations iis-server.md (Polish)
docs(website): new translations

* New translations docker.md (Polish)
docs(website): new translations

* New translations dev-plugins.md (Polish)
docs(website): new translations

* New translations contributing.md (Polish)
docs(website): new translations

* New translations config.md (Polish)
docs(website): new translations

* New translations cli.md (Polish)
docs(website): new translations

* New translations build.md (Polish)
docs(website): new translations

* New translations en.json (Polish)
docs(website): new translations
2018-08-01 22:25:11 +02: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 9c4931dc77
Merge pull request #879 from n4bb12/patch-2
docs: Add `verdaccio-github-oauth-ui` to the plugin list.
2018-08-01 07:46:53 +02:00
Juan Picado @jotadeveloper 7dbb251593
Merge branch 'master' into patch-2 2018-07-31 21:39:23 +02:00
Juan Picado @jotadeveloper 6da0c051df
Merge pull request #881 from satyamyadav/master
docs: Innovaccer uses Verdaccio!
2018-07-31 21:38:25 +02:00
Satyam Yadav bd4cdb0c62 docs: Innovaccer uses Verdaccio! 2018-08-01 00:45:45 +05:30
Abraham Schilling 36b580c36a
docs: Add plugin to the plugin list.
Add `verdaccio-github-oauth-ui` to the plugin list.
2018-07-31 17:58:12 +02:00
Juan Picado @jotadeveloper a97b0eb630
Merge pull request #869 from coolsp/feat-webui-scope
feat: adds option to set scope in webui instructions header
2018-07-31 13:55:18 +02:00
Juan Picado @jotadeveloper e008b22f0e
Merge branch 'master' into feat-webui-scope 2018-07-31 12:31:04 +02:00
Juan Picado @jotadeveloper d4edcb5dfd
Merge pull request #876 from ashishsurana/master
Changes gitter links to Discord
2018-07-31 12:27:48 +02:00
Peter Cools f9e9383688 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.

Corrected typo myscopy --> myscope
2018-07-31 10:58:43 +02:00
Ashish Surana cee185e133 docs: changes gitter link to Discord
- changes in website footer also
2018-07-31 12:51:26 +05:30
coolsp 44957eaa96
Merge branch 'master' into feat-webui-scope 2018-07-30 21:13:22 +02:00
Peter Cools 507a3c7a7d 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.

Removed changes to website/translated_docs and website/versioned_docs
And update docs/web.md and config.md
2018-07-30 21:11:36 +02:00
Juan Picado @jotadeveloper 7a2cda32e3
Merge pull request #852 from verdaccio/fix-835
chore: add bundlesize integration
2018-07-30 20:03:35 +02:00
Juan Picado @jotadeveloper 1dc1d10e0f
Merge branch 'master' into fix-835 2018-07-30 19:42:31 +02:00
Juan Picado @jotadeveloper 8b98302985
Merge branch 'master' into feat-webui-scope 2018-07-30 18:59:27 +02:00
Juan Picado @jotadeveloper d7075cf2e3
Merge pull request #868 from verdaccio/fix-local-storage-test
test: Fix local storage test
2018-07-30 07:59:18 +02:00
Juan Picado @jotadeveloper 488f4efb9b
Merge branch 'master' into feat-webui-scope 2018-07-30 07:17:58 +02:00
verdacciobot 7624f351f3 New Crowdin translations (#866)
* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations windows.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations windows.md (Chinese Simplified)
docs(website): new translations

* New translations windows.md (Chinese Simplified)
docs(website): new translations

* New translations windows.md (Chinese Simplified)
docs(website): new translations

* New translations windows.md (Chinese Simplified)
docs(website): new translations

* New translations en.json (Chinese Simplified)
docs(website): new translations

* New translations en.json (Chinese Simplified)
docs(website): new translations

* New translations plugins.md (Chinese Simplified)
docs(website): new translations

* New translations en.json (Chinese Simplified)
docs(website): new translations

* New translations plugins.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations config.md (Chinese Simplified)
docs(website): new translations

* New translations plugins.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations what-is-verdaccio.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations

* New translations docker.md (Chinese Simplified)
docs(website): new translations
2018-07-30 07:17:41 +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 b894235bd2
Merge pull request #867 from priscilawebdev/task-826
Use css variables for colors and anything is reusable on sass files #826
2018-07-29 19:37:22 +02:00
Juan Picado @jotadeveloper e43e6155fe
Merge branch 'master' into task-826 2018-07-29 19:31:47 +02:00
Peter Cools 7c3a617d79 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.
Update unit test for added scope
2018-07-29 19:11:43 +02:00
coolsp e9007c3d3e
Merge branch 'master' into feat-webui-scope 2018-07-29 18:42:14 +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 5e9b593bd5
refactor: some es6 sugar 2018-07-29 16:03:09 +02:00
Juan Picado @jotadeveloper 9703ed3c11
Merge branch 'master' into fix-local-storage-test 2018-07-29 15:48:15 +02:00
Juan Picado @jotadeveloper e03b6fee08
Merge pull request #827 from dlouzan/chore/docker-build-with-proxy
chore: fix docker build behind a corporate proxy
2018-07-29 15:46:34 +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
Juan Picado @jotadeveloper d1b46df423
Merge pull request #856 from verdaccio/feat-adds-gravatar-support-in-maintainers-filed
feat: adds gravatar support for maintainers
2018-07-29 06:37:25 +02:00
ayusharma 4df6b3b252 feat: adds gravatar support for maintainers 2018-07-29 00:45:02 +02:00
Juan Picado @jotadeveloper 050a1725be
chore: update css max size 2018-07-28 20:18:52 +02:00
Sergio Herrera Guzmán aaafef9393
chore: add step to control the bundle sizes
(cherry picked from commit 5d132f1)
2018-07-28 17:24:02 +02:00
Juan Picado @jotadeveloper fa591d25dc
chore: update max size 2018-07-28 17:22:09 +02:00
Juan Picado @jotadeveloper 0d9565dd1c
chore: add bundlesize integration 2018-07-28 17:18:46 +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
Juan Picado @jotadeveloper 19ad8a73c5
Merge pull request #858 from verdaccio/website-update
chore: add website version 3.4.x
2018-07-28 17:15:10 +02:00
Juan Picado @jotadeveloper ddf491740c
Merge pull request #859 from verdaccio/update-dependencies
chore: update dependencies
2018-07-28 17:14:35 +02:00
Juan Picado @jotadeveloper e4bf71a735
Merge pull request #861 from verdaccio/fix-857-test
chore: add unit test for #857 scenario
2018-07-28 17:14:21 +02:00
Juan Picado @jotadeveloper d51afd89ca
Merge branch 'master' into fix-857-test 2018-07-28 17:14:10 +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
verdacciobot 374f0a8bd0 New Crowdin translations (#847)
* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations uplinks.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations test.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations use-cases.md (Chinese Simplified)
docs(website): new translations

* New translations web.md (Chinese Simplified)
docs(website): new translations

* New translations web.md (Chinese Simplified)
docs(website): new translations
2018-07-28 09:14:57 +02:00
Juan Picado @jotadeveloper 71cbbccfb2
Merge branch 'master' into update-dependencies 2018-07-28 08:50:19 +02:00
Juan Picado @jotadeveloper a419716d21
Merge branch 'master' into website-update 2018-07-28 08:50:13 +02:00