398 Commits

Author SHA1 Message Date
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
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
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
Unitech
85a84f4677 module system: rewrite 2018-09-25 20:50:59 +02:00
Unitech
b4575e2976 adapt tests 2018-09-25 00:43:05 +02:00
Unitech
c241d77b31 multiple fixes 2018-09-25 00:07:45 +02:00
Unitech
58d2465ef7 merge development 2018-09-25 00:06:22 +02:00
Unitech
9aa0abbdab drop v1 modules logic and tests + v1 of tarball module management + add Common.err and Common.log helper with auto prefix + split module logic 2018-09-24 22:55:18 +02:00
Unitech
e793425afb first partial commit to support local tarball module install (install + respawn on boot) + refactor of module system 2018-09-24 14:42:40 +02:00
Unitech
3e3077698c --time to enable log date prefixing 2018-09-24 00:17:23 +02:00
Unitech
cb093237a7 refactor + fix bug watch_delay on json + add user mgmt tests + change tests order/remove toxic flag 2018-09-23 19:28:13 +02:00