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

2584 Commits

Author SHA1 Message Date
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
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