1146 Commits

Author SHA1 Message Date
jshkurti
5faefd2ac8 new flag: --no-pmx 2015-08-05 19:15:25 +02:00
jshkurti
5c0b57826b added tests for file descriptors 2015-08-05 17:43:16 +02:00
jshkurti
e478b07131 Merge branch 'development' of github.com:Unitech/PM2 into development 2015-08-04 18:28:26 +02:00
jshkurti
c6353eaee8 now sends SIGKILL if the process cant be killed with SIGINT 2015-08-04 18:28:13 +02:00
Unitech
8dc66c4b07 Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-08-04 17:02:48 +02:00
Unitech
e44aa064e2 fix options passing for scoped actions - remove useless code 2015-08-04 17:02:39 +02:00
jshkurti
12261c6b4a feature: --restart-delay flag 2015-08-04 15:24:47 +02:00
jshkurti
581dc73804 Merge branch 'master' into development 2015-08-03 18:54:53 +02:00
Unitech
32850ce845 return null after module launching 2015-08-03 16:48:25 +02:00
Unitech
ba1969ada8 fix blinking custom probes issue 2015-08-03 16:30:18 +02:00
Dominique Rau
b7c2a56e8c Change default exec mode to fork in prepareConf
Should behave the same as cli (cli should probably use common.prepareConf instead of verifying the conf manually).
2015-08-03 16:21:31 +02:00
Unitech
9b5ece9b47 Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-08-03 15:54:23 +02:00
Unitech
d50c90fc9d Documentation + fix module init 2015-08-03 15:54:21 +02:00
jshkurti
1df38b6117 now daemon uses process.execPath instead of raw node 2015-07-31 12:30:58 +02:00
Joni Shkurti
0e0fc949ef Merge pull request #1464 from bragma/fix-1460-pm2-folder-ownership
Fix for startup creating .pm2 folder owned by root in user folder
2015-07-29 16:59:04 +02:00
Joni Shkurti
401befd5e4 Merge pull request #1463 from bragma/fix-1459-systemd-as-user
Fix for startup systemd not working when user is not root
2015-07-29 16:58:34 +02:00
Joni Shkurti
cf229ec1be Merge pull request #1482 from Unitech/fix-watch-issues
Fix some watch issues
2015-07-29 16:57:49 +02:00
Joni Shkurti
f14e2623b4 Merge pull request #1483 from Unitech/logrotate
fix #1415 add logrotate command
2015-07-29 16:56:49 +02:00
Antoine Bluchet
4416f3c1bd One logrotate file per user (one user = one pm2 home directory) 2015-07-29 16:12:45 +02:00
Antoine Bluchet
3cbcfda474 Merge branch 'development' into logrotate 2015-07-29 16:06:59 +02:00
Antoine Bluchet
4c7189e42a fix #1379 ignore_watch is empty 2015-07-29 16:04:11 +02:00
jshkurti
c49f44c5da deepUpdate : feature finished 2015-07-29 15:47:58 +02:00
jshkurti
90cb457493 hotfix 2015-07-29 15:36:08 +02:00
jshkurti
fa51ebaf0f using shelljs instead 2015-07-29 15:31:41 +02:00
jshkurti
f1aa428a9f added deepUpdate feature 2015-07-29 14:29:43 +02:00
Unitech
04cca9ddfe pm2 password flag 2015-07-29 01:22:31 +02:00
Unitech
c2643a0f4b Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-07-29 01:22:16 +02:00
jshkurti
ec8b03e78e fix #1468 2015-07-27 17:12:58 +02:00
Unitech
4d5cffeb46 fix name when throwing an error 2015-07-27 14:47:44 +02:00
Bragma
b209baf8a3 Fix for startup creating .pm2 folder owned by root in user folder 2015-07-24 15:52:37 +00:00
Bragma
11534ff5f3 Fix for startup systemd not working when user is not root 2015-07-24 15:42:20 +00:00
Unitech
ada6a51cf3 switch from binary to utf8 data encoding - add allowed remote methods 2015-07-24 17:39:43 +02:00
Unitech
b80072379e scoped action - password encryption 2015-07-22 17:50:30 +02:00
Unitech
08156e4235 Fix return cb 2015-07-22 17:08:55 +02:00
Unitech
b288c89782 set timeout log feature [ci skip] 2015-07-22 16:26:01 +02:00
Unitech
54baf12e9c restore cb call - update CHANGELOG.md 2015-07-22 15:28:14 +02:00
Unitech
1094c59a4d push scoped action for pm2 2015-07-22 15:19:52 +02:00
Antoine Bluchet
130de49439 fix #1450 2015-07-21 11:19:13 +02:00
Antoine Bluchet
79abf8e8f0 Merge remote-tracking branch 'origin/master' into development 2015-07-21 09:28:09 +02:00
jasin
edfc848388 Update pm2-freebsd.sh
Sorry, I missed this change.

Changed to reflect %PM2_PATH%
2015-07-20 14:34:14 -04:00
jasin
de465d7886 Update CLI.js
Updated CLI.Startup to include FreeBSD Startup script
2015-07-20 13:53:32 -04:00
jasin
b6145879c7 Update and rename pm2.freebsd to pm2-freebsd.sh
added %USER%
2015-07-20 13:48:42 -04:00
soyuka
7f894a2593 fix #1415 add logrotate command 2015-07-20 10:43:57 +02:00
jasin
fb241cff35 Create pm2.freebsd
RC.script file for FreeBSD. This needs to go in /etc/rc.d/ and then you need to edit /etc/rc.conf and add these two lines

pm2_enable="yes"
pm2_user="" <-- user that you want pm2 to be ran as, default root user
2015-07-19 16:21:55 -04:00
Dimitri Jorge
59f19cd440 Try to fix #1380, disable automatic garbage collection 2015-07-16 16:14:52 +02:00
Unitech
397bc7146c refactor files a bit 2015-07-14 19:17:46 +02:00
Unitech
d70465f3e4 PM2 reverse interaction done 2015-07-14 19:11:47 +02:00
Unitech
10ff6729e0 add getSync method to get config variables (+tests) + starting implementation of password checking 2015-07-12 21:31:18 +02:00
Unitech
8bbb1602bd PM2 scoped actions (+tests) + Password encryption methods(+tests) + Unset works(+tests) for config sys 2015-07-12 21:07:08 +02:00
jshkurti
6a01a9f96a trying to fix #1422 2015-07-08 15:57:55 +02:00