Unitech
211d01218e
fix: add back version parsing
2025-01-25 19:46:18 +01:00
Unitech
013c0dc66a
bump
2025-01-25 19:25:25 +01:00
Unitech
fbef812118
disable git parsing by default #5909 #2182 #5801 #5051 #5696
2024-11-13 13:55:56 +01:00
Alexandre Strzelewicz
de0dec583b
Merge pull request #5857 from aryehb/feature/disable-version-check
...
Add support for disabling version checks
2024-11-13 13:51:54 +01:00
Alexandre Strzelewicz
be15de4a64
Merge pull request #5896 from skeyby/fixes_5895
...
Fixes 5895 - treekill syntax incompatible with freebsd
2024-11-13 13:50:34 +01:00
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
194200aea9
feat: Add tarball support to module:update command
...
Implement tarball handling in module:update to match functionality of module:install
2024-10-25 14:27:40 +09: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
Andrea Brancatelli
6940db7c37
Fixes #5895 - treekill syntax incompatible with freebsd
2024-09-24 13:11:21 +02:00
Aryeh Berman
3402a0ddab
feat: add support for disabling version checks
...
This adds support for a `PM2_DISABLE_VERSION_CHECKS` env variable,
which will disabling running version checks for PM2.
2024-07-07 14:36:36 -04: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
Unitech
8d9ecd2e73
update: packages
2024-05-23 12:08:03 +02:00
Unitech
9d94b05541
fix: PR #5782
2024-05-23 11:09:32 +02:00
André Padez
d321d0d8d5
replaced util.isArray for native Array,isArray (3 instances)
2024-05-18 09:36:02 +01: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
5b55a4d9f5
fix: testing
2023-10-07 02:39:46 +02:00
Unitech
cac839329a
fix: terminal width for condensed listing
2023-10-06 08:52:15 +02:00
Unitech
b194ea71bc
fix python3 test
2023-10-06 08:37:26 +02:00
Unitech
f122aabe32
#5682 add test for bun over ts and tsx
2023-10-06 08:25:25 +02:00
Unitech
7bbe1a5734
#5681 auto resolve python3 binary if available
2023-10-06 07:49:34 +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
79687f1b26
Refactor config file type detection in parse config function
2023-09-27 13:06:55 +02: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
Karol Bujaček
e0a5add354
Refactor conditions in config file detection
2023-09-27 12:37:19 +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
Arron
9cbcb3a6f4
Fix : #5443 - resume cron rule when resurrect
2023-02-01 20:28:56 +08:00
Alexandre Strzelewicz
1b5e0abecc
Merge pull request #5533 from Sailboat265/development-flush-patch
...
hotfix: replace non-working condition that blocks flush from clearing the logs
2023-01-27 15:13:37 +01: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
BlueWater86
ca36f3019b
Update ProcessContainer.js
2023-01-16 14:04:04 +10:00
Alexandre Strzelewicz
527805701c
Merge pull request #5456 from dko-slapdash/fix-large-id-erasure-in-pm2-list
...
fix large id erasure in "pm2 list"
2022-10-08 09:09:13 +02:00
JSKitty
0e2b65e0ff
fix other launch typos
...
this commit fixes two more typos for 'launch'
2022-10-08 02:51:47 +01:00
JSKitty
6fe3179bda
fix cli launching typo
...
this commit fixes a typo in the cli for 'launching'
2022-10-08 02:21:17 +01:00
dko-slapdash
e1e301ff53
fix large id erasure in "pm2 list"
2022-10-07 15:03:02 -07:00
Alexandre Strzelewicz
b3b2ca7d32
Merge pull request #5396 from TeamGuilded/restartonerror
...
PM2 does not restart crashed processes
2022-09-08 09:55:35 +02:00
Joel Watson
25d21ee3fa
Ensure increment_var value is a Number
2022-09-06 14:51:22 -05:00
Neil Gupta
d72e79b80d
Fix pm2 not restarting crashed processes
2022-06-29 19:47:18 -05:00
Yuki Ito
0938f82d95
check array
2022-05-01 01:29:38 +01:00
Yuki Ito
d6458d8536
feat: stop-exit-codes
2022-03-18 23:40:40 +00:00
Unitech
a94f012e46
drop cron-parser for sanity check and use Croner constructor
2022-02-15 19:35:13 +01:00