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
Unitech
2758212f36
chore: test pm2 on node 12
2019-04-24 00:23:52 +02:00
Unitech
60b9d04860
chore: CHANGELOG update
2019-04-23 16:42:06 +02:00
Alexandre Strzelewicz
eece78eef2
Merge pull request #4224 from vaskevich/osv-fix-ignore-watch
...
Fix --ignore-watch to accept globs
2019-04-23 16:37:49 +02:00
Unitech
9252bf7d35
Merge branch 'master' into development
2019-04-23 16:35:15 +02:00
Alexandre Strzelewicz
44c06597c1
Merge branch 'development' into osv-fix-ignore-watch
2019-04-23 16:34:48 +02:00
Alexandre Strzelewicz
870444c8af
Update constants.js
2019-04-19 11:44:48 +02:00
Alexandre Strzelewicz
cc480cf01a
Merge pull request #4239 from xiaqiubo/development
...
Fix pm2 serve urlencode 404 situation
2019-04-09 14:07:24 +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
d8983b55bf
pm2@3.5.0
3.5.0
4.0.0-beta-2
2019-04-08 11:21:58 +02:00
Unitech
6090b0971a
fix: systemd restart PM2 only on-failure #4157
2019-04-05 17:13:01 +02:00
Alexandre Strzelewicz
7bf691db71
Merge pull request #4157 from sirisian/patch-1
...
Added Restart and RestartSec into the systemd script
2019-04-05 17:03:20 +02: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
b8e3500929
chore: remove unused package + remove node 4 testing on travis
2019-04-05 15:33:18 +02:00
Alexandre Strzelewicz
f54bff10c6
Merge pull request #3940 from FranklinYu/patch/readme-badge
...
Update badge section of README
2019-04-05 15:22:36 +02:00
Alexandre Strzelewicz
ea9a79efe2
Merge branch 'development' into patch/readme-badge
2019-04-05 15:22:26 +02:00
Unitech
255638bda3
fix : #4060 do not emit/online parse app when errored
2019-04-05 15:15:16 +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
c562368c91
chore: upgrade to 3.4.2
2019-04-05 11:55:44 +02:00
Unitech
468cff2ec3
Merge branch 'master' into development
2019-04-05 11:47:17 +02:00
Unitech
a04de7f48c
fix: pm2 conf display whole configuration
2019-04-05 11:46:52 +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
e8ddb8f79c
Merge pull request #4203 from cuspymd/fix-desc-help3
...
Fix help message of describe/env command
2019-04-05 11:42:09 +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
Unitech
68eead52bb
pm2@3.4.1
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
6e2035932a
doc: fix badge node > 6
2019-03-26 16:50:47 +01:00
Unitech
cde1496939
pm2@3.4.1
3.4.1
2019-03-26 15:56:26 +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
Unitech
c24c5ce8f0
Merge branch 'master' into development
2019-03-26 13:30:33 +01:00
Myoungdo Park
efa6ee1a07
fix: change help message of describe/env command
2019-03-19 01:41:29 +09: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
8468478c12
pm2@3.4.0
3.4.0
2019-03-08 16:27:26 +01:00
vmarchaud
f24990173f
deps: bump @pm2/io + avoid double init
2019-03-08 15:50:36 +01: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
vmarchaud
9b042ac4c7
chore: re-add node 4 ci + disable pmx with node 4 + warning on start
2019-03-05 17:31:41 +01:00
vmarchaud
d2bf6bf931
tests: avoid race because of auto restart
2019-03-05 16:02:43 +01:00
vmarchaud
5e2d3b5745
deps: bump @pm2/io to latest
2019-03-05 14:47:32 +01:00