Unitech
739f67786a
feature: add YAML support #578
2016-03-25 11:52:40 +01:00
Unitech
1ac2a6988b
enhancements: allow multiple aliases in schema.json + allow to use same conf attributes in both JSON and CLI + add tests for extra languages like pypy and php #517 #2031
2016-03-24 21:35:55 +01:00
Unitech
c3c0fcff46
add Copyright header to each file
2016-03-22 23:33:43 +01:00
Unitech
436a2ff233
small code fixes
2016-03-22 14:19:47 +01:00
Unitech
cd1e4cc19d
fix lint issues / add debug messages
2016-03-22 13:29:04 +01:00
Unitech
e11ff65cfe
remove depreacted files
2016-03-22 12:57:18 +01:00
Unitech
719fd338ef
skip temporary process when listing / fix delete All method
2016-03-22 12:17:30 +01:00
Unitech
a552b114f3
less debug data
2016-03-22 11:40:45 +01:00
Unitech
c10cb2b801
fix resurrect
2016-03-22 11:21:14 +01:00
Unitech
f6a0e7c86b
refactor: remove unused methods - better wording for pm2 show
2016-03-22 10:52:13 +01:00
Unitech
68ac3c1c79
restore normal behavior
2016-03-21 22:59:21 +01:00
Unitech
357e28b351
do not reset process ids + avoid restart of delete processes (affected due to restart-delay)
2016-03-21 22:22:57 +01:00
Unitech
8f6bc844c6
enhancement: move CLI related files to CLI / upgrade moment dependency / remove some unused require
2016-03-21 19:09:25 +01:00
Unitech
c3ea256c2e
enhacement: remove deprecated calls / adapt tests / return acted process deleteProcessId/stopProcessId
2016-03-21 18:02:51 +01:00
Unitech
98c4e6e012
display application name on broad actions
2016-03-17 11:50:05 +01:00
Unitech
a1acbee0f0
#2018
2016-03-16 12:40:13 +01:00
Unitech
b26823f0f2
Filter output for programmatic calls
2016-03-16 12:28:01 +01:00
Unitech
e91b21dde2
reflect api
2016-03-15 18:42:49 +01:00
Unitech
9f7dff8161
refactor: in progress
2016-03-15 17:52:32 +01:00
Unitech
13530a8e73
refactor in progress #2020 #2019
2016-03-15 16:18:25 +01:00
Unitech
36449ba865
avoid double cb call in proccontainer
2016-03-14 12:21:16 +01:00
Unitech
d44ae5a4f9
https://github.com/Unitech/pm2-deploy/issues/78
2016-03-14 12:02:14 +01:00
soyuka
cb4aecbe0d
fix #1947 allow multiple --watch options for multiple paths
2016-03-12 15:39:52 +01:00
Unitech
62baf5cc77
#1283 --skip-env
2016-03-11 16:44:29 +01:00
Unitech
aac1919741
#2012 #1650 #1743 #1613 : allow reconfiguration attrs/env on reload
2016-03-11 16:23:11 +01:00
Unitech
cb377ce413
#2011
2016-03-11 15:29:04 +01:00
Unitech
e7eafb15ed
fix: RPC close too soon to Interactor / Changelog.md
2016-03-11 15:29:04 +01:00
Unitech
502c0ef6d5
refactor: test filename, drop json5 from CLI, add test for piped json config
2016-03-09 19:22:33 +01:00
Unitech
86c7371284
enhancement: avoid duplication
2016-03-09 19:06:24 +01:00
Unitech
58e914aa88
restore patch for Log.js
2016-03-09 12:19:11 +01:00
Unitech
3469b5802b
Options attrs updatable via CLI and JSON - small refactor for programmatic usage
2016-03-09 12:16:58 +01:00
--global
d94d1ef544
#1765
2016-03-07 12:27:58 +01:00
--global
aab0221f7f
15 tries to 16 tries
2016-03-02 23:45:51 +01:00
--global
3aacb6c4d1
#624
2016-03-02 19:36:06 +01:00
--global
6980484b9d
Merge branch 'development' of github.com:Unitech/pm2 into development
2016-03-02 19:09:27 +01:00
Manuel Kasper
b2785112a8
Fix auto-start on boot
...
Add rcorder dependency on LOGIN to make auto-start on boot work. Without this, PM2 does not start up automatically on boot on a standard FreeBSD 10.2 installation (even if pm2_enable=YES is set in rc.conf).
2016-03-01 14:49:02 +01:00
--global
0afe40a2d6
Merge branch 'master' of github.com:Unitech/pm2
2016-02-29 19:52:04 +01:00
--global
f2714c7385
disable auto dump on stop [ #1035 #1055 ]
2016-02-29 19:41:31 +01:00
--global
47fc131508
fix: existsSync for Node 0.10.x
2016-02-29 17:31:56 +01:00
--global
242f564f4c
fix: allow to disable source map auto detection [ #1980 ]
2016-02-29 17:09:34 +01:00
--global
acee352a9f
#1980 : auto detect map file and enable source map support
2016-02-29 11:35:24 +01:00
--global
0499084961
fix error
2016-02-28 22:58:28 +01:00
--global
b74ca35d2e
feature: add source map support [ #1980 ]
2016-02-28 22:32:03 +01:00
Richard Leap
77358cc6e7
Made "pullCommitId" use the given callback
2016-02-15 14:00:13 +00:00
--global
403c6c887d
transtype name to String if number detected
2016-02-15 14:14:03 +01:00
--global
86ea792b0e
fix deep update and avoid 0 as process name
2016-02-15 12:17:00 +01:00
--global
6dc5a6a381
#1937 : allow to act on process with number as application name
2016-02-15 11:37:13 +01:00
--global
4bb7c1859c
#1945 : fix post_update command parsing
2016-02-15 11:16:54 +01:00
Arkotek
431e4c4691
Merge branch 'master' into development
2016-02-12 18:10:13 +01:00
Raine Virta
5d56f09bf4
Update sample-conf.js
...
fix typo
2016-02-01 16:18:23 +02:00