Commit Graph

1214 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper a3bb5d1363
docs: Updates wiki readme 2017-08-29 07:54:43 +02:00
Juan Picado @jotadeveloper b29de5c8fd
docs: Add installation section 2017-08-29 07:52:43 +02:00
Juan Picado @jotadeveloper cf7f4a6409
docs: Updates wiki readme 2017-08-28 23:11:08 +02:00
Juan Picado @jotadeveloper a5b33bbffc
docs: Add logger documentation 2017-08-28 22:23:15 +02:00
Juan Picado @jotadeveloper 97f8c120aa
docs: Add web ui documentation 2017-08-28 19:57:12 +02:00
Juan Picado @jotadeveloper ec0746fc8f
docs: Upgrade main config file documentation 2017-08-28 19:57:11 +02:00
Juan Picado @jotadeveloper 7c88cb4392
docs: Add main config file documentation 2017-08-28 19:57:11 +02:00
Juan Picado @jotadeveloper c30555c699 Merge pull request #309 from verdaccio/conf_remove_invalid_section
refactor: remove invalid section and modify comment
2017-08-28 17:10:35 +02:00
Meeeeow ae413e13be
refactor: 📝 remove invalid section and modify comment 2017-08-28 22:42:26 +08:00
Meeeeow dd623dc3a0 Merge pull request #306 from verdaccio/fix_possible_data_loss_upstream
Fix possible data loss upstream
2017-08-27 19:58:10 +08:00
Juan Picado @jotadeveloper 04710d8fc0
refactor: update lock file 2017-08-26 07:44:18 +02:00
Juan Picado @jotadeveloper 23bcf6fb86
test: Increase coverage for local-data storage 2017-08-26 07:44:18 +02:00
Juan Picado @jotadeveloper 2c3a8f9d42
test: Add unit test for a scenario when the database is corrupted 2017-08-26 07:44:17 +02:00
Juan Picado @jotadeveloper e4f7f32f91
refactor: Parse database and error handling in separated methods 2017-08-26 07:44:17 +02:00
Meeeeow 552527c085
refactor: 🔨 don't crash main thread when the database file is corrupted
Add a lock for LocalData instance and throw error message while user trying modify package list
2017-08-26 07:44:17 +02:00
Meeeeow 5d73dcaf89
fix: 🐛 check error code to prevent data loss 2017-08-26 07:44:17 +02:00
Meeeeow 5e8b26893e
docs: 📝 update docs about not support pm2 cluster mode 2017-08-26 07:43:40 +02:00
Meeeeow 93aae05e63
fix: 🐛 check error code to prevent data loss 2017-08-26 07:43:39 +02:00
Juan Picado @jotadeveloper a91a0d3bef Merge pull request #298 from verdaccio/feature-docker-upgrade
feat: Update node alpine version to 8.4.0
2017-08-26 07:42:50 +02:00
Juan Picado @jotadeveloper 3f96ce3665
feat: Update node alpine version to 8.4.0 2017-08-18 06:57:41 +02:00
Juan Picado @jotadeveloper 15bd1383be
chore(release): 2.3.6 2017-08-17 06:26:02 +02:00
Juan Picado @jotadeveloper 17e81b24b9
Merge branch 'master' of github.com:verdaccio/verdaccio 2017-08-17 06:21:32 +02:00
Juan Picado @jotadeveloper a9481cc941
fix: link was broken 2017-08-17 06:21:23 +02:00
Juan Picado @jotadeveloper 5c51e485f6 Merge pull request #293 from 8eo/master
Fix auth process to check against username also and not just groups
2017-08-17 06:20:10 +02:00
Juan Picado @jotadeveloper b00be1baf5 Merge pull request #296 from mrblackus/patch-1
Update SSL documentation
2017-08-17 05:42:17 +02:00
Juan Picado @jotadeveloper 8153e1b109 Merge pull request #295 from jrussellsmyth/fix-accept-header
Correct accept header set for registry requests.
2017-08-17 05:36:40 +02:00
Mathieu Savy 25f9a8dadb Update SSL documentation
Hi,

