1203 Commits

Author SHA1 Message Date
Unitech
400f6d7f99 smarter split 2015-09-26 20:02:00 +02:00
Unitech
5ffd6ff4d8 expose multiset function - tests 2015-09-26 19:42:37 +02:00
Unitech
850e123c9b pm2 multiset 2015-09-26 14:08:44 +02:00
Unitech
55112cbdbd fix Monit stuff 2015-09-23 16:12:17 +02:00
Unitech
784d90199f remove colors dependency - use chalk in pm2 monit 2015-09-23 16:03:46 +02:00
Unitech
1b6d05c552 remove pm2 iprobe feature - remove blessed dependency 2015-09-23 15:42:01 +02:00
Unitech
66536fd423 #1639 2015-09-23 15:36:54 +02:00
Unitech
52ab4138d4 beta to stable 2015-09-23 13:47:22 +02:00
Unitech
a50fbf15ba edits 2015-09-23 13:40:07 +02:00
Unitech
a5085b4cc4 keymetrics presentation 2015-09-21 18:18:00 +02:00
Unitech
c4aecc829c wrap process.kill into try catch 2015-09-18 17:50:50 +02:00
Unitech
13f716c159 omit what is inside double quotes for configuration system 2015-09-18 17:31:50 +02:00
Unitech
402a43d3d8 Merge branch 'patch-install' into development 2015-09-17 18:52:48 +02:00
Unitech
ea550422e2 Merge branch 'CatTail-master' into development 2015-09-17 18:50:30 +02:00
zhongchiyu
f77cd89bcc Fix typo 2015-09-16 14:12:18 +08:00
alavit-d
96786e8c44 syntax changed 2015-09-11 17:02:23 +02:00
alavit-d
635d1121eb node_version notation changed 2015-09-11 16:09:36 +02:00
Unitech
6e3bf4d38b add module test 2015-09-11 14:20:50 +02:00
Alexandre Strzelewicz
af1b215079 Merge pull request #1586 from soyuka/watchrefactor
Watch refactor
2015-09-11 14:09:49 +02:00
Unitech
be083637b2 new env 2015-09-09 11:57:04 +02:00
Unitech
a86c19d1cd Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-09-09 11:52:04 +02:00
Unitech
e056d3d811 pm2 restart app.json --env production 2015-09-09 11:51:50 +02:00
Antoine Bluchet
70e7765209 stopProcessId was not accepting an object
Removed bash tests from pm2_behavior_tests.sh
2015-09-09 10:13:18 +02:00
Antoine Bluchet
738783c5d6 Merge branch 'ChALkeR-patch-1' into development 2015-09-09 09:35:59 +02:00
Antoine Bluchet
945669cace Merge branch 'patch-1' of https://github.com/ChALkeR/PM2 into ChALkeR-patch-1 2015-09-09 09:35:43 +02:00
Antoine Bluchet
2e743a9a7d Merge remote-tracking branch 'upstream/development' into watchrefactor 2015-09-07 15:16:08 +02:00
Antoine Bluchet
df62d2ceca Fix install specific version
Like: `pm2 install module@2.1.0-beta`
Remove `force` option from rm, not needed and dangerous
2015-09-06 02:30:34 +02:00
Antoine Bluchet
506c7146e4 Watch refactor: improve tests, paths resolving
- move tests from bash to js
- removed `pm2_env`.watch path resolving in favor of chokidar `cwd`
  option ([see here](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md#chokidar-100-7-april-2015)) (fix #1577)
- if watch is a boolean, path is set to process cwd (`pm2_env.pm_cwd`) (keep #1578 coverage)
2015-09-03 23:43:13 +02:00
Unitech
cd75e2cc67 Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-09-03 16:08:50 +02:00
Unitech
4e7ab91f63 runInThisContext to allow usage of process.env 2015-09-03 16:08:45 +02:00
Antoine Bluchet
f6847bae3b fix #1578 use pm_cwd instead of env.PWD
env.PWD will not be defined on windows
2015-09-03 11:04:59 +02:00
Unitech
c29965f329 fix tests because of pmx injecting more data - pm2 module:generate [app_name] 2015-09-01 16:58:53 +02:00
Unitech
1ed62b0c7b do not split both . and : in configuration 2015-09-01 14:15:33 +02:00
Unitech
1fc741e5b5 merge configuration environment for any kind of applications 2015-09-01 12:04:36 +02:00
Unitech
d1514139f6 module:cmd prefixes - add pm2 module:generate to generate a sample module 2015-08-29 19:52:58 +02:00
Unitech
b4f191cc7c add pm2 module:update cmd + alias 2015-08-29 18:52:06 +02:00
Unitech
9f68d652f8 when doing a pm2 publish, also publish on VCS 2015-08-29 18:42:22 +02:00
Unitech
b3be98ce4d when doing a pm2 publish, also publish on VCS 2015-08-29 18:42:09 +02:00
Unitech
3b667d411d pmx beta test - add sample module 2015-08-29 17:57:29 +02:00
Joni Shkurti
556062a512 Merge pull request #1560 from rtheunissen/cli_typo
Fix typo: reseting -> resetting in CLI
2015-08-28 02:36:51 +02:00
Rudi Theunissen
17f9c59752 Fix typo: reseting -> resetting 2015-08-28 11:42:03 +12:00
jshkurti
2e747f7e21 fix #1217 2015-08-27 17:37:33 +02:00
jshkurti
419f6c8194 fix #1551 2015-08-24 16:10:50 +02:00
Сковорода Никита Андреевич
35bf7546c5 Require util instead of deprecated sys module. 2015-08-17 11:11:19 +03:00
jshkurti
bc30bda25a Merge branch 'development' of github.com:Unitech/PM2 into development 2015-08-13 19:28:56 +02:00
jshkurti
04c72a7583 fix #1524 2015-08-13 19:28:45 +02:00
Unitech
b660925b03 pm2 deploy now check default file ecosystem.js[on|on5], package.json 2015-08-13 15:31:06 +02:00
Unitech
f88431d3ca allow calling of deepUpdate command 2015-08-12 12:16:29 +02:00
Unitech
5ace3d85a3 syntax fix 2015-08-11 16:28:48 +02:00
Unitech
f916f41ec6 remove io-js dependency - add execution of executable in PATH 2015-08-10 16:19:41 +02:00