180 Commits

Author SHA1 Message Date
Alexandre Strzelewicz
2103ad38c0 verify if 3rd module has not failed 2017-09-21 16:44:50 +02:00
Alexandre Strzelewicz
5aa7dcec07 add support for coffeescript v2 2017-09-21 16:26:21 +02:00
Unitech
43b6000171 reword the startup command helper 2017-09-14 16:41:40 +02:00
Alexandre Strzelewicz
de0f88ee30 Merge pull request #3001 from bisubus/dump-backup
Dump backup
2017-08-29 16:14:15 +02:00
Alexandre Strzelewicz
1fcaa4f9f2 Merge branch 'development' into pm2-start-container 2017-08-25 17:33:31 +02:00
vmarchaud
cc0f0aa809 bugfix: fixes #3096 2017-08-21 14:00:39 +02:00
Alexandre Strzelewicz
bc55d46a1c #3094 pm2 start app.js --container 2017-08-16 02:43:44 +02:00
Unitech
1960baef52 quickfix dbl check pm2 report + skip test graceful reload for 0.12 2017-07-19 12:23:36 +02:00
Unitech
7016b866b2 #2968 fix 2017-07-14 13:53:36 +02:00
bisubus
de64ea3bfb Add a fallback to dump backup on resurrection 2017-07-06 00:37:12 +03:00
bisubus
94d3579579 Add dump backup creation on dump save 2017-07-06 00:37:12 +03:00
Unitech
7b04687a6f #2994 allow to specify typescript version to be installed 2017-07-04 20:37:14 +02:00
Unitech
b0fd46c711 #2998 pm2 report for automated reports 2017-07-04 20:13:15 +02:00
Unitech
5bd44dea2e #2997 #866 #1689 add --disable-logs option 2017-07-04 18:43:03 +02:00
Unitech
5f306fe66c #2980 PM2_SILENT=true pm2 startup 2017-07-03 00:31:26 +02:00
Unitech
7d6f173078 #2144 #1060 #2957 #2033 #1872 #2938 #971 Select application uid/gid via --uid --gid (CLI+JSON) + pm2 install --uid / --gid 2017-07-02 19:28:41 +02:00
vmarchaud
74399f64ac (km) allow unmonitor of module + simple UI indicator 2017-07-02 17:30:59 +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
4d34e80deb #2968 pm2 attach <pm_id> 2017-06-29 22:59:21 +02:00
soyuka
6d979bcdb5 Bump cli-table fix #2972 2017-06-28 21:06:47 +02:00
Unitech
0cb60c8136 #2968 poc 2017-06-28 17:43:10 +02:00
Unitech
77b4b95ebf alias pm2.link and pm2.unlink 2017-06-28 16:35:57 +02:00
vmarchaud
ac7691e73a (km) add header to track register source 2017-06-23 15:51:12 +02:00
vmarchaud
129a81c10f (tests) add test for increment_var and instance_var options 2017-06-06 17:25:35 +02:00
vmarchaud
d43e44f8b2 (instance_var) allow to overide the key NODE_APP_INSTANCE #2045 2017-06-06 15:57:32 +02:00
vmarchaud
35945e82d0 (increment) allow to increment a env variable with a options #2743 2017-06-06 15:49:43 +02:00
Dinesh Balaji
f1bf777692 Update pm2 logs to accept regex for names (#2924) 2017-06-06 14:15:39 +02:00
masted
6648847230 "Not any default deployment file exists" error explanation (#2754) 2017-05-21 01:53:23 +02:00
PoppinL
678264519a (bugfix) #2868: fix --raw not display previous logs (#2876) 2017-05-21 01:29:19 +02:00
pva
0bcee6f8d1 Improve gentoo init script (#2849)
Use default start() function that is configured with command* variables.
It'll use start-stop-daemon to start daemon and check that pidfile was
created.

Allow user to override user that will be used to run pm2 daemon. As a
consequence install init script with pm2 name instead of pm2-root.

Provide some information on how to start services aftewards.

Make reload function working.
2017-05-21 01:28:31 +02:00
Unitech
ce7411d863 change client id for register via CLI + timeout on test 2017-05-04 18:47:48 +02:00
Unitech
5c2c2c26dd refactor code + fix edge case + pm2 open command to open browser 2017-04-29 18:30:51 +02:00
Unitech
9eca957336 register/login/autolink/browser open from CLI 2017-04-29 17:56: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
a54d886093 restore 0.12 support 2017-04-27 00:42:05 +02:00
Unitech
22b2982415 (modules) change wording 2017-04-22 17:04:18 +02:00
Unitech
bd87549975 drop 0.12 support #2846 2017-04-22 15:27:58 +02:00
Unitech
e7fcd16a9b #2845 open editor on pm2 conf or pm2 set cmd 2017-04-22 15:15:39 +02:00
Unitech
2a5a9153c9 2844 Flush default module configuration to pm2 config 2017-04-22 15:12:03 +02:00
Martin Zaloudek
b8b615111e Fix #2809. Fixed the broken installation of modules specified as Github repository with non-master branch. Fixed the broken upgrade of modules specified by Github source (old version was not been removed, therefore two instances existed in memory after upgrade). (#2840) 2017-04-19 16:53:44 +02:00
Unitech
68335cfd2c (profiler) enable profiler via pm2 install <profiler|v8-profiler> 2017-03-23 20:26:06 +01:00
vmarchaud
f0ecc7d2c3 Merge pull request #2761 from rikkert/patch-1
Make JSON log stream timestamp consistent
2017-03-15 20:52:04 +01:00
Yaroslav Korotaev
b191ee782c fix trigger API never calling callback 2017-03-15 16:31:49 +03:00
Ramiro Rikkert
89bcfb4c57 Make JSON timestamp consistent
The timestamp when logging in JSON uses two (not influenceable) different formats.
This change makes sure all logs in JSON use the same formatting for timestamps. (ISO8601)
2017-03-10 13:54:28 +01:00
Unitech
24ada4ba19 (km) disable auto pm2-server-monit install 2017-03-01 11:51:01 +01:00
Unitech
b795c9f15a (km) auto install pm2-server-monit on km linking 2017-02-23 23:34:39 +01:00
Unitech
ddbbe7e31b (km) auto install pm2-server-monit on km linking 2017-02-23 23:33:35 +01:00
Unitech
e5aa61ddfa CHANGELOG + do not systemctl status on unstartup 2017-02-21 14:39:21 +01:00