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
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
vmarchaud
cbd25a3b8c
feat: re-implement pm2 plus cli
2019-01-07 11:06:34 +01:00
Unitech
09420d5c34
feat: enhance pm2 report
2018-12-27 15:29:47 +01:00
Unitech
0b71c7a93d
fix: print full env + skip extra internal fields when using programmatic pm2
2018-12-27 12:17:38 +01:00
Unitech
2322438cae
fix: resolve uid to username properly
2018-12-19 16:49:23 +01:00
Unitech
faa7496aed
feat: add cron configuration if set when doing pm2 desc <app_name>
2018-12-19 16:23:34 +01:00
Alexandre Strzelewicz
1a826fea57
Merge pull request #4032 from bifot/master
...
Deleted double semi
2018-12-18 14:09:38 +01:00
Unitech
d50a976b7f
fix: flush specific app should not flush all logs #4074
2018-12-18 13:48:04 +01:00
Mikhail Semin
17c86261dd
deleted double semi
2018-11-19 21:03:07 +03:00
Michał Gryniak
9f527762f4
Handle path spaces on Windows
...
Can't install modules on Windows when pm2 has spaces in path, i.e. "Program Files".
2018-10-08 14:48:09 +02:00
Unitech
8d60ce2988
modules fixes
2018-10-01 18:19:07 +02:00
Unitech
c2dc02024a
modules: delete on uninstall/reinstall
2018-10-01 18:02:13 +02:00
Unitech
f189620c40
module: replace node wget by wget command
2018-10-01 16:08:29 +02:00
Unitech
7ce1fcdd66
use strict for node 4
2018-10-01 12:39:11 +02:00
Unitech
17fa30700f
fix table rendered for modules
2018-10-01 12:32:07 +02:00
Unitech
d9e6042e82
fix when pm2/apps attribute is not an array
2018-10-01 12:11:36 +02:00
Unitech
5e6819fc0d
modules: changing some wording
2018-10-01 10:07:07 +02:00
Unitech
bfb71a6f7e
module: bind install url
2018-09-29 16:40:29 +02:00
Unitech
565fc77e6e
add command to display application environment
2018-09-28 21:17:15 +02:00
Unitech
58ac5adc23
drop pm2 publish for npm module make tar default + pm2 publish folder/
2018-09-28 20:32:46 +02:00
Unitech
6fdf21fd73
feature allow pm2 install <url>.tar.gz + fix smart prefix system
2018-09-27 18:19:43 +02:00
Unitech
d50f78016b
pm2 set pm2:registry
2018-09-27 17:51:53 +02:00
Unitech
2bfaaca806
feature: add exponential backoff restart delay via --exp-backoff-restart-delay
2018-09-27 17:05:40 +02:00
Unitech
f0ddc09177
module fix attr name alias
2018-09-27 16:29:51 +02:00
Unitech
e5415432d1
module: replace dot to dash on packaged version
2018-09-27 15:37:21 +02:00
Unitech
058ea6e2c9
parse package.json to retrieve module version running in mem + --bail on mocha.opts to fail fast
2018-09-27 15:34:02 +02:00
Unitech
c26bf03883
more mono/multi app module tests + pm2 package command
2018-09-27 13:40:55 +02:00
Unitech
8002c510d9
good name (name-version.tar.gz) on target folder + fix registry speed issues by using right methods to send file + separate packaging function
2018-09-27 02:23:08 +02:00
Unitech
5b5c41940a
module rewrite: refactor rollback for npm mods
2018-09-25 23:40:38 +02:00