3205 Commits

Author SHA1 Message Date
Unitech
56d2a7681d (startup) update-rc.d remove 2016-12-09 10:08:43 +01:00
Unitech
b86a2cce05 (startup) minor fix on command lines + add every PATH on systemd env 2016-12-08 01:50:33 +01:00
Unitech
24e7287f9a (startup) support legacy startup system (pm2-init.sh) 2016-12-08 01:36:52 +01:00
Unitech
476e71bf2e (test) comment variable test 2016-12-08 01:12:56 +01:00
Unitech
3b35a6781e (startup) trick to attach to running pm2 daemon and exit in kill 2016-12-08 01:08:47 +01:00
Unitech
5aab328803 (startup) allow modules resurrection 2016-12-07 22:49:55 +01:00
Unitech
7a018c53f7 #1090 #15 do not replicate same processes on resurrect 2016-12-07 22:00:18 +01:00
Unitech
8dd45eddae (test) travis remove sudo:required 2016-12-06 17:37:00 +01:00
Unitech
5935cb7fb8 (startup)(test) enable upstart test 2016-12-06 16:46:10 +01:00
Unitech
af41cb05cd (launchd) fix suggested command 2016-12-06 16:34:37 +01:00
Unitech
0ec275af69 (startup) launchd auto restart + unstartup launchd 2016-12-06 16:31:01 +01:00
Unitech
e3e5938c43 (test) do no auto exit 2016-12-06 16:28:14 +01:00
Unitech
c556faa14d (startup) keepalive launchd 2016-12-06 14:43:12 +01:00
Unitech
cf1151c163 (startup) launchd fixes for MacOSx 2016-12-06 14:37:31 +01:00
Unitech
67d19e4e3b (startup) autodetect platform + fix systemd file + fix upstart file + do not launch PM2 as root on startup commands + pm2 unstartup 2016-12-06 02:09:00 +01:00
Unitech
1dc0d5b9ec (startup refactor) 2016-12-04 19:23:18 +01:00
Unitech
5532eec036 (cli/ui) optimize shortened list + check if TTY for simpler outputs 2016-12-04 16:47:30 +01:00
vmarchaud
7eb5fe1fbb (cli/ui) stacked mode when term columns < 90 2016-12-02 16:04:22 +01:00
Alexandre Strzelewicz
7f5e41b42a Merge pull request #2477 from jacobcabantomski-ct/readme-counter-typo
Fixed spelling on `# Reset all counbters`
2016-12-02 14:27:58 +01:00
Alexandre Strzelewicz
9653bf93fb Merge pull request #2548 from beniboy87/development
#2545 process started with pm2 api inherit wrong exit_code env value
2016-12-02 14:27:38 +01:00
Alexandre Strzelewicz
3cded35d27 Merge pull request #2543 from alavit-d/fix-module-monitoring
(fix) module pid/mem monitoring
2016-12-02 14:24:27 +01:00
Unitech
1131cc8098 (test) extra logging message on exception 2016-12-01 23:58:24 +01:00
Unitech
9af80d034e (examples) add examples process action + process metrics 2016-12-01 23:40:52 +01:00
Aymeric Lavit d'Hautefort
7520174e28 restart if module only 2016-11-30 16:48:58 +01:00
Alexandre Strzelewicz
ccc1150ae7 Merge pull request #2544 from Unitech/attach_log_on_exception
(feature) attach last 25 logs when sending exception to km
2016-11-30 10:42:06 +01:00
Bencs Balázs
8988eb5e00 #2545 process started with pm2 api inherit wrong exit_code env value 2016-11-30 07:56:44 +00:00
vmarchaud
f26ff3ee1b (fix) use process id as key to store logs 2016-11-29 15:34:20 +01:00
vmarchaud
ac57a86305 (feature) attach last 25 logs when sending exception to km 2016-11-29 13:56:26 +01:00
Aymeric Lavit d'Hautefort
1de79ce9ba (fix) module pid/mem monitoring 2016-11-28 16:14:20 +01:00
Unitech
915849c1ac Merge branch 'master' into development 2016-11-28 14:04:11 +01:00
Unitech
8c3b3a5683 (cli) pm2.trigger(<app_id>, <action_name>, [params], [cb]) 2016-11-27 21:09:59 +01:00
abluchet
2e1f83d832 fix #2537 duplicate Configuration.set 2016-11-25 14:38:22 +01:00
Unitech
46d5f57df7 pm2@2.1.6 2.1.6 2016-11-23 09:20:35 +01:00
Unitech
69d0c0a47b (test) add back custom action test suit + test path resol 2016-11-23 08:55:50 +01:00
Unitech
a10fa8eab3 (test) delete all processes before continuing tests 2016-11-23 00:05:25 +01:00
Unitech
beb63200b2 #281 PM2_SILENT + jlist will not print something else than JSON 2016-11-22 19:01:09 +01:00
Unitech
5624d00cac (changelog) update 2016-11-22 18:52:15 +01:00
Unitech
2ef97b83d6 #2530 make sure processess are stopped on direct system signal 2016-11-22 18:33:36 +01:00
Unitech
1a649d32b3 (changelog) [skip ci] 2016-11-22 18:02:15 +01:00
Unitech
0f7a10e1e0 #2351 skip default options (node_args+autorestart) on inner pm2 actions 2016-11-22 18:00:48 +01:00
Unitech
5cbe4fd236 error handler on treekill 2016-11-22 15:34:13 +01:00
Unitech
952c0c62c2 (CHANGELOG) update 2016-11-18 13:19:54 +01:00
Unitech
1faf1d766b (schema) alias err_file to error_file and err + out_file to out_log 2016-11-18 13:17:01 +01:00
Unitech
c1b083c592 #2418 #2474 resolve tilde as home path in conf file 2016-11-18 13:04:12 +01:00
Alexandre Strzelewicz
4347cf6196 Merge pull request #2526 from bwkiefer/launch-all
Added launch modules function to api.
2016-11-17 14:37:27 +01:00
Ben
082c60a882 Added launch all modules function to api. 2016-11-16 13:15:33 -05:00
Unitech
31cb06cf2b (modules) upgrade debug to 2.3.2 2016-11-13 16:42:59 +01:00
Unitech
1e75b088b5 Merge branch 'master' into development 2016-11-13 16:42:04 +01:00
Unitech
8dc4a9e9c7 (KM) do not require password for set and multiset conf 2016-11-11 16:52:01 +01:00
Unitech
437f081c9a #2509 list available functions 2016-11-11 16:20:52 +01:00