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
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
Unitech
a94f012e46
drop cron-parser for sanity check and use Croner constructor
2022-02-15 19:35:13 +01:00
Unitech
af3a1f77cb
use croner instead of node-schedule
2022-02-09 10:19:31 +01:00
Unitech
2673a97400
fix cron check
2022-02-08 10:14:16 +01:00
Unitech
540caabe8a
Merge branch 'development' of https://github.com/mararrdeveloper/pm2 into mararrdeveloper-development
2022-02-08 10:01:17 +01: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
c1e2e52f28
Merge pull request #5239 from hyaocuk/refactor/util-extend
...
refactor: replace deprecated util._extend with Object.assign
2022-01-20 11:28:38 +01:00
Alexandre Strzelewicz
f17cd4c9f2
Merge pull request #5267 from THernandez03/findNearestPackageJson
...
Fix : #5266 - Find the nearest package.json
2022-01-20 11:24:54 +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
9d36eaea6d
Merge pull request #5277 from theCuriousOne/env_variable_log_date
...
fix: used env variable instead of hardcode datetime format
2022-01-20 11:21:54 +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
07b59d8370
Merge pull request #5279 from theCuriousOne/unnecessary_import
...
fix: remove constants import from VersionCheck (not needed)
2022-01-20 11:20:16 +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
0c671d79d1
correct copyright year with start and end year (to be consistent)
2022-01-19 13:09:04 +01:00
Dimitar Drenkovski
e9485aa5bc
fix: remove constants import from VersionCheck (not needed)
2022-01-19 13:04:44 +01:00
Dimitar Drenkovski
d66b645df7
fix: used env variable instead of hardcode datetime format
2022-01-19 13:02:54 +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
Tomás Hernández
4007cf5150
Find the nearest package.json
2022-01-11 20:20:41 -03:00
terencekhwu
df7a9be198
refactor: replace deprecated util._extend with Object.assign
2021-12-04 18:00:15 +08: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
Alexandre Strzelewicz
2fbf3ddac3
Merge pull request #5200 from rjoonas/rm-empty-file
...
chore: remove empty file removeFolderRecursive.js
2021-11-09 11:00:15 +01:00
Alexandre Strzelewicz
8855482376
Merge pull request #5220 from Tsingbo-Kooboo/master
...
Add CORS headers
2021-11-09 10:57:47 +01:00
Unitech
30fce64442
merge master
2021-11-09 10:56:26 +01:00
Tsingbo-Kooboo
73906f3f4b
Add CORS headers
2021-11-05 13:53:59 +08:00
Joonas Rouhiainen
cb2e3fa076
chore: remove empty file removeFolderRecursive.js
...
File was added in 593b43ca6671106e5bcd749477f486092477291a
Same commit added a module called deleteFolderRecursive.js so this is
probably a rename artifact.
2021-10-07 23:26:19 +03:00
Patrick Muff
7ced8c6638
Ensure directory exists before writing to it
2021-10-04 16:29:49 +02:00
Marco Arrigo
62afc6c6b9
Replaced cron with node-schedule
2021-09-24 22:57:02 +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