185 Commits

Author SHA1 Message Date
Alexandre Strzelewicz
358e98f664 pm2@3.2.7 2019-01-09 16:48:33 +01:00
Alexandre Strzelewicz
4df7c7cfda pm2@3.2.6 2019-01-09 16:28:57 +01:00
Unitech
4b6e45e0bb fix: node interpreter resolutin 2019-01-08 17:55:22 +01:00
Unitech
8a156e4e3e fix: snap node path 2019-01-08 17:08:44 +01:00
Unitech
0b71c7a93d fix: print full env + skip extra internal fields when using programmatic pm2 2018-12-27 12:17:38 +01:00
Unitech
bb1918971b fix: keep wait_ready to his initial state on pm2 reload all #4069 2018-12-19 16:07:11 +01:00
Unitech
f0c465db55 fix: stringify possible passed object via env + fix unit test retry strategy #4080 #4079 2018-12-19 15:04:28 +01:00
Unitech
495c77f90b feat: faster test/less output #4079 2018-12-18 18:20:09 +01:00
Unitech
cd4ea62383 fix: silent mode and verbose should not be enabled after -- option pass 2018-12-18 14:46:55 +01:00
Alexandre Strzelewicz
b19d076162
Merge pull request #4038 from andy-ganchrow/master
Ensure node_args are not removed on restart
2018-12-04 15:52:31 +01:00
Unitech
846413828c fix: check exec_mode in all cases 2018-12-04 13:20:23 +01:00
Unitech
d14ccbadbd fix process file env switching bug and proc dups #3192 + #3987 2018-12-04 13:14:32 +01:00
Andy Ganchrow
0ec85bc091 Remove duplicate setting of node_args as default array 2018-11-22 12:55:31 -08:00
Andy Ganchrow
213f48641b Ensure node_args are not removed on restart 2018-11-22 12:51:02 -08:00
Unitech
f9b6f010d8 fix: #4012 cluster_mode when starting application with -i -1 2018-11-12 09:57:47 +01:00
Unitech
d5acb85532 fix 'max' and 0 instances number + test suite 2018-10-05 17:09:31 +02:00
Unitech
565fc77e6e add command to display application environment 2018-09-28 21:17:15 +02:00
Unitech
6fdf21fd73 feature allow pm2 install <url>.tar.gz + fix smart prefix system 2018-09-27 18:19:43 +02:00
Unitech
058ea6e2c9 parse package.json to retrieve module version running in mem + --bail on mocha.opts to fail fast 2018-09-27 15:34:02 +02:00
Unitech
58d2465ef7 merge development 2018-09-25 00:06:22 +02:00
Unitech
9aa0abbdab drop v1 modules logic and tests + v1 of tarball module management + add Common.err and Common.log helper with auto prefix + split module logic 2018-09-24 22:55:18 +02:00
Unitech
adf5e7d8a5 fix an oversight 2018-09-24 14:52:11 +02:00
Unitech
3e3077698c --time to enable log date prefixing 2018-09-24 00:17:23 +02:00
Unitech
9f3b5ea80c CHANGE: now log_date_format is attached by default + fix multi line #2792 + cleanup travis file 2018-09-23 19:44:41 +02:00
Unitech
cb093237a7 refactor + fix bug watch_delay on json + add user mgmt tests + change tests order/remove toxic flag 2018-09-23 19:28:13 +02:00
Unitech
ccb35ef8ca proper support of setting the right user in fork mode (uid/user resolution + HOME set) 2018-09-23 17:54:07 +02:00
Unitech
b4708e7498 chore: adapt tests 2018-09-21 14:22:07 +02:00
Unitech
e2aa872b37 -i <instances> default to exec_mode fork if not a node app + add test + remove unused test 2018-09-20 13:36:51 +02:00
Unitech
9abada0bd2 fix check exec 2018-09-19 15:20:31 +02:00
Unitech
160dc26f8f cluster mode enable only for node apps 2018-09-19 12:26:33 +02:00
Unitech
ed13628540 ecosytem/cli: force fork mode for multi non node.js instances 2018-09-19 12:08:53 +02:00
vince
83ac16d5f2 fix: remove warn message about clustering for old node 0.10 version 2018-09-18 10:13:07 +02:00
Unitech
fe2a4448be #3076: auto flush python stdout 2018-08-27 19:15:25 +02:00
Yazan Medanat
679b14ff4b refactor: removes unused async imports. 2018-07-19 10:17:50 -04:00
Vadim Kotov
10d5c9c74b Fixed grammar: 'does not exists' -> 'does not exist' 2018-07-16 16:29:32 +03:00
Vincent Vallet
0477354b50
Merge pull request #3768 from Unitech/spaces
hotfix: fix #3767, do not consider as a command if space and slash ar…
2018-07-10 11:15:03 +02:00
vince
d15a12ceae hotfix: fix #3767, do not consider as a command if space and slash are found 2018-07-05 16:29:34 +02:00
vince
f8ec1503c3 hotfix: fix #3767, do not consider as a command if space and slash are found 2018-07-05 15:23:12 +02:00
JimiC
6b52514c9f Add support for nvm for Windows 2018-06-28 19:14:45 +03:00
Alexandre Strzelewicz
f0249684bc fix: #3688 test adaptation + pm2 serve --port option 2018-05-27 19:33:53 +02:00
Alexandre Strzelewicz
ae02adf63f BREAKING: merge_logs is now activated by default if not in cluster mode. Logs will not be suffixed by the pm_id if only one app is started 2018-05-27 16:35:54 +02:00
Alexandre Strzelewicz
af60e99466 feature: allow to start raw command via pm2 start "my command with params" + alias script in ecosystem file with cmd & command 2018-05-27 16:07:54 +02:00
Unitech
ee5e6a06cb refactor: faster cli with less require 2018-05-17 23:34:48 +02:00
Unitech
53ca18c128 chore: upgrade all modules + keymetrics-agent -> pm2/agent + increase version enabling v8-compile-cache 2018-05-17 15:42:43 +02:00
Eywek
3514e7fac6 Merge branch 'development' of https://github.com/Unitech/pm2 into new-agent 2018-03-19 14:55:12 +01:00
Vincent Vallet
b3718656f6
Merge pull request #3545 from rmonnier/default-ecosystem
Set ecosystem.config.js as the default ecosystem file
2018-03-19 09:29:20 +01:00
Unitech
e13f39c90b fix: conflict 2018-03-16 19:46:05 +01:00
Robin Monnier
d9df60eb97 change all ecosystem.json to ecosystem.config.js 2018-03-16 18:44:00 +01:00
Eywek
2506c75956 improv: use keymetrics-agent 2018-03-16 18:19:13 +01:00
vince
935afab925 feature: add mjs support 2018-02-21 14:41:17 +01:00