85 Commits

Author SHA1 Message Date
Unitech
1a0fd475b2 (serve) better stuff 2017-01-29 19:01:39 +01:00
Unitech
4f25d311c2 (serve) take CLI options for naming and opts 2017-01-29 18:54:17 +01:00
Unitech
54333561c7 (serve) various fixes 2017-01-29 17:30:20 +01:00
Unitech
3c45604eb4 Merge branch 'development' of github.com:Unitech/pm2 into development 2017-01-29 16:47:55 +01:00
Unitech
58f9a8dc9d (agent) allow to specify --info-node + keep it persistent over updates 2017-01-29 16:47:47 +01:00
vmarchaud
cec9db9b18 (serve) fix path resolving issue 2017-01-29 15:47:35 +01:00
vmarchaud
e13f12176b (serve) add missing content-type 2017-01-29 14:55:43 +01:00
vmarchaud
8004f933c8 (fix) typo 2017-01-29 14:38:47 +01:00
vmarchaud
9ddee41f15 (serve) modify env var + debug log + avoid hardchecking for '..' in url 2017-01-29 14:35:59 +01:00
Unitech
683c1ea50b (CLI) pm2 ecosystem simple 2017-01-29 13:33:26 +01:00
vmarchaud
1c57dcc6c2 (feature) pm2 serve #2670 2017-01-28 22:00:56 +01:00
soyuka
6b0558dc46 fix #2617 only load startup file with launchctl 2017-01-28 21:02:31 +01:00
vmarchaud
6f5ddaf7ae (enchancement) appendEnvToName -> snake_case + tests 2017-01-24 17:37:35 +01:00
Dutta, Jaibatrik
e66914a9b4 Change property name from envSpecificInstance to appendEnvToName 2017-01-23 02:06:02 +05:30
Dutta, Jaibatrik
09232ffdef Allow starting processes for each environment 2017-01-23 00:28:53 +05:30
Unitech
1896524435 (CLI) --disable-trace 2017-01-17 15:25:43 +01:00
Unitech
3fb35d6893 (JSON config) alias script to exec 2017-01-16 14:04:32 +01:00
vmarchaud
48cffd5b56 Merge pull request #2625 from s1061123/development
Support openrc (gentoo linux).
2017-01-13 10:27:30 +01:00
vmarchaud
7d799dc80b (logs) add option to only print logs (--nostream) #2620 2017-01-12 18:14:54 +01:00
vmarchaud
334ced4a7f (typo) remove msg for unstartup on gentoos 2017-01-12 17:23:36 +01:00
Tomofumi Hayashi
7ab7b0f107 Support openrc (gentoo linux). 2017-01-12 20:48:58 +09:00
Unitech
a8fe5de635 (cli/god) force http + rename pmx_trace to trace 2017-01-11 21:10:01 +01:00
Unitech
a376106e2d (CLI) change utf8 icon by chronometer 2017-01-11 19:54:48 +01:00
Unitech
58b613dd10 (CLI) add icon when process is being profiled 2017-01-11 19:34:46 +01:00
Unitech
6ae7635056 (CLI) add icon when process is being profiled 2017-01-11 19:34:10 +01:00
Unitech
0a93463eff Merge branch 'master' into development 2017-01-07 20:01:37 +01:00
vmarchaud
0892a15ea3 (trace) refactor method to enable tracing 2017-01-06 16:22:07 +01:00
vmarchaud
4205c9b36a (transactions) enable tracing via options 2017-01-04 17:02:11 +01:00
Manuel Kasper
3d2ee87558 Fix FreeBSD rc.conf overwrite
Overwriting rc.conf on FreeBSD is very serious and will lead to a non-working system at the next reboot, as all IP address information, daemon configuration, etc. is lost.
2016-12-27 18:40:03 +01:00
vmarchaud
44baea5b65 (startup) create /var/lock/subsys path if needed #2598 2016-12-27 15:37:28 +01:00
vmarchaud
84570b918d (startup) stop command execution flow when a command fail #2587 2016-12-27 15:34:39 +01:00
vmarchaud
9212975fb8 (startup) add warning when initsystem provided isnt the one detected by PM2 2016-12-27 15:18:29 +01:00
Unitech
d6b55a0418 pm2@2.2.2 [startup refactor] 2016-12-15 14:52:20 +01:00
Unitech
20c4840aab #2574 support amazon systemv 2016-12-15 14:45:49 +01:00
Unitech
a788e523e5 #2574 support amazon systemv 2016-12-15 14:44:45 +01:00
Unitech
be4eb6c632 (startup) do not exit if no dump available 2016-12-09 17:59:16 +01:00
Unitech
56d2a7681d (startup) update-rc.d remove 2016-12-09 10:08:43 +01:00
Unitech
b86a2cce05 (startup) minor fix on command lines + add every PATH on systemd env 2016-12-08 01:50:33 +01:00
Unitech
24e7287f9a (startup) support legacy startup system (pm2-init.sh) 2016-12-08 01:36:52 +01:00
Unitech
3b35a6781e (startup) trick to attach to running pm2 daemon and exit in kill 2016-12-08 01:08:47 +01:00
Unitech
7a018c53f7 #1090 #15 do not replicate same processes on resurrect 2016-12-07 22:00:18 +01:00
Unitech
af41cb05cd (launchd) fix suggested command 2016-12-06 16:34:37 +01:00
Unitech
0ec275af69 (startup) launchd auto restart + unstartup launchd 2016-12-06 16:31:01 +01:00
Unitech
cf1151c163 (startup) launchd fixes for MacOSx 2016-12-06 14:37:31 +01:00
Unitech
67d19e4e3b (startup) autodetect platform + fix systemd file + fix upstart file + do not launch PM2 as root on startup commands + pm2 unstartup 2016-12-06 02:09:00 +01:00
Unitech
1dc0d5b9ec (startup refactor) 2016-12-04 19:23:18 +01:00
Unitech
5532eec036 (cli/ui) optimize shortened list + check if TTY for simpler outputs 2016-12-04 16:47:30 +01:00
vmarchaud
7eb5fe1fbb (cli/ui) stacked mode when term columns < 90 2016-12-02 16:04:22 +01:00
Aymeric Lavit d'Hautefort
7520174e28 restart if module only 2016-11-30 16:48:58 +01:00
Aymeric Lavit d'Hautefort
1de79ce9ba (fix) module pid/mem monitoring 2016-11-28 16:14:20 +01:00