357 Commits

Author SHA1 Message Date
Unitech
af4091e9b1 pm2-daemon 2017-05-10 12:38:09 +02:00
Unitech
5c2c2c26dd refactor code + fix edge case + pm2 open command to open browser 2017-04-29 18:30:51 +02:00
Unitech
23ba6e9217 add pm2 register to autolink 2017-04-29 03:47:42 +02:00
Unitech
09b7c5e172 pm2 monitor|umonitor <pm_id|app_name|all> 2017-04-29 02:08:46 +02:00
Unitech
e7fcd16a9b #2845 open editor on pm2 conf or pm2 set cmd 2017-04-22 15:15:39 +02:00
Unitech
f91038c698 #2818 pm2-docker -> pm2-runtime + tests 2017-04-06 22:56:05 +02:00
Alexandre Strzelewicz
2a9c347619 Merge pull request #2720 from porsager/multi-user-startup
Multi user startup - fixes #2662
2017-02-21 14:31:37 +01:00
Unitech
52f26ef47a CHANGELOG + rename oldmonit by imonit 2017-02-21 10:04:07 +01:00
vmarchaud
7abad52da1 (monit) add old monit interface #2699 2017-02-20 16:56:43 +01:00
vmarchaud
2173c2fe34 (logs) options to start stream logs after any operation #2266 2017-02-20 16:49:44 +01:00
porsager
aa279ac2f8 Merge branch 'Unitech/development' into multi-user-startup 2017-02-15 22:41:26 +01:00
vmarchaud
475aa12145 Merge pull request #2718 from spang/master
Fix a few typos: s/optionnal/optional/
2017-02-15 17:23:52 +01:00
vmarchaud
d4a6524b3c (logs) show 15 lines by default #2719 2017-02-15 17:23:14 +01:00
porsager
d0928ba1d2 Merge remote-tracking branch 'origin/development' into multi-user-startup
# Conflicts:
#	lib/API/Startup.js
2017-02-15 15:05:03 +01:00
porsager
8a7f7edfc6 Add support for multi user startup 2017-02-15 10:24:09 +01:00
Christine Spang
494a4d6c0b Fix a few typos: s/optionnal/optional/ 2017-02-14 15:43:43 -08:00
vmarchaud
661b227af4 (docker) use timestamped logs only when user ask for it #2703 2017-02-09 16:46:17 +01:00
Unitech
ad733d638d (dashboard) drop pm2 monit and replace by dashboard by default 2017-02-02 17:16:50 +01:00
Alexandre Strzelewicz
0c0af4d3f0 Merge pull request #2680 from ItsJimi/master
pm2 dashboard command
2017-02-02 16:17:18 +01:00
Unitech
c718852016 (logs) allow to pass --log-type <type> to CLI 2017-02-02 15:38:53 +01:00
ItsJimi
3160bd25fe Add pm2 dashboard command 2017-02-02 14:27:30 +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
58f9a8dc9d (agent) allow to specify --info-node + keep it persistent over updates 2017-01-29 16:47:47 +01:00
Unitech
683c1ea50b (CLI) pm2 ecosystem simple 2017-01-29 13:33:26 +01:00
vmarchaud
2237f023f5 (serve) compatibility with node 0.12 2017-01-29 00:52:48 +01:00
vmarchaud
1c57dcc6c2 (feature) pm2 serve #2670 2017-01-28 22:00:56 +01:00
Unitech
c611bb4df2 (pm2-docker) --delay option 2017-01-28 17:32:04 +01:00
Unitech
1896524435 (CLI) --disable-trace 2017-01-17 15:25:43 +01:00
vmarchaud
7d799dc80b (logs) add option to only print logs (--nostream) #2620 2017-01-12 18:14:54 +01:00
Unitech
4c12e67149 (cli) alias --update-env with -a + better message 2017-01-11 18:21:06 +01:00
Unitech
1779b2bf44 (cli)(trace) fix --trace 2017-01-10 11:14:50 +01:00
Unitech
0a93463eff Merge branch 'master' into development 2017-01-07 20:01:37 +01:00
Unitech
68cd2fd5e2 (transaction) refactor aggregator 2017-01-07 19:45:35 +01:00
vmarchaud
4205c9b36a (transactions) enable tracing via options 2017-01-04 17:02:11 +01:00
Sergey Zelenov
c376caf8aa remove pm2_home opts from pm2-docker in order to use default pm2 behavior. fix #2580 2016-12-16 15:51:34 +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
8c3b3a5683 (cli) pm2.trigger(<app_id>, <action_name>, [params], [cb]) 2016-11-27 21:09:59 +01:00
Unitech
f57ee1656d #2509 trigger functions inside your Node app from PM2 CLI 2016-11-11 16:04:19 +01:00
Unitech
6377618433 #2502 catch SIGTERM signal in pm2-docker 2016-11-09 04:02:29 +01:00
Unitech
91a5eaecfb #2486 add --web option to pm2-docker to expose web process api 2016-11-05 16:39:30 +01:00
Unitech
8e6cde6158 #2488 CLI description 2016-11-02 16:59:16 +01:00
vmarchaud
1d19cf2269 (feature) wait for application ready event when asked 2016-10-26 18:53:05 +02:00
Unitech
f6b550ca4e #2471 make env immutable and fix watch 2016-10-26 18:07:03 +02:00
Unitech
2d7d95cab3 #2408 allow to pass --only to pm2-docker 2016-10-24 13:02:04 +02:00
Unitech
169e18ff7f (pm2-docker) expose -i option 2016-09-29 17:16:24 +02:00
Unitech
656d0bf41e (pm2-docker) start option is now optional 2016-09-29 12:53:08 +02:00
Aymeric Lavit d'Hautefort
42bc4b51b8 (cli)(completion) #2381 fix completion install hang 2016-09-19 16:42:42 +02:00
Aymeric Lavit d'Hautefort
eaa3ccb6f7 (cli)(completion) #2381 fix completion install hang 2016-09-19 16:22:27 +02:00