I had some troubles setting up SSL for my Verdaccio registry because document was not perfectly clear.
I made little improvements on the SSL wiki page by adding a section about Docker (`listen` config entry is ignored because it's already set on Dockerfile), and I also added a link to the Node documentation pointing at more documentation for the `ca`, `cert` and `key` options for the `https` entry on the configuration.
2017-08-16 11:27:43 +02:00
J. Russell Smyth eb0c87d77a add semicolon after media type in accept statement. Necessary for more pedantic servers such as Artifactory 2017-08-15 23:59:00 +00:00
Adam Szmyd d0e0bc4ff3 Fix auth process to check against username also and not just groups 2017-08-15 12:21:28 +02:00
Juan Picado @jotadeveloper 0feccf9b4a
chore(release): 2.3.5 2017-08-14 08:18:11 +02:00
Juan Picado @jotadeveloper 836bb348fb Merge pull request #290 from verdaccio/fix-289-285
fix: Remove accept header that seems cause issues #285 #289
2017-08-12 13:07:47 +02:00
Juan Picado @jotadeveloper b6ee1100ef
refactor: remove the feature for multi accept strings 2017-08-12 13:01:25 +02:00
Juan Picado @jotadeveloper fab8391daf
fix: Remove accept header that seems cause issues #285 #289 and npm search fails 2017-08-12 12:51:06 +02:00
Juan Picado @jotadeveloper 368fe92a10 Merge pull request #283 from RodrigoBalest/patch-1
doc: amend proxy instructions for Apache
2017-08-07 18:30:17 +02:00
RodrigoBalest 21df66d622 Amend proxy instructions for Apache
Hi.
I had issues regarding to resources when accessing Verdaccio through Apache proxy.
I found out that removing ending slashes at `ProxyPass` and `ProxyPassReverse` settings solved it.
I also set Verdaccio's config `url_prefix` to match the proxy location.
Hope it helps.
2017-08-07 08:44:21 -03:00
Juan Picado @jotadeveloper d7e6bae469
refactor: move stream tarball helper as a dependency 2017-08-06 22:52:30 +02:00
Juan Picado @jotadeveloper ba99fd5ba1
refactor: restore previous package check logic 2017-08-06 22:41:14 +02:00
Juan Picado @jotadeveloper 88a29f5928 Merge pull request #262 from verdaccio/fix_unit_test
refactor: unit test, reorganize and group then correctly
2017-08-06 22:08:59 +02:00
Juan Picado @jotadeveloper 32a1b6e6e2
refactor: restore default time out to 20s 2017-08-06 22:04:35 +02:00
Juan Picado @jotadeveloper 8b93b579d3
refactor: naming clean up, relocation, organize by category 2017-08-06 21:54:15 +02:00
Juan Picado @jotadeveloper b804e96f4a
refactor: use utility to parse the yaml config file 2017-08-05 10:35:14 +02:00
Juan Picado @jotadeveloper d53ce9750b
refactor: rename unit test clean up 2017-08-05 10:34:31 +02:00
Juan Picado @jotadeveloper 644c0981db
fix: configuration files inconsistencies, add unit test 2017-08-02 20:46:06 +02:00
Juan Picado @jotadeveloper cda92ac5ab
refactor: relocate unit test 2017-08-02 20:45:21 +02:00
Juan Picado @jotadeveloper a038b282ec refactor: scoped packages unit test, relocate other unit test 2017-07-30 15:56:00 +00:00
Juan Picado @jotadeveloper 1e6c7dd6ea refactor: unit test for readme, preserve tags on publish 2017-07-30 15:56:00 +00:00
Juan Picado @jotadeveloper 6f006fbf40
test: Add functional test to un publish a single version 2017-07-30 17:55:41 +02:00
Juan Picado @jotadeveloper 442305c62f
refactor: local storage get rid of error codes dependency 2017-07-30 16:55:22 +02:00
Juan Picado @jotadeveloper 00cf9c25bb
refactor: local storage with less external dependencies 2017-07-30 15:12:32 +02:00
Juan Picado @jotadeveloper 5b52447408
refactor: local storage methods cleanup for getTarball 2017-07-30 12:34:23 +02:00