Subhash
|
9f2d8ca05a
|
feat: trigger all the process using 'all' or trigger all processes in a particular namespace
|
2019-11-23 14:55:38 +05:30 |
|
Unitech
|
3976f15b3f
|
fix: cron refactor
|
2019-11-14 23:37:35 +01:00 |
|
Alexandre Strzelewicz
|
378d443992
|
Merge pull request #4492 from bvsubhash/fix-cronjob-issue
fix: stop and delete cron immediately on deletion of a process
|
2019-11-14 11:29:04 +01:00 |
|
Unitech
|
376bd911e9
|
fix: make status col larger for long status
|
2019-11-08 14:36:51 +01:00 |
|
Unitech
|
5586c2affd
|
feat: auto enable sysmonit when command typed
|
2019-11-08 14:36:28 +01:00 |
|
Unitech
|
9117d627e4
|
fix: pm2 version on pm2 update
|
2019-11-08 14:36:05 +01:00 |
|
Subhash
|
474f76b775
|
fix: stop and delete cron immediately on deletion of a process
|
2019-11-06 00:55:55 +05:30 |
|
Unitech
|
a11eb9ce49
|
chore/feat: refactor CLI UX + hint about proc sync with dump #4454
|
2019-11-04 12:04:05 +01:00 |
|
Unitech
|
6f89f0e878
|
feature: pm2 create command
|
2019-11-04 10:07:51 +01:00 |
|
Unitech
|
6e1845f092
|
feat: auto adapt name col size on pm2 ls
|
2019-10-30 15:47:31 +01:00 |
|
Unitech
|
ee71b9d9b0
|
chore: reduce col size for ns
|
2019-10-30 14:46:51 +01:00 |
|
Alexandre Strzelewicz
|
91b913c770
|
Merge pull request #4482 from bvsubhash/log-highlight
feat : log highlight option
|
2019-10-30 14:42:59 +01:00 |
|
Alexandre Strzelewicz
|
6519095064
|
Merge pull request #4481 from bvsubhash/list_usernames_fix
fix: display correct username
|
2019-10-30 14:42:44 +01:00 |
|
Unitech
|
2d7f0ff8b3
|
feat: control over system monitoring via pm2 sysmonit #4471
|
2019-10-30 14:41:45 +01:00 |
|
Unitech
|
dc72d9dbec
|
feat: send signal via env PM2_KILL_USE_MESSAGE or --shutdown-with-message
|
2019-10-30 13:54:01 +01:00 |
|
Alexandre Strzelewicz
|
f4833a20af
|
Merge pull request #4474 from aleksk/alekseyk/kill-send
Adding optional switch to enable graceful shutdown on Windows
|
2019-10-30 13:07:54 +01:00 |
|
Unitech
|
f5d3439ef0
|
add --namespace CLI option #4478
|
2019-10-29 16:15:14 +01:00 |
|
Alexandre Strzelewicz
|
699784e422
|
Merge pull request #4478 from bvsubhash/feature/namespace
Add process namespaces feature #3471
|
2019-10-29 16:08:53 +01:00 |
|
Subhash
|
a42fffd886
|
Added necessary condition
|
2019-10-29 16:08:26 +05:30 |
|
Subhash
|
d2172f1e35
|
feat : log highlight option
|
2019-10-29 16:00:15 +05:30 |
|
Subhash
|
ef9c598427
|
fix: display correct username
|
2019-10-29 14:34:25 +05:30 |
|
Subhash
|
912f317564
|
Fix typo for namespace
|
2019-10-28 20:06:30 +05:30 |
|
Unitech
|
b175a080b5
|
chore: fix doc links #4477
|
2019-10-28 13:21:03 +01:00 |
|
Subhash
|
fe9fa3f230
|
Assign default namespace for scripts started via _startScript
|
2019-10-28 17:28:15 +05:30 |
|
Subhash
|
668ac61d76
|
Add process namespaces feature
|
2019-10-28 13:33:28 +05:30 |
|
Unitech
|
6abad9b064
|
fix: if id > 100 not shown in pm2 ls #4475
|
2019-10-25 10:14:27 +02:00 |
|
Aleksey Kabanov
|
6ccfeb7165
|
Extracted kill signal to the constants.js. Added new environment variable 'PM2_KILL_USE_SEND' (false by default) to allow PM2 to use process.send() instead of the process.kill() from the God.killProcess() method.
This allows applications not to depend on the platform-specific signal behavior and eventually have a graceful shutdown capability on Windows.
|
2019-10-24 16:15:31 -07:00 |
|
Unitech
|
bbf3182ee5
|
chore: increase mem warn color
|
2019-10-22 15:04:51 +02:00 |
|
Unitech
|
ece9b8bc40
|
fix: #4455 mem color disp fix
|
2019-10-22 15:03:25 +02:00 |
|
Unitech
|
b3efb10e16
|
fix: less aggressive timeout
|
2019-10-22 13:50:26 +02:00 |
|
Unitech
|
7f57c5c511
|
fix: enforce process send to sysinfos
|
2019-10-22 13:33:17 +02:00 |
|
Unitech
|
b05cd91570
|
feature: pm2 sysinfos -t for tree view + add fd max
|
2019-10-22 13:11:03 +02:00 |
|
Unitech
|
c7cec7bb29
|
feature: enable sysinfos + safeguard via ping/pong
|
2019-10-22 12:44:29 +02:00 |
|
Unitech
|
b81d00a81a
|
pm2@4.1.2
|
2019-10-15 20:43:52 +02:00 |
|
Unitech
|
9f0a07cc29
|
disable sysinfos
|
2019-10-15 18:14:37 +02:00 |
|
Unitech
|
fde4129b96
|
fix: make systeminformation as optional module #4457
|
2019-10-15 15:35:16 +02:00 |
|
Unitech
|
e71f470816
|
pm2@4.1.1
|
2019-10-15 12:24:34 +02:00 |
|
Unitech
|
25c67d15f3
|
Merge branch 'master' into development
|
2019-10-15 10:38:04 +02:00 |
|
Alexandre Strzelewicz
|
6519b6d8cf
|
fix: hide forked process window
|
2019-10-14 20:12:33 +02:00 |
|
Unitech
|
24c35236f5
|
fix: #4442 allow to pass path in direct pm2 execution
|
2019-10-14 12:09:50 +02:00 |
|
Unitech
|
f377edce27
|
Merge branch 'master' into development
|
2019-10-14 11:34:09 +02:00 |
|
Unitech
|
ebef87c8bc
|
pm2@4.0.1
|
2019-10-14 11:33:03 +02:00 |
|
Unitech
|
b4aa9abb3d
|
chore: hard set instances if not specified
|
2019-10-11 16:44:34 +02:00 |
|
Unitech
|
e4e010a452
|
chore: do not log file change as error
|
2019-10-11 16:32:26 +02:00 |
|
Alexandre Strzelewicz
|
f3856215b0
|
Merge pull request #4254 from sergeysedoy97/patch-1
Added HOST enviroment
|
2019-10-11 16:23:32 +02:00 |
|
Alexandre Strzelewicz
|
707389a3ea
|
Merge pull request #4270 from taneltm/fix-issue-3884
fix: ANSI escape codes with --watch #3884
|
2019-10-11 16:21:59 +02:00 |
|
Alexandre Strzelewicz
|
0e69ea6600
|
Merge pull request #4281 from henstock/development
fix: only add each process name to regexList once
|
2019-10-11 16:20:39 +02:00 |
|
Unitech
|
b122dca764
|
behavior: pm2 start app.js -i 1 default to cluster mode #4362
|
2019-10-11 16:19:15 +02:00 |
|
Alexandre Strzelewicz
|
62e9ab90d2
|
Merge pull request #4267 from SagePtr/issue4262
Fix: Allow usernames in uid/gid/user again (fixes #4058, #4262)
|
2019-10-11 16:10:31 +02:00 |
|
Alexandre Strzelewicz
|
4b6c12c111
|
Merge pull request #4285 from epgdatacapbon/development
Fix --wait-ip option doesn't work
|
2019-10-11 15:39:17 +02:00 |
|