vince
|
c541868837
|
feat: add flag to enable deep-monitoring
|
2018-02-05 15:10:21 +01:00 |
|
Alexandre Strzelewicz
|
77a3527407
|
Merge pull request #3443 from Unitech/event-loop-inspector
fix: replace dash with underscore
|
2018-02-03 11:53:28 +01:00 |
|
vince
|
203df7688c
|
fix: replace dash with underscore
|
2018-02-02 18:07:50 +01:00 |
|
Vincent Vallet
|
dad98e6e07
|
Merge pull request #3442 from Unitech/event-loop-inspector
feat: allow pm2 to install and enable event-loop-inspector data colle…
|
2018-02-02 17:43:52 +01:00 |
|
Unitech
|
c13b236482
|
refactor: deep pm2-runtime refactor #3408 #3257 #3266
|
2018-02-02 15:39:17 +01:00 |
|
Unitech
|
6687d49941
|
feat: pm2 pid <app_name> command
|
2018-02-02 15:32:54 +01:00 |
|
vince
|
e6b0c47443
|
feat: allow pm2 to install and enable event-loop-inspector data collecting
|
2018-02-02 14:56:23 +01:00 |
|
Alexandre Strzelewicz
|
704ae518f5
|
fix: auto-exit edge case fix + pm2 no daemon mode + log in raw by default + less logs
|
2018-02-02 12:14:53 +01:00 |
|
Alexandre Strzelewicz
|
d1916f4096
|
refactor: no more interactive spinner for connection to KM + change pm2 log format + remove some logs
|
2018-02-02 11:27:33 +01:00 |
|
Alexandre Strzelewicz
|
b9c01c99d5
|
feat: ignore signal when running in --no-daemon
|
2018-02-02 11:25:42 +01:00 |
|
Alexandre Strzelewicz
|
41bf6ef7d3
|
fix: impact v8 flag in fork mode also
|
2018-02-02 01:27:44 +01:00 |
|
vince
|
757562f755
|
Merge branch 'development' of github.com:Unitech/pm2 into v8_option
|
2018-01-31 17:16:55 +01:00 |
|
vince
|
aa180fa8ab
|
feat: allow pm2 to enable v8 data collecting from pmx
|
2018-01-31 15:08:31 +01:00 |
|
vince
|
1563416858
|
feat: allow pm2 to install gc-stats
|
2018-01-31 10:17:51 +01:00 |
|
Vincent Vallet
|
f65e8794df
|
Merge pull request #3400 from toddwong/windowsHide2
#2182 Get rid of annoying popups in Windows 10
|
2018-01-26 15:59:33 +01:00 |
|
Unitech
|
673acf36b4
|
hotfix: #3420
|
2018-01-23 17:23:55 +01:00 |
|
Unitech
|
d956f5ccd4
|
fix --sort
|
2018-01-22 16:03:28 +01:00 |
|
Vincent Vallet
|
9c66192b63
|
Merge branch 'development' into bad_username
|
2018-01-22 15:09:08 +01:00 |
|
Vincent Vallet
|
29f9fa95dc
|
Merge pull request #3395 from Unitech/sort-list
add sorting feature for process list
|
2018-01-16 11:37:54 +01:00 |
|
Vincent Vallet
|
9db1a5e39a
|
Merge pull request #3404 from SagePtr/patch-1
Fix gid when both --uid and --gid specified
|
2018-01-16 11:36:59 +01:00 |
|
wallet77
|
291936818b
|
#3360 pm2 show wrong user, move getUsername logic into common and API.
|
2018-01-16 11:17:54 +01:00 |
|
vmarchaud
|
546591c37a
|
agent: remove arrow function to support 0.12
|
2018-01-15 14:48:25 +01:00 |
|
Todd Wong
|
3a85b59de4
|
fixup! #2182 Get rid of annoying popups in Windows 10
|
2018-01-13 22:19:25 +08:00 |
|
SagePtr
|
5f5f3f8ca2
|
Fix gid when both --uid and --gid specified
|
2018-01-13 18:41:21 +07:00 |
|
wallet77
|
1f38463836
|
#3360 pm2 show wrong user, now display user who started the application
|
2018-01-12 10:36:53 +01:00 |
|
Todd Wong
|
f6c60eb133
|
#2182 Get rid of annoying popups in Windows 10
|
2018-01-12 14:12:14 +08:00 |
|
wallet77
|
f41ff15451
|
add sorting feature for process list
|
2018-01-10 10:34:12 +01:00 |
|
Alexandre Strzelewicz
|
9417e2a600
|
Merge pull request #3374 from czonechan/development
raw output should keep the original output stream in docker.
|
2018-01-04 13:31:36 +01:00 |
|
Alexandre Strzelewicz
|
454f518947
|
Merge pull request #3375 from redexp/master
Wrong typeof comparison on undefined
|
2018-01-04 13:30:36 +01:00 |
|
vmarchaud
|
66d328ca02
|
agent: send outliers with details
|
2018-01-03 17:52:15 +01:00 |
|
Unitech
|
7222376382
|
interactor: increase retry interval (100ms -> 2000ms)
|
2017-12-29 01:04:55 +01:00 |
|
Unitech
|
43f4f4b73a
|
#3359 if interactor disconnected from root cli, do not throw errors
|
2017-12-29 01:04:37 +01:00 |
|
Unitech
|
c5fbde94da
|
#3359 kindof exponential backoff for connection retry + let the command exit after timeout while agent continue to try connect
|
2017-12-29 00:48:05 +01:00 |
|
Unitech
|
3e1fdc0667
|
#3365 adapt report feature for windows
|
2017-12-29 00:25:47 +01:00 |
|
Unitech
|
2271010575
|
#3367 Display an error if the process is not found when running 'pm2 logs <process-name>'
|
2017-12-29 00:22:30 +01:00 |
|
Sergii Kliuchnyk
|
2485957aa9
|
Wrong typeof comparison on undefined
|
2017-12-28 18:23:02 +02:00 |
|
Unitech
|
7d09410efc
|
modules: move to another folder
|
2017-12-21 17:52:01 +01:00 |
|
Unitech
|
0031e77c85
|
fix cwd issue when a module try to update himself
|
2017-12-21 17:24:42 +01:00 |
|
Unitech
|
392b73071a
|
remove user from data sent to km
|
2017-12-21 15:15:03 +01:00 |
|
Unitech
|
81333dbec9
|
now default right on sock file are 755 + PM2_SOCKET_USER + PM2_SOCKET_GROUP to override sockets rights
|
2017-12-21 14:13:21 +01:00 |
|
Unitech
|
6b26e632b8
|
minor performance optimization when loading modules
|
2017-12-21 13:59:14 +01:00 |
|
Unitech
|
e6fe532e60
|
append SUDO_USER to app.uid + handle error when wrong perm on socket
|
2017-12-21 11:45:12 +01:00 |
|
Unitech
|
2db85f9e85
|
#3361
|
2017-12-19 17:56:34 +01:00 |
|
Unitech
|
87035665dd
|
#3256 fix ref
|
2017-12-18 00:21:16 +01:00 |
|
Unitech
|
2c85396583
|
Merge branch 'master' into development
|
2017-12-18 00:20:34 +01:00 |
|
Unitech
|
f0c34b7bfa
|
#3356 PR has introduced bug...
|
2017-12-15 00:32:34 +01:00 |
|
Unitech
|
545f049d52
|
add support for npm when installing over apt
|
2017-12-14 16:32:06 +01:00 |
|
Unitech
|
5ad517be20
|
override HOME & USER when UID is set
|
2017-12-12 15:23:34 +01:00 |
|
Unitech
|
28f11b9fb6
|
#3347 --wait-ip option to override systemd script for waiting full internet connectivity
|
2017-12-12 13:27:01 +01:00 |
|
Unitech
|
dc8fe09b68
|
#3278 #3345: --silent -s and -v will not print banner anymore
|
2017-12-12 12:22:25 +01:00 |
|