460 Commits

Author SHA1 Message Date
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
699784e422
Merge pull request #4478 from bvsubhash/feature/namespace
Add process namespaces feature #3471
2019-10-29 16:08:53 +01:00
Subhash
912f317564 Fix typo for namespace 2019-10-28 20:06:30 +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
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
e71f470816 pm2@4.1.1 2019-10-15 12:24:34 +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
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
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
0a3f248b68
Merge pull request #4364 from sirhypernova/master
Fix typos (environement -> environment)
2019-10-11 15:36:30 +02:00
Unitech
01e95dde92 fix: intensive process list is now condensed if small term 2019-10-11 15:31:11 +02:00
Unitech
5b2f15f4b4 fix: adapt new pm2 register flow 2019-09-18 17:10:45 +02:00
Sir Hypernova
c2368961d0
Update CliUx.js
Fixed type environement -> environment
2019-07-24 00:52:18 -04:00
Sir Hypernova
54714b47d3
Update CliAuth.js
Fixed type environement -> environment
2019-07-24 00:51:45 -04:00
Sir Hypernova
2943e50056
Update WebAuth.js
Fixed type environement -> environment
2019-07-24 00:51:01 -04:00
Unitech
8ce95b7fb2 avoid process 2019-06-21 23:21:30 -07:00
Alexandre Strzelewicz
8abcd4d27c
Merge pull request #4297 from licson0729/master
Support Solaris SMF as init system
2019-06-17 13:17:14 -07:00
Unitech
4bb89dc525 merge #4303 2019-06-17 22:15:10 +02:00
Unitech
608226531e increase width of some rows 2019-06-17 22:07:58 +02:00
Unitech
a74a0eb385 sort by app name 2019-06-17 22:07:36 +02:00
Unitech
35f9233882 increase width of some rows 2019-06-17 22:06:25 +02:00
Unitech
8510ef634c fix: display sections 2019-06-17 22:04:45 +02:00
Unitech
79a6a2d2ea feat: add service detection system + disable docker container listing by default 2019-06-17 20:57:46 +02:00
Unitech
f47c648b7f feat: allow to auto dump on start/stop/delete via pm2 set pm2:autodump true #2078 #3431 2019-05-29 00:33:11 +02:00
Unitech
2a62d97ee0 feat: better configuration display 2019-05-28 20:36:08 +02:00
Licson Lee
32ad094553 Remove garbage characters 2019-05-28 01:23:53 +08:00
Licson Lee
9dfdb6b66e Fixed undefined username when creating service definition 2019-05-28 01:16:41 +08:00
Licson Lee
b633a82ae1 Added force (-f) flag when removing service 2019-05-28 00:41:27 +08:00
Licson Lee
63abb9168a Basic support for Solaris SMF as init system 2019-05-28 00:31:17 +08:00
Unitech
29a9c894a2 feat: allow pm2 startup via standalone install 2019-05-19 08:44:48 +02:00
henstock
1c1b30a6f1 fix: only add each process name to regexList once 2019-05-14 14:45:55 +00:00
Unitech
e376cbef9a fix: avoid pm2 show to fail if app is not started + avoid trying to stop unknow id 2019-05-10 23:26:07 +02:00
Unitech
dcc9894f02 fix: better display when pm2 linked to onprem + fix display width 2019-05-10 22:41:47 +02:00
Unitech
8b53212d46 refactor: better display management of pm2 ls 2019-05-09 00:34:44 +02:00
Alexandre Strzelewicz
581dd2f434 chore: force node>8 + upgrade chokidar to 3.0 + remove v8-compile-cache not needed anymore + force slice if env var too long in pm2 show 2019-05-07 11:05:20 -07:00
Alexandre Strzelewicz
94815990e6 fix: issues on display on macosx + memory available fix + hide temperature when not available + fix update pm2 avoid exception + sort by id instead of name 2019-05-07 10:56:56 -07:00
Unitech
72c48d17c8 feat: fix disk io floating point + fix duplication in pm2 monit command + reduce time to refresh sysinfos (need refactor to retrieve data live) + slice git comment 2019-05-07 18:29:23 +02:00
Unitech
3d2c3809e1 feat: pm2 slist for sysinfos + docker containers display + containers stop/restart/delete capabilities via pm2 <actions> docker process_id + host metrics display on pm2 ls (network, disk ios, cpu, mem...) + conditional display of high load (mem or CPU) processes in pm2 ls + add monitoring of filedescriptor and memory 2019-05-06 18:59:37 +02:00
Sage Pointer
b6b27f0ca4 Allow usernames in uid/gid/user again (fixes #4262) 2019-05-06 18:02:57 +03:00
Unitech
2833774d7f epic: pm4 to v4.0 + adding advanced sysinfos 2019-05-01 00:20:37 +02:00
Unitech
5b6275915c feat: allow to run pm2 with embedded node binaries 2019-04-26 13:48:16 +02:00
Unitech
f54f8fcb64 fix: add metrics unit / clearItems on select / rm deprecated link 2019-04-24 01:33:06 +02:00
Unitech
142c4da69f fix: pm2 monit - clear logs when switching to another app + show app selected title 2019-04-24 01:15:04 +02:00
Unitech
f8eeba9a55 feat: pm2 save --force 2019-04-24 00:46:24 +02:00
Alexandre Strzelewicz
44c06597c1
Merge branch 'development' into osv-fix-ignore-watch 2019-04-23 16:34:48 +02:00
sergeysedoy97
d0d2f071ca
Added HOST enviroment 2019-04-21 12:08:38 +03:00
xiaqiubo
419fa7e099 fix: Adjust the decodeURIComponent function call as recommended 2019-04-08 23:51:44 +08:00
xiaqiubo
e3f874d6c7 Fix pm2 serve urlencode 404 situation 2019-04-08 22:13:26 +08:00