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
Unitech
29a9c894a2
feat: allow pm2 startup via standalone install
2019-05-19 08:44:48 +02: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
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
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
Unitech
1186a36e0d
fix : #2764 only display log of highlighted application
2019-04-05 16:52:10 +02:00
Unitech
f66014aeb6
fix: fixed logs length in pm2 monit fix #2793
2019-04-05 15:54:38 +02:00
Unitech
578362f89c
fix: various terminal fixes
2019-04-05 15:40:42 +02:00
Unitech
596642356e
feat: display divergent environment variable from local environment in pm2 show command
2019-04-05 12:14:08 +02:00
Unitech
977452c532
fix: display metric unit when running pm2 show
2019-04-05 12:02:50 +02:00
Unitech
79b4626e09
fix : #4212 versioning comment not always present
2019-04-05 11:56:05 +02:00
Unitech
468cff2ec3
Merge branch 'master' into development
2019-04-05 11:47:17 +02:00
Alexandre Strzelewicz
bf0d1ce1ca
Merge pull request #4171 from EriksRemess/patch-1
...
Fix for missing column title
2019-04-05 11:44:53 +02:00
Alexandre Strzelewicz
a3f5e1068b
Merge pull request #4197 from harlentan/patch-2
...
fix pm2 unstartup fialed in macos
2019-04-05 11:43:17 +02:00
Alexandre Strzelewicz
ca325ea4ae
Merge pull request #4220 from f-hj/development
...
PM2 Serve v2
2019-04-05 11:40:26 +02:00
Oleg Vaskevich
66122d8093
Fix --ignore-watch to take in globs
2019-03-29 15:15:55 -07:00
Florian Hermouet-Joscht
f779a1ef4d
improv: auto add monitoring snippet
2019-03-28 16:20:38 +01:00
Florian Hermouet-Joscht
b869eb5afd
improv: serve feat, spa + basic auth
2019-03-27 16:19:43 +01:00
Unitech
079c8fa151
fix: restore signup via cli
2019-03-26 15:50:25 +01:00
Unitech
46d57aadf8
fix: show indicator when an application has tracing activated
2019-03-26 13:44:07 +01:00
Harlen Tan
689ebc9d6e
fix pm2 unstartup fialed in macos
...
The pm2 unstartup will always failed in macos. Because the pm2.*.plist will never been deleted.
commands = [
'launchctl remove ' + launchd_service_name + ' || true',
'rm ' + destination
];
launchctl remove always return no-zero value, so rm in the next will never been executed.
2019-03-12 11:39:15 +08:00
Unitech
741144e299
test: skip tests and require when node4
2019-03-08 10:32:24 +01:00
vmarchaud
59c4b20578
plus: disable new bucket creation
2019-03-06 15:41:24 +01:00
Eriks Remess
0229a3c0f9
Fix for missing column title
...
Table list didn't have *version* column title, that caused a shift of other column titles.
2019-02-20 11:01:22 +02:00
Alexandre Strzelewicz
068cb16cd0
Merge pull request #4104 from eugrdn/fix/stacked-table-version
...
fix : #4021 removed version column from stacked table body
2019-02-19 10:03:19 +01:00
Alexandre Strzelewicz
8ff33ab7e4
Merge pull request #4145 from harlentan/patch-1
...
fix spawn ps ENOENT
2019-02-19 10:02:11 +01:00
Unitech
f57a6aeeed
feat: add pm2 profile:cpu / pm2 profile:mem
2019-02-18 22:20:43 +01:00
Harlen Tan
1f53a6f957
fix spawn ps ENOENT
...
#3879
The `process.env.PATH` is not set in the PATH of plist. And the pm2 will throw command ENOENT error because of it.
2019-01-31 18:16:26 +08:00
Unitech
b8ac6d0949
fix: switch to new api
2019-01-30 15:15:37 +01:00
Evgeny Rodin
0f95118237
fix : #4021 removed version column from stacked table body
2019-01-09 14:06:34 +03:00
Unitech
4376dc38a0
fix: enhancement pm2 plus register flow
2019-01-08 17:35:46 +01:00