Miroslav Pokorný
11742db503
Changed setImmediate from async library to node default.
2017-09-17 17:35:22 +02:00
Miroslav Pokorný
b4195b15c6
Fixed bug with Maximum call stack size exceeded on packages web API.
2017-09-16 10:46:15 +02:00
Juan Picado @jotadeveloper
519840761c
Merge pull request #325 from robi-wan/wiki_directory_structure
...
docs: Use current directory structure in documentation
2017-09-15 21:35:20 +02:00
robi-wan
4bd174b96f
Use current directory structure in documentation
...
Commit 7fef14c322c1c73727c349389e036b3e5bde3bcc refactored the directory structure - reflect these changes in the documentation.
2017-09-14 15:49:57 +02:00
Juan Picado @jotadeveloper
57fbb59889
Merge pull request #323 from ayusharma/issue-322
...
MessageBox replaced with Alert in login dialog
2017-09-13 11:55:22 +02:00
Ayush Sharma
64839bd61b
Fix : #322 - Message box replaced with alert
...
Review: Minor fixes
2017-09-13 15:08:33 +05:30
Juan Picado @jotadeveloper
e81d50162f
Merge pull request #320 from ayusharma/issue-319
...
Load logo from config
2017-09-13 11:34:46 +02:00
Ayush Sharma
2442571e2f
Fix: Issue #319 Load logo from config
...
Review: catch block
2017-09-13 12:03:18 +05:30
Juan Picado @jotadeveloper
da7aaf3ec4
Merge pull request #317 from Meeeeow/fix_package_metadata_cache
...
fix: 🐛 Package metadata cache does not work
2017-09-13 07:50:45 +02:00
Meeeeow
59b8bcf817
Merge branch 'master' into fix_package_metadata_cache
2017-09-12 09:50:11 +08:00
Meeeeow
4d6a4471b2
fix: 🐛 Package metadata cache not work
2017-09-10 23:41:09 +08:00
Juan Picado @jotadeveloper
9cde5adfd4
Merge pull request #316 from wpasternak/patch-1
...
docs: fixed Typo
2017-09-10 14:44:18 +02:00
Willi Pasternak
7b03059819
Fixed Typo
2017-09-10 13:55:14 +02:00
Juan Picado @jotadeveloper
8dea48ed5b
docs: Update server section to include AWS info
2017-09-08 08:11:27 +02:00
Juan Picado @jotadeveloper
397a5301fb
Merge pull request #315 from ayusharma/issue-311
...
Fix #311 : Debug text in green color
2017-09-08 07:42:58 +02:00
Ayush Sharma
17847ae415
Fix #311 : Debug text in green color
2017-09-07 23:10:01 +05:30
Juan Picado @jotadeveloper
ebb033ce1a
Merge pull request #313 from Jinshichi/search_fix
...
fix: add Date and Version in a search result
2017-09-07 08:30:32 +02:00
Yuuki Tada
5d7e0bc1e5
Use singlequote instead of doublequote
...
modified: src/lib/storage/local/local-storage.js
2017-09-07 06:14:38 +00:00
Yuuki Tada
f80ff856ba
Add DATE and VERSION in search result
...
modified: src/lib/storage/local/local-storage.js
modified: test/functional/tags/preserve_tags.spec.js
2017-09-07 02:53:26 +00:00
Juan Picado @jotadeveloper
0582e05edc
Merge pull request #308 from verdaccio/feature_wiki_upgrade
...
docs: Add new sections to documentation
2017-08-29 20:09:48 +02:00
Juan Picado @jotadeveloper
54dbf115ba
docs: Merge cli and installation doc
2017-08-29 08:23:06 +02:00
Juan Picado @jotadeveloper
506ae57aa3
docs: Add links to wiki
2017-08-29 08:13:10 +02:00
Juan Picado @jotadeveloper
429d30a390
docs: Updates wiki readme
2017-08-29 07:56:15 +02:00
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
v2.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