1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
Commit Graph

2615 Commits

Author SHA1 Message Date
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
Juan Picado @jotadeveloper
20a2844c19
chore: add website version 3.4.1 2018-07-28 08:49:38 +02:00
Juan Picado @jotadeveloper
b0b631af76
chore: add unit test for #857 scenario 2018-07-28 08:45:10 +02:00
Juan Picado @jotadeveloper
da2a8ff5ef
chore(release): 3.4.1 v3.4.1 2018-07-27 23:16:23 +02:00
Juan Picado @jotadeveloper
ce1f7a9fb7
Merge pull request #860 from verdaccio/#857-deps-bug
fix: solves dependency bug for one dependency (#857)
2018-07-27 22:57:28 +02:00
Juan Picado @jotadeveloper
943ddebb2b
Merge branch 'master' into #857-deps-bug 2018-07-27 22:48:49 +02:00
Juan Picado @jotadeveloper
f75e213399
chore: update dependencies 2018-07-27 20:59:51 +02:00
Juan Picado @jotadeveloper
62e3adf0db
chore: update devDependencies 2018-07-27 20:37:13 +02:00
ayusharma
f9c9c44adb fix: solves dependency bug for one dependency (#857) 2018-07-27 20:26:05 +02:00
Juan Picado @jotadeveloper
dbdf6b4080
chore: add website version 3.4.0 2018-07-27 20:18:29 +02:00
Juan Picado @jotadeveloper
8627aac21d
chore(release): 3.4.0 v3.4.0 2018-07-27 12:11:26 +02:00
Juan Picado @jotadeveloper
533ea45b70
Merge pull request #854 from johannespfeiffer/patch-1
fix: Authentication Plugins / plugin[method] is not a function (add_user method)
2018-07-27 12:08:15 +02:00
Johannes Pfeiffer
0a3870e00f
fix: Authentication Plugins / plugin[method] is not a function 2018-07-27 11:55:12 +02:00
Juan Picado @jotadeveloper
6ffcde178a
Merge branch 'master' into chore/docker-build-with-proxy 2018-07-26 20:19:41 +02:00
Ayush Sharma
ca76fdf55f
Merge pull request #851 from verdaccio/#840-atob-not-support-unicode-strings
feat: adds base64 support in webui token (#840)
2018-07-26 17:28:59 +02:00
ayusharma
4a7a94aa74 feat: adds base64 support in webui token (#840) 2018-07-26 17:11:28 +02:00
verdacciobot
e9660ef656 New Crowdin translations (#839)
* New translations dev-plugins.md (Spanish)
docs(website): new translations

* New translations en.json (Portuguese, Brazilian)
docs(website): new translations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* New translations reverse-proxy.md (Chinese Simplified)
docs(website): new translations
2018-07-25 07:56:23 +02:00
Diego Louzán
4713b2f39a chore: fix docker build behind a corporate proxy
installs full-fledged wget in alpine, so that it honors proxy
environment variables
2018-07-24 16:28:48 +02:00
Juan Picado @jotadeveloper
98ec1d4631
Merge pull request #841 from verdaccio/discord-badge
chore: adds discord badge
2018-07-23 14:23:28 +02:00
ayusharma
ba9903e212 chore: adds discord badge 2018-07-23 12:23:02 +02:00
Juan Picado @jotadeveloper
ffd35c0a02
chore(release): 3.3.0 v3.3.0 2018-07-22 22:14:43 +02:00
Ayush Sharma
967ddb3887
Merge pull request #838 from verdaccio/release-website
Release website
2018-07-22 21:55:22 +02:00
Ayush Sharma
df5878dd53
Merge branch 'master' into release-website 2018-07-22 21:51:07 +02:00
Juan Picado @jotadeveloper
8a7a9d8c8b
Merge pull request #833 from verdaccio/refactor-package-sidebar-and-package-components
refactor: package and package sidebar code refactoring
2018-07-22 21:45:12 +02:00
ayusharma
263b0f78a9 refactor: <Package /> , <Footer /> and package sidebar code refactoring
refactor: variable naming
2018-07-22 21:22:51 +02:00
Juan Picado @jotadeveloper
c2656f6520
chore: update description on versions 2018-07-22 21:02:16 +02:00
Juan Picado @jotadeveloper
7bff7e91e5
chore: prepare releaser website 3.3.0 2018-07-22 20:25:40 +02:00
Juan Picado @jotadeveloper
b82b8f12a3
docs: small improvements 2018-07-22 20:23:53 +02:00