vince
|
aae1d55e41
|
chore: revert PR #3496
|
2018-03-05 16:02:50 +01:00 |
|
Alexandre Strzelewicz
|
9f2c4ca4c9
|
Merge pull request #3501 from Unitech/refactor_api
Refactor api
|
2018-03-02 16:36:39 +01:00 |
|
Vincent Vallet
|
829cc3032b
|
Merge pull request #3496 from rmonnier/master
Ecosystem file schema: add documentation
|
2018-03-02 16:16:51 +01:00 |
|
Vincent Vallet
|
24d2940490
|
Merge pull request #3484 from Unitech/pull_by_name
feature: make "pull", "backward" and "forward" works with id and pid
|
2018-03-02 16:16:35 +01:00 |
|
Vincent Vallet
|
ebe7b04872
|
Merge pull request #3482 from Unitech/mjs_support
feature: add mjs support
|
2018-03-02 16:16:20 +01:00 |
|
vince
|
bb57c76d41
|
refactor: drop gracefullreload
|
2018-02-28 18:39:40 +01:00 |
|
vince
|
d322dd00de
|
refactor: add node 4.x support
|
2018-02-27 16:53:40 +01:00 |
|
vince
|
6d8f0dfae8
|
refactor: create alias method instead of modify prototype
|
2018-02-27 16:15:41 +01:00 |
|
vince
|
047aa494d5
|
refactor: change safety var to const
|
2018-02-27 15:47:37 +01:00 |
|
vince
|
0cab8880ff
|
refactor: drop some 0.x patch
|
2018-02-27 12:28:43 +01:00 |
|
vince
|
9552bd61b7
|
refactor: remove prototype from API and create method
|
2018-02-27 11:25:32 +01:00 |
|
vince
|
e3831f95c8
|
refactor: transform API into class
|
2018-02-27 10:52:12 +01:00 |
|
Robin Monnier
|
47e5410987
|
Merge branch 'development' into master
|
2018-02-26 16:33:10 +01:00 |
|
Robin Monnier
|
1650ec7f91
|
documentation for ecosystem file
|
2018-02-26 16:22:58 +01:00 |
|
Robin Monnier
|
417fc19b20
|
documentation for ecosystem file
|
2018-02-26 15:15:23 +01:00 |
|
vince
|
1e0017325f
|
fix: #3456 use homedir() instead of process.env.HOME, make module installation work on windows
|
2018-02-26 14:45:34 +01:00 |
|
vince
|
0908e9afb2
|
feature: make "pull", "backward" and "forward" works with id and pid
|
2018-02-21 16:38:00 +01:00 |
|
vince
|
935afab925
|
feature: add mjs support
|
2018-02-21 14:41:17 +01:00 |
|
Unitech
|
340011cace
|
fix: restore --raw option #3476
|
2018-02-20 10:18:34 +01:00 |
|
Vincent Vallet
|
c6d7ace802
|
Merge pull request #3466 from natcl/development
Add windowsHide option to allow Windows popup from pm2 process file
|
2018-02-19 09:40:34 +01:00 |
|
Nathanaël Lécaudé
|
f305d6d06e
|
Correct typo
|
2018-02-16 11:45:05 -05:00 |
|
Nathanaël Lécaudé
|
767c36f5ad
|
Check if windowsHide is bool
|
2018-02-16 11:18:13 -05:00 |
|
Unitech
|
eb39c5f697
|
feature: allow to set deep monitoring via environment (PM2_DEEP_MONITORING=true on start/restart)
|
2018-02-16 14:00:23 +01:00 |
|
Nathanaël Lécaudé
|
82375af8ab
|
Revert to cleaner check
|
2018-02-15 11:17:33 -05:00 |
|
Nathanaël Lécaudé
|
031a6686f3
|
Fix 'start pm2 inside pm2' test
|
2018-02-14 18:51:34 -05:00 |
|
Nathanaël Lécaudé
|
ab54f6aed9
|
Revert windowsHide to true for cluster mode, only needed in fork mode.
|
2018-02-14 18:30:46 -05:00 |
|
Nathanaël Lécaudé
|
97fb295c9e
|
Merge remote-tracking branch 'upstream/development' into development
|
2018-02-14 17:21:10 -05:00 |
|
Vincent Vallet
|
f3b3572689
|
Merge pull request #3458 from Unitech/pm2_install_command
Pm2 install command
|
2018-02-14 14:43:13 +01:00 |
|
Nathanaël Lécaudé
|
387270d480
|
Add windowsHide option so it can be set via process file, fixes #3425
|
2018-02-13 11:54:23 -05:00 |
|
vince
|
a315eeb65f
|
fix: add livescript in default modules
|
2018-02-09 10:49:39 +01:00 |
|
vince
|
828a30d0cc
|
feat: add dependencies section into ecosystem.json file.
|
2018-02-08 15:57:58 +01:00 |
|
Daan Kets
|
ace8d0ca7f
|
Fix for node 0.12 test (no String.startsWith())
|
2018-02-08 12:03:28 +01:00 |
|
Daan Kets
|
1c58bf4b89
|
Added one test case, fixed a small bug
- Additional test case for @scope/module@tag
- Fixed a bug for checking the position of the last @ in the module name, that could trigger on -1.
|
2018-02-08 11:23:51 +01:00 |
|
vince
|
1b92a9c400
|
refactor: delete all "if" condition when installing new module, create an object with all modules and a generic installation process
|
2018-02-08 10:55:58 +01:00 |
|
Daan Kets
|
94ea9d9eef
|
Merge branch 'development' of ssh://github.com/deltasource/pm2 into hotfix/scoped-package-support
# Conflicts:
# package.json
|
2018-02-07 09:30:16 +02:00 |
|
Daan Kets
|
a3e093bbfe
|
Support for scoped package names
|
2018-02-07 09:13:22 +02:00 |
|
Unitech
|
99e62e3bb8
|
feat: --deep-monitoring available from pm2-runtime
|
2018-02-06 12:55:57 +01:00 |
|
Alexandre Strzelewicz
|
331bc741d7
|
Merge pull request #3448 from Unitech/deep_monitoring_flag
feat: add flag to enable deep-monitoring
|
2018-02-05 18:59:21 +01:00 |
|
vmarchaud
|
4d1bea5e0b
|
feat: add deep_metrics to deep_monitoring flag
|
2018-02-05 17:40:27 +01:00 |
|
vince
|
c541868837
|
feat: add flag to enable deep-monitoring
|
2018-02-05 15:10:21 +01:00 |
|
vince
|
9dddc80db5
|
feat: allow pm2 to install a set of module as one single command and add deep-monitoring.
|
2018-02-05 13:52:48 +01:00 |
|
Alexandre Strzelewicz
|
77a3527407
|
Merge pull request #3443 from Unitech/event-loop-inspector
fix: replace dash with underscore
|
2018-02-03 11:53:28 +01:00 |
|
vince
|
203df7688c
|
fix: replace dash with underscore
|
2018-02-02 18:07:50 +01:00 |
|
Vincent Vallet
|
dad98e6e07
|
Merge pull request #3442 from Unitech/event-loop-inspector
feat: allow pm2 to install and enable event-loop-inspector data colle…
|
2018-02-02 17:43:52 +01:00 |
|
Unitech
|
c13b236482
|
refactor: deep pm2-runtime refactor #3408 #3257 #3266
|
2018-02-02 15:39:17 +01:00 |
|
Unitech
|
6687d49941
|
feat: pm2 pid <app_name> command
|
2018-02-02 15:32:54 +01:00 |
|
vince
|
e6b0c47443
|
feat: allow pm2 to install and enable event-loop-inspector data collecting
|
2018-02-02 14:56:23 +01:00 |
|
Alexandre Strzelewicz
|
704ae518f5
|
fix: auto-exit edge case fix + pm2 no daemon mode + log in raw by default + less logs
|
2018-02-02 12:14:53 +01:00 |
|
Alexandre Strzelewicz
|
d1916f4096
|
refactor: no more interactive spinner for connection to KM + change pm2 log format + remove some logs
|
2018-02-02 11:27:33 +01:00 |
|
Alexandre Strzelewicz
|
b9c01c99d5
|
feat: ignore signal when running in --no-daemon
|
2018-02-02 11:25:42 +01:00 |
|