260 Commits

Author SHA1 Message Date
Unitech
ce56d83719 remove deepReset and findByScript unused methods from God Daemon 2016-04-03 12:38:14 +02:00
Unitech
9b252787e3 put back process.kill -pid for detached processes (fork mode) 2016-04-03 12:31:53 +02:00
Unitech
ef68ef5458 #2061 fix process kill 2016-04-01 16:59:46 +02:00
Unitech
c3c0fcff46 add Copyright header to each file 2016-03-22 23:33:43 +01:00
Unitech
436a2ff233 small code fixes 2016-03-22 14:19:47 +01:00
Unitech
e11ff65cfe remove depreacted files 2016-03-22 12:57:18 +01:00
Unitech
719fd338ef skip temporary process when listing / fix delete All method 2016-03-22 12:17:30 +01:00
Unitech
68ac3c1c79 restore normal behavior 2016-03-21 22:59:21 +01:00
Unitech
357e28b351 do not reset process ids + avoid restart of delete processes (affected due to restart-delay) 2016-03-21 22:22:57 +01:00
Unitech
c3ea256c2e enhacement: remove deprecated calls / adapt tests / return acted process deleteProcessId/stopProcessId 2016-03-21 18:02:51 +01:00
Unitech
aac1919741 #2012 #1650 #1743 #1613: allow reconfiguration attrs/env on reload 2016-03-11 16:23:11 +01:00
Unitech
e7eafb15ed fix: RPC close too soon to Interactor / Changelog.md 2016-03-11 15:29:04 +01:00
Unitech
3469b5802b Options attrs updatable via CLI and JSON - small refactor for programmatic usage 2016-03-09 12:16:58 +01:00
Unitech
56bf0b46c0 #1800 display node.js version when doing pm2 show <app_name> 2016-01-28 18:44:05 +01:00
Unitech
55ec8df4bb #1810 add --kill-timeout <number> option to configure delay before SIGKILL 2015-12-14 18:46:48 +01:00
Unitech
ba95a80387 #1830 - send SIGINT as default first signal 2015-12-11 16:07:04 +01:00
Unitech
10b6a67bc0 #1825 - add back official commander and patch it in bin/pm2 2015-12-11 15:18:58 +01:00
Unitech
b9256cea26 slightly change prototype of .sendDataToProcessId 2015-12-08 19:29:28 +01:00
Unitech
5db52ee383 #1822 new method pm2.sendDataToProcessId 2015-12-08 16:57:38 +01:00
Unitech
256da4822c Fix cluster kill signal + avoid writing on std output when proc disconnected #1819 2015-12-07 16:23:26 +01:00
KFL
7f07bd1a84 Fix not requiring os 2015-10-31 14:19:50 -07:00
KFL
22b0cde904 Fix process.kill group kill windows issue. 2015-10-31 13:33:12 -07:00
KFL
f8f20ee037 Fix process not recycled properly on Windows 2015-10-29 13:26:51 -07:00
Unitech
c4aecc829c wrap process.kill into try catch 2015-09-18 17:50:50 +02:00
Antoine Bluchet
70e7765209 stopProcessId was not accepting an object
Removed bash tests from pm2_behavior_tests.sh
2015-09-09 10:13:18 +02:00
jshkurti
c6353eaee8 now sends SIGKILL if the process cant be killed with SIGINT 2015-08-04 18:28:13 +02:00
Unitech
08156e4235 Fix return cb 2015-07-22 17:08:55 +02:00
Unitech
54baf12e9c restore cb call - update CHANGELOG.md 2015-07-22 15:28:14 +02:00
jshkurti
6a01a9f96a trying to fix #1422 2015-07-08 15:57:55 +02:00
jshkurti
cd068aab84 wrapped kill(pid) for more safety 2015-07-08 15:53:46 +02:00
jshkurti
012c4a9daf removed old depecrated commits about auto_gc 2015-06-30 12:28:29 +02:00
jshkurti
84f93edadb Merge branch 'development' into wrapped_fork 2015-06-30 12:21:27 +02:00
Unitech
d392086ed9 Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-06-29 18:43:31 +02:00
Unitech
2946517611 Add pm2 support for scoped custom functions 2015-06-29 18:43:27 +02:00
jshkurti
27eacf071f --no-treekill flag 2015-06-26 18:15:22 +02:00
Antoine Bluchet
def6d0b5b6 Add a --no-treekill option to avoid killing detached processes 2015-06-26 14:52:32 +02:00
jshkurti
1915fdd43f treekill only in cluster mode 2015-06-24 16:23:27 +02:00
jshkurti
2552dee3fe reset God.next_id when list of apps is empty 2015-06-18 12:20:06 +02:00
jshkurti
360d14c477 refactor pm2 logs : DONE 2015-06-10 17:23:25 +02:00
Unitech
4848e5c974 avoid safe stringification and JSON.parsing to deep copy and remove circular dependencies + centralize object cloning + reduce data in pm2 pipeline + avoid complex object attached to pm2_env #1326 #1314 2015-06-09 17:30:16 +02:00
Unitech
0da9ad00b3 unblock/release data pipeline #1326 #1314 2015-06-09 15:14:08 +02:00
jshkurti
6f0c8c1cee Merge branch 'auto-gc-apps' into wrapped_fork 2015-06-04 11:56:32 +02:00
jshkurti
e968aabccd Merge branch 'development' into wrapped_fork 2015-06-04 11:56:21 +02:00
jshkurti
f4acc3e238 Merge branch 'development' into auto-gc-apps 2015-06-04 11:29:45 +02:00
Unitech
6e1d887fef allow parameters for custom actions - add tests 2015-05-28 17:29:32 -04:00
jshkurti
86d0f93b7c Merge branch 'development' into wrapped_fork 2015-05-26 17:09:40 +02:00
jshkurti
dea0583031 fix #1285 2015-05-26 16:37:52 +02:00
Joni Shkurti
f197234ae9 Merge branch 'development' into wrapped_fork 2015-05-06 00:21:45 +02:00
Joni Shkurti
46d28c8d64 reverted 1 commit 2015-05-06 00:07:29 +02:00
jshkurti
e3ed1fdc3e fixed last commit 2015-05-04 18:27:08 +02:00