282 Commits

Author SHA1 Message Date
Unitech
81ed75eed5 #2290 allow to declare apps list under 'pm2' attribute in ecosystem files 2017-07-03 00:52:04 +02:00
Unitech
fc050b0bbe [#2958 and related] allow to delete attribute on restart by setting it to null 2017-07-02 03:20:37 +02:00
Alexandre Strzelewicz
5dd902346a Merge pull request #2983 from soyuka/fix/cli-table
Fix/cli table
2017-06-30 11:12:51 +02:00
Unitech
ae3f1e0b5a /#2698 pm2-runtime + pm2-docker various enhancements 2017-06-30 10:48:53 +02:00
Unitech
8b33ddf488 Merge branch 'stdin' into development 2017-06-29 22:59:43 +02:00
Unitech
4d34e80deb #2968 pm2 attach <pm_id> 2017-06-29 22:59:21 +02:00
soyuka
a37c2d231d fix #2114 #2018 array names 2017-06-29 11:18:53 +02:00
vmarchaud
673b6cddd5 (tests) add node_app_instance tests for fork mode #2984 2017-06-29 10:39:13 +02:00
Unitech
823635e713 fix listen_timeout associated with wait_ready \#2956 2017-06-27 15:52:10 +02:00
vmarchaud
637b227017 (tests) add test for #2953 2017-06-23 11:33:21 +02:00
vmarchaud
129a81c10f (tests) add test for increment_var and instance_var options 2017-06-06 17:25:35 +02:00
Alexandre Strzelewicz
7c91321fdc (test) fix npm 5 test (drop unused npm variables) 2017-06-04 14:01:11 +02:00
vmarchaud
42cd294f80 (tests) increase timeout for instable test 2017-06-01 15:40:49 +02:00
vmarchaud
f5c192c660 (tests) fix test broken with random hostname + re-add test for wait-ready in cluster mode #2890 2017-05-26 00:08:20 +02:00
vmarchaud
22df02093e (tests) fix failing tests 2017-05-21 11:58:38 +02:00
vmarchaud
64b0793d19 (tests) fix newly added tests + remove aggregation bug 2017-05-21 01:39:30 +02:00
vmarchaud
1343478138 (daemon) allow to override daemon configured paths via env #438 2017-05-21 00:28:57 +02:00
Unitech
5821495ab7 longer timeout on web interface test 2017-05-04 18:50:53 +02:00
Unitech
09b7c5e172 pm2 monitor|umonitor <pm_id|app_name|all> 2017-04-29 02:08:46 +02:00
Unitech
4bca84ef74 (km) rename method + better init message 2017-04-22 15:58:28 +02:00
Unitech
2a5a9153c9 2844 Flush default module configuration to pm2 config 2017-04-22 15:12:03 +02:00
Unitech
f91038c698 #2818 pm2-docker -> pm2-runtime + tests 2017-04-06 22:56:05 +02:00
porsager
8a7f7edfc6 Add support for multi user startup 2017-02-15 10:24:09 +01:00
vmarchaud
e4586e8fcf (tests) add test for operate with regex #2564 + changelog 2017-02-03 16:10:57 +01:00
Unitech
e731d930f6 #2541 fix setting node.js version and restart via configuration file 2017-02-02 18:44:34 +01:00
vmarchaud
613979da2f (tests) add test for json log feature #2663 2017-01-31 16:26:10 +01:00
vmarchaud
b39968bf60 (serve) alias to use serve in process file + test 2017-01-29 01:22:43 +01:00
vmarchaud
323edad96c (tests) add test for pm2 serve 2017-01-28 22:02:04 +01:00
vmarchaud
6f5ddaf7ae (enchancement) appendEnvToName -> snake_case + tests 2017-01-24 17:37:35 +01:00
vmarchaud
7d799dc80b (logs) add option to only print logs (--nostream) #2620 2017-01-12 18:14:54 +01:00
vmarchaud
5a12ef2806 (ci) fix tests 2017-01-06 17:29:06 +01:00
vmarchaud
d84ed1d08f (tests) remove typescript tests 2017-01-05 12:10:54 +01:00
Unitech
7a018c53f7 #1090 #15 do not replicate same processes on resurrect 2016-12-07 22:00:18 +01:00
Unitech
5935cb7fb8 (startup)(test) enable upstart test 2016-12-06 16:46:10 +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
a10fa8eab3 (test) delete all processes before continuing tests 2016-11-23 00:05:25 +01:00
Unitech
2ef97b83d6 #2530 make sure processess are stopped on direct system signal 2016-11-22 18:33:36 +01:00
Unitech
433f2138db (test) extra test for wait-ready 2016-11-04 17:26:36 +01:00
Unitech
79b638dd40 (test) application in cluster mode do not stay on start 2016-10-29 20:55:18 +02:00
vmarchaud
6ec098ed02 Merge pull request #2472 from Unitech/readyevent
Wait ready event to set application as started
2016-10-27 14:08:37 +02:00
Unitech
17a4f51906 (test) increase delay 2016-10-27 14:06:56 +02:00
Unitech
9556345f56 (fix) current_conf missing 2016-10-27 14:04:28 +02: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
Ushko Igor
e02c67d37f Supporting ecosystem.config.js. Change .js to .config.js to distinguish configuration from the script. Make tests 2016-10-16 23:42:31 +03:00
Antoine Bluchet
2659bd50ca Merge pull request #2420 from danielbayerlein/devcli-watch-2366
Do not override app config with opts default values (fix #2366)
2016-10-06 11:11:20 +02:00
Unitech
885ecd792b #2425 allow to specify node.js version via interpreter arg 2016-10-03 19:21:48 +02:00
Unitech
c731ef6600 (test) slight change 2016-10-03 18:58:55 +02:00
Daniel Bayerlein
86af1f52f3 Add test for pm2-dev with args 2016-09-30 16:06:57 +02:00