Unitech
|
85d11d521e
|
fix 2015 test easter egg - Happy New Year!
|
2015-01-01 21:39:42 -05:00 |
|
Unitech
|
e9a69fe604
|
add back automatic coffee interpreter #488
|
2014-12-25 21:19:56 +01:00 |
|
Unitech
|
decc23b0ff
|
fix test suit
|
2014-12-12 18:32:49 +01:00 |
|
Unitech
|
a4fd5cb0dc
|
move pm2 reduce interval to second test phase
|
2014-12-12 18:25:09 +01:00 |
|
Unitech
|
b8c58d7345
|
throttle tests
|
2014-12-04 20:54:47 +01:00 |
|
Unitech
|
f2e02959ec
|
throttle tests
|
2014-12-04 16:03:16 +01:00 |
|
Unitech
|
55209cb3ee
|
throttle test
|
2014-12-04 11:26:11 +01:00 |
|
Tjatse
|
bf2bf8a646
|
fix: PM2_LOG_DATE_FORMAT default value.
|
2014-12-03 08:33:16 +08:00 |
|
Tjatse
|
0f8b8a40dd
|
fix: travis
|
2014-12-02 21:02:16 +08:00 |
|
Unitech
|
6b8a98aeac
|
print pm2.log
|
2014-12-02 13:47:04 +01:00 |
|
Unitech
|
87bbea87e7
|
not working on travis
|
2014-12-02 12:39:27 +01:00 |
|
Unitech
|
2a57e7ac84
|
add log debug
|
2014-12-01 18:25:13 +01:00 |
|
Unitech
|
19c0204074
|
remove debug
|
2014-12-01 17:08:37 +01:00 |
|
Unitech
|
9b35504f9a
|
Set TIMESTAMP to PM2 log by default
|
2014-12-01 16:34:25 +01:00 |
|
Alexandre Strzelewicz
|
4a44f89aab
|
Merge pull request #853 from Tjatse/development
feature: timestamp prefix of `pm2.log`
|
2014-12-01 16:20:20 +01:00 |
|
Tjatse
|
7f649d525a
|
fix: redirect logs before greping
|
2014-11-29 16:58:21 +08:00 |
|
Tjatse
|
9036e1d685
|
test case: redirect pm2.log
|
2014-11-29 16:44:18 +08:00 |
|
Tjatse
|
3b99e7a83c
|
fix: travis have no pm2.log but only stdout/stderr
|
2014-11-29 16:26:40 +08:00 |
|
Tjatse
|
905182dcdd
|
fix: locale pm2 root dir
|
2014-11-29 14:33:11 +08:00 |
|
Tjatse
|
6ce7b79b4f
|
test cases for timestamp prefix of pm2.log
|
2014-11-29 11:20:37 +08:00 |
|
vasyl
|
1148b4efb7
|
#29 Create a test for the new functionality. Fix a found bug.
|
2014-11-27 13:58:10 +11:00 |
|
Unitech
|
1244da156b
|
homogeneize option parsing logic between JSON and CLI execution - cancel JSON execution if there are errors - cleanly exit PM2 CLI with exitCli()
|
2014-11-25 22:19:02 +01:00 |
|
Unitech
|
007231a042
|
allow array and string for watch option -- add some tests for JSON validation
|
2014-11-25 18:14:27 +01:00 |
|
Tjatse
|
5c5105a681
|
default unit of --max-memory-restart is byte now.
|
2014-11-24 17:17:10 +08:00 |
|
Tjatse
|
0c31dede26
|
1. Validate Commander options && JSON key-values and make options briefness and easy configuration. 2. Refactor start/restart
|
2014-11-24 14:44:20 +08:00 |
|
jshkurti
|
402190264f
|
CLI Feature added: pm2 pull <name> [commit_id] // goes to commit_id if specified
|
2014-11-21 15:46:09 +01:00 |
|
Unitech
|
13d5baf6ba
|
bash fix
|
2014-11-20 16:35:10 +01:00 |
|
Unitech
|
253640f792
|
keep return
|
2014-11-20 11:48:23 +01:00 |
|
Unitech
|
ae038d1e51
|
throttle tests
|
2014-11-20 11:39:30 +01:00 |
|
Unitech
|
71f85377c2
|
test pid file deletion in cluster mode
|
2014-11-19 16:18:58 +01:00 |
|
Unitech
|
7467377b7c
|
add test pid file
|
2014-11-18 18:59:38 +01:00 |
|
jshkurti
|
29fc72b3e8
|
re-refactor worker
|
2014-11-18 18:14:34 +01:00 |
|
jshkurti
|
70f6a3b868
|
worker refactored fix fix
|
2014-11-18 16:57:10 +01:00 |
|
jshkurti
|
eec86c8512
|
Merge branch 'development' of https://github.com/Unitech/PM2 into development
|
2014-11-18 16:29:06 +01:00 |
|
jshkurti
|
2e11563a9f
|
worker refactor fix
|
2014-11-18 16:28:58 +01:00 |
|
Unitech
|
6897118123
|
remove disconnect on log reload to continue interaction between procesess
|
2014-11-18 16:10:32 +01:00 |
|
Unitech
|
1b782e4a87
|
refactor
|
2014-11-18 15:30:09 +01:00 |
|
Unitech
|
d56a919ec2
|
refactor startJson
|
2014-11-18 15:06:00 +01:00 |
|
Unitech
|
bbc70dd959
|
fix coffee test
|
2014-11-18 13:39:32 +01:00 |
|
Unitech
|
1a52bddd78
|
Merge branch 'development' of github.com:Unitech/PM2 into development
|
2014-11-17 19:17:16 +01:00 |
|
jshkurti
|
e3fa143075
|
--max-memory-restart implemented
|
2014-11-17 17:47:52 +01:00 |
|
Tjatse
|
f433caaf79
|
print messages
|
2014-11-17 18:54:53 +08:00 |
|
jshkurti
|
a68edc4208
|
workers tests are now more explicite
|
2014-11-17 11:23:28 +01:00 |
|
Tjatse
|
7f3cfda07d
|
fix a small bug on unix
|
2014-11-17 17:40:41 +08:00 |
|
Tjatse
|
aae6ffe938
|
test cases of merging std(out/err)
|
2014-11-17 17:15:47 +08:00 |
|
Unitech
|
2ff51d673b
|
refactor worker
|
2014-11-16 13:20:14 +01:00 |
|
tknew2
|
9f66738c19
|
remove some pm2 kill from tests
|
2014-11-13 18:28:49 +01:00 |
|
Jean-Nicolas LAGNEAU
|
6b21bc9ab8
|
keep binary test DRY and simplify it
|
2014-11-13 10:29:21 +01:00 |
|
Jean-Nicolas LAGNEAU
|
b85398e4fd
|
Merge branch 'development' of https://github.com/Unitech/PM2 into development
|
2014-11-12 18:52:00 +01:00 |
|
Jean-Nicolas LAGNEAU
|
7d3bd3fabe
|
pm2 --interpreter is not needed anymore
pm2 now recognize the extension of the file but you can still use
interpreter flag for specific extensions.
|
2014-11-12 18:49:07 +01:00 |
|