561 Commits

Author SHA1 Message Date
Alexandre Strzelewicz
dea7b5c30f
Merge pull request #5900 from tbo47/add-webp-content-types
add webp content-type in response
2024-11-13 13:50:05 +01:00
Alexandre Strzelewicz
080d12431d
Merge pull request #5906 from AYOKINYA/development
fix: Enable PM2 module update from tarball
2024-11-13 13:49:25 +01:00
Unitech
d9e6964f46 Bun support 2024-11-13 13:23:06 +01:00
AYOKINYA
f57a22a7ec fix: Update TAR.package to TAR.packager in Modularizer.js
The package function in TAR.js was renamed to packager for ES6 strict mode compatibility (#5680),
but the reference in Modularizer.js was not updated accordingly.
2024-10-25 14:26:18 +09:00
tbo47
1404c6e1d7 add webp content-type in response 2024-10-04 13:27:51 +00:00
Fritz Lin
49c2824e08 fix: env output in pm2-describe
ref https://github.com/Unitech/pm2/issues/5832
2024-05-30 19:51:13 +08:00
ultimate-tester
935a8804e1 Added autostart parameter to optionally prevent immediately starting applications
(cherry picked from commit b34498f45e6138a6e7f31c6a7f0ddfed768eee76)
2024-03-13 11:25:46 +01:00
Unitech
cac839329a fix: terminal width for condensed listing 2023-10-06 08:52:15 +02:00
Unitech
135c123adc #5682 #5675 - when starting a ts or tsx app automatically use bun instead of ts-node 2023-10-06 07:40:38 +02:00
Unitech
c62ac33a5e fix #5660 - loose checking 2023-10-06 07:39:50 +02:00
Alexandre Strzelewicz
500ef7dca8
Merge pull request #5660 from bawjensen/fix-namespace-lines-0
Fix matching logic for logs from namespace when lines = 0
2023-10-06 07:03:57 +02:00
Unitech
b2193ab3bb #5678 fix 2023-10-06 06:58:51 +02:00
Alexandre Strzelewicz
dd19e3f5f8
Merge branch 'development' into bugfix/deploy-ecosystem-filename-extension 2023-10-06 06:27:42 +02:00
Alexandre Strzelewicz
7912239992
Merge pull request #5680 from juaneth/master
Fixed reserved keyword for ES6 Strict Mode when Bundling
2023-10-06 06:25:33 +02:00
juan
7685b87908
fixed for ES6 strict mode 2023-10-02 13:59:21 +01:00
Karol Bujaček
c810b9fa3b Deploy: use common file extensions during config file detection
This fixes #5451, relates to #5337, #4652
2023-09-27 13:01:33 +02:00
Bryan Jensen
fd2dc009a4 Fix matching logic for logs from namespace when lines = 0 2023-08-21 10:33:46 -07:00
Unitech
aa5f17d45e fix: priorize ecosystem.config.js 2023-07-11 11:03:03 +02:00
Alexandre Strzelewicz
8a5918af0c
Merge pull request #5330 from Lazyuki/add-stop-exit-codes
feat: stop-exit-codes
2023-04-09 10:14:18 +02:00
Sailboat265
3a6b48d11a hotfix: replace non-working if-else condition to use fs.existsSync while handling flush 2023-01-20 13:59:32 +08:00
dko-slapdash
e1e301ff53 fix large id erasure in "pm2 list" 2022-10-07 15:03:02 -07:00
Yuki Ito
d6458d8536 feat: stop-exit-codes 2022-03-18 23:40:40 +00:00
Unitech
5b896eede1 fix pm2 report when daemon is not running 2022-02-08 10:01:08 +01:00
Unitech
061cb248de fix 2022-01-20 11:34:59 +01:00
Alexandre Strzelewicz
4db38ea5c4
Merge pull request #5269 from westhom/development
fix: make tarball module uninstall cross-platform
2022-01-20 11:23:18 +01:00
Alexandre Strzelewicz
b02904aed1
Merge pull request #5272 from bratanon/fix-5117
Fix unnecessary "ENOENT" console.error when serving a spa
2022-01-20 11:22:27 +01:00
Alexandre Strzelewicz
b636744268
Merge pull request #5278 from theCuriousOne/copyright_update_2022
Copyright update 2022
2022-01-20 11:21:38 +01:00
Alexandre Strzelewicz
83401b2755
Merge pull request #5280 from theCuriousOne/reduce_async_import
Reduce async import
2022-01-20 11:19:59 +01:00
Dimitar Drenkovski
3cca7b3b13 refactor: use only what is needed from 'async' (reduce import size) 2022-01-19 15:48:56 +01:00
Dimitar Drenkovski
199e141a21 Merge branch 'update_copyright_year' into copyright_update_2022 2022-01-19 14:53:37 +01:00
Dimitar Drenkovski
725569ff50 refactor: use only what is needed from 'async' (reduce import size) 2022-01-19 13:01:21 +01:00
Dimitar Drenkovski
4c9cb4d743 Update copywrite year (2021 -> 2022) 2022-01-19 11:41:33 +01:00
bratanon
76b64ae6ea Fix unnecessary "ENOENT" console.error when serving a spa 2022-01-16 14:49:51 +01:00
Wes Thomas
f0e28acd9f fix: make tarball module uninstall cross-platform 2022-01-13 19:05:50 -05:00
Alexandre Strzelewicz
467c8cab46
Merge pull request #5194 from dislick/fix-missing-folder
Ensure directory exists before writing to it
2021-11-09 11:00:43 +01:00
Tsingbo-Kooboo
73906f3f4b Add CORS headers 2021-11-05 13:53:59 +08:00
Patrick Muff
7ced8c6638 Ensure directory exists before writing to it 2021-10-04 16:29:49 +02:00
Unitech
8a9b576988 readme improvements 2021-09-24 13:11:17 +02:00
Unitech
120e31acbc cron restarts improvements 2021-09-24 12:40:46 +02:00
Unitech
93dc0173a3 drop fast-printf and replace with sprintfjs #5151 2021-08-19 22:54:02 +02:00
Unitech
318676a3b0 feat: default behavior chan 2021-07-12 21:02:37 +02:00
Unitech
e8651f1dcd switchfeat: do not activate pm2-sysmonit by default - restore node 10.x 2021-06-10 10:39:19 +02:00
Unitech
f29816d7e1 fix: skip unknown interfaces 2021-06-08 15:31:56 +02:00
Unitech
f173315ff6 skip sysmonit when Windows #5095 #5094 2021-06-08 14:59:34 +02:00
Unitech
2ba5a1c52c fix --no-optional pm2-sysmonit 2021-06-08 11:13:05 +02:00
Unitech
c13802e78e test: check if travis or mocha 2021-02-18 15:21:22 +01:00
Unitech
69cdb02d98 Merge branch 'development' of github.com:Unitech/pm2 into development 2021-02-18 14:51:00 +01:00
Unitech
65bdc97cf2 make websocket json diff patch by default 2021-02-18 14:50:51 +01:00
Unitech
15261fdb5e feature: auto start pm2-sysmonit - allow to disable via pm2 set pm2:sysmonit false 2021-02-18 14:09:36 +01:00
Alexandre Strzelewicz
a116e4f114
Merge pull request #4987 from KennyTheBard/fix-monit-logs
App logs from monitor will not be deleted on selecting a different app
2021-02-16 12:35:10 +01:00