1970 Commits

Author SHA1 Message Date
Unitech
13a6b266cb change motd 2017-11-22 15:44:18 +01:00
Unitech
e6dec117e0 km: deactivate 2017-11-22 00:51:06 +01:00
Mark Lin
284714b50c Fix: fixing the send_data_process bug 2017-11-16 11:29:44 +01:00
vmarchaud
2b9f9a0e11
interactor: use defined port for push + use custom port for handshake 2017-11-13 15:48:05 +01:00
Alexandre Strzelewicz
d92f2c207f
Merge pull request #3255 from soyuka/fix-windows-hide
Implement windowsHide in God spawn methods
2017-11-03 17:40:54 +01:00
soyuka
28d28b4995 Implement windowsHide in God spawn methods 2017-11-02 19:23:36 +01:00
Alexandre Strzelewicz
129b64de19
Merge pull request #3248 from vpotseluyko/master
- Initial es6 modules support
2017-11-02 15:27:57 +01:00
vyacheslav
c63ecb08c3 - Initial es6 modules support 2017-10-29 13:28:21 +03:00
Alexandre Strzelewicz
8069e68026 Merge pull request #3205 from dguo/patch-1
Fix an error message typo
2017-10-27 12:05:27 +02:00
Jan Johannes
0a5522e802 Fix docker-pm2 to accept official PM2 home env var 2017-10-27 11:01:03 +02:00
Danny Guo
513c11a051 Add flag to turn off auto exit with pm2-docker
Because we want auto exit to be on by default for pm2-docker, the
flag needs to be changed to explicitly turn it off.
2017-10-25 19:19:14 +02:00
Florian H-J
12e423855a fix pm2 install http://modules 2017-10-25 15:51:00 +02:00
Daniel Tschinder
1fee1d0783 Allow installing modules from local file destinations
For example `pm2 install file:///home/user/module`
2017-10-25 10:24:28 +02:00
vmarchaud
4f5566ea93
log: dont print if the line is empty #3193 2017-10-25 10:19:56 +02:00
Daniel Tschinder
fb8fbe117a feat(startup): Allow custom service names for startup scripts
Especially when running mutliple instances of pm2 on one machine with
the same user this helps to create multiple startup scripts for each of
the instance.
2017-10-25 10:16:51 +02:00
Alexandre Strzelewicz
35a312227e edit tests 2017-10-19 16:19:47 +02:00
Alexandre Strzelewicz
1846c5c654 edit tests 2017-10-19 16:19:40 +02:00
Alexandre Strzelewicz
f28d2e5072 allow to pm2 install http://modules 2017-10-13 18:15:02 +02:00
Danny Guo
e6c4bdd229 Fix an error message typo 2017-10-10 15:42:02 -04:00
Alexandre Strzelewicz
4d5ca252f5 Merge pull request #3204 from jmeit/master
Given --uid add all its gids automatically
2017-10-10 11:42:23 +02:00
Jared Meit
3300b0c0aa Fixed fn name 2017-10-09 18:27:57 -04:00
Jared Meit
2148758da8 Give the user all of its group's rights
When using the option `--uid <uid>` the process now runs with all of that user's permissions, including its groups.
2017-10-09 18:19:39 -04:00
Alexandre Strzelewicz
8e3facc50b Merge pull request #3200 from dguo/tsx
Associate .tsx files with ts-node
2017-10-07 18:54:53 +02:00
Danny Guo
6237bc9d65 Associate .tsx files with ts-node 2017-10-07 10:04:57 -04:00
Jared Meit
ff6bdd67a4 Allow mixing of args uid and gid
Reversed the order of setting uid and gid. When uid is set first, the process doesn't have permission to set the gid. So they've been swapped.
2017-10-05 18:33:11 -04:00
vmarchaud
9a2a733970 bugfix: try/catch around userInfo to avoid crash #3184 2017-10-03 11:13:24 +02:00
Alexandre Strzelewicz
befdb9c6eb node@0.10/windows support 2017-09-25 14:55:43 +02:00
Alexandre Strzelewicz
f99565dda8 Merge pull request #3156 from cdmcnamara/fix-log-file-dev
Do not ignore log_file when out(err)_file are NULL
2017-09-22 15:08:24 +02:00
Alexandre Strzelewicz
151ba280a8 v8-profiler -> v8-profiler-v2 2017-09-21 16:54:12 +02:00
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
Conner McNamara
73048e670c Do not ignore log_file when out(err)_file are NULL 2017-09-15 13:08:26 -07:00
Unitech
374f88ba0a \#3134 double callback fix 2017-09-14 18:26:22 +02:00
Unitech
43b6000171 reword the startup command helper 2017-09-14 16:41:40 +02:00
Unitech
4f8b8d6803 pm2-docker now auto exit in case of 0 app running 2017-09-14 16:35:21 +02:00
Unitech
d68c3e2fc7 #3150 fix watchdog 2017-09-14 16:05:30 +02:00
Alexandre Strzelewicz
f5ee34c308 fix error handled 2017-09-01 15:33:26 +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
96e6261ecc norm: avoid using 'process' as var name since its a global object 2017-08-23 17:49:41 +02:00
vmarchaud
74dddea1a3 dev-cli: allow to set the interpreter (#3100) 2017-08-21 14:19:54 +02:00
vmarchaud
cc0f0aa809 bugfix: fixes #3096 2017-08-21 14:00:39 +02:00
vmarchaud
11dddfc843 monitor: fix behavior 2017-08-21 13:39:12 +02:00
Alexandre Strzelewicz
bc55d46a1c #3094 pm2 start app.js --container 2017-08-16 02:43:44 +02:00
Alexandre Strzelewicz
7408d0c90c #3085 ignore default commander.js value on restart/reload 2017-08-11 14:24:53 +02:00
Alexandre Strzelewicz
8a4fc0c99a #3046 better error message on permission denied rpc sock 2017-08-03 01:45:40 +02:00
Alexandre Strzelewicz
822bf4d5de #3058 pm2-docker, defaulted to no writen logs 2017-08-02 18:13:39 +02:00
Alexandre Strzelewicz
35c71c6b1f #3037 #3045 broadcast logs on pm2 bus even if disabled via NULL 2017-08-02 18:07:13 +02:00
Unitech
054c4ed56e pm2@2.6.1 2017-07-20 14:24:06 +02:00
Unitech
1960baef52 quickfix dbl check pm2 report + skip test graceful reload for 0.12 2017-07-19 12:23:36 +02:00