172 Commits

Author SHA1 Message Date
Unitech
4576b4c97b refactor: replace fs-extra with node calls 2018-05-17 19:47:49 +02:00
Unitech
294038d762 fix: that this - uncache node_modules 2018-05-17 15:06:54 +02:00
vmarchaud
85a5ee0f1f chore: add unique id for each process 2018-04-23 15:21:27 +02:00
ngtmuzi
c4c811e76e fix the bug: process with "restart-delay" can't restart when manually stop 2018-04-02 16:41:43 +08:00
abluchet
8e96ab360e Improve monitoring performances 2018-03-19 14:01:20 +01:00
vince
bc07f43b11 fix: use polyfill module for copySync with node 4.x 2018-03-05 17:11:36 +01:00
vince
8951184688 fix: solve empty list when no process and try to update pm2 2018-03-02 15:25:15 +01:00
vince
ced2835d21 feature: #3485 add cleardump command 2018-03-02 12:18:54 +01:00
vince
f2523f6a6b fix: #3485 fix issue when there is empty dump file 2018-03-02 10:22:23 +01:00
Sergii Kliuchnyk
2485957aa9
Wrong typeof comparison on undefined 2017-12-28 18:23:02 +02:00
Alexandre Strzelewicz
35a312227e edit tests 2017-10-19 16:19:47 +02:00
bisubus
94d3579579 Add dump backup creation on dump save 2017-07-06 00:37:12 +03:00
Unitech
b0fd46c711 #2998 pm2 report for automated reports 2017-07-04 20:13:15 +02:00
Unitech
fc050b0bbe [#2958 and related] allow to delete attribute on restart by setting it to null 2017-07-02 03:20:37 +02:00
Unitech
4d34e80deb #2968 pm2 attach <pm_id> 2017-06-29 22:59:21 +02:00
Unitech
0cb60c8136 #2968 poc 2017-06-28 17:43:10 +02:00
Unitech
8a5a102e39 #2977 reload log try/catch 2017-06-28 16:29:31 +02:00
vmarchaud
35945e82d0 (increment) allow to increment a env variable with a options #2743 2017-06-06 15:49:43 +02:00
Unitech
c7586c18c2 (aggregator) more failchecks + fix actionmethods pm2_env edge case 2017-03-29 19:49:00 +02:00
xuezhongxiong
bb31516d81 fix the "restart_task" enumerable problem. 2017-02-16 17:55:51 +08:00
xuezhongxiong
79de7657bc add a new props :"proc.pm2_env.restart_task" to solve the problem : "process still restart after it be stop or delete." 2017-02-16 16:15:27 +08:00
Unitech
2ef97b83d6 #2530 make sure processess are stopped on direct system signal 2016-11-22 18:33:36 +01:00
Unitech
f57ee1656d #2509 trigger functions inside your Node app from PM2 CLI 2016-11-11 16:04:19 +01:00
Unitech
d0a3f4902e (god)(stopProcessId) refactor: now it only kill process without disconnecting in cluster mode 2016-10-29 17:27:24 +02:00
vmarchaud
6ec098ed02 Merge pull request #2472 from Unitech/readyevent
Wait ready event to set application as started
2016-10-27 14:08:37 +02:00
Unitech
0f11094a9a (fix) 2016-10-27 13:50:07 +02:00
Unitech
334558a5a0 #2468 fix deprecation warning for Node 7 and cluster module 2016-10-27 12:53:52 +02:00
vmarchaud
1d19cf2269 (feature) wait for application ready event when asked 2016-10-26 18:53:05 +02:00
Unitech
f6b550ca4e #2471 make env immutable and fix watch 2016-10-26 18:07:03 +02:00
Unitech
3a8a2a6afa (log) do not log pid not found when using modules 2016-09-28 14:43:51 +02:00
Unitech
9821ca03af (pm2)(watch) fallback to watch & restart instead of watch & reload 2016-08-06 20:58:16 -07:00
Unitech
18e32272e6 #2312 fix unavailable cpu usage for modules 2016-08-02 20:09:12 -07:00
Unitech
224bc41d84 check if pid is integer 2016-07-05 15:06:25 +02:00
Unitech
e2d4dd187f display error message if pidusage fail 2016-07-05 00:33:02 +02:00
Unitech
6a2d52d400 upgrade fclone + add back v8-profiler + drop findByFullPath in Daemon + add CLU formating + test with development pm2-axon-rpc 2016-07-03 14:18:03 +02:00
Unitech
6b857cf08b fix test / modify getFormatedProcess / getMonitorData 2016-06-30 17:49:29 +02:00
Unitech
24eae5a15a refactor getFormatedProcess + getMonitorData 2016-06-30 15:59:08 +02:00
Unitech
9831cd632e watcher now reload app instead of restart 2016-06-14 12:47:13 +02:00
Unitech
ac9fcdc8ec Daemon is now a class 2016-06-04 19:58:29 +02:00
Arkotek
610d68f8d7 remove useless require 2016-05-27 04:37:45 +02:00
Unitech
20344a58f1 #2188 remove any possibility for Daemon to require Satan.js 2016-05-27 00:59:50 +02:00
Unitech
ce56d83719 remove deepReset and findByScript unused methods from God Daemon 2016-04-03 12:38:14 +02:00
Unitech
c3c0fcff46 add Copyright header to each file 2016-03-22 23:33:43 +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
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