3326 Commits

Author SHA1 Message Date
vmarchaud
2237f023f5 (serve) compatibility with node 0.12 2017-01-29 00:52:48 +01:00
vmarchaud
323edad96c (tests) add test for pm2 serve 2017-01-28 22:02:04 +01:00
vmarchaud
1c57dcc6c2 (feature) pm2 serve #2670 2017-01-28 22:00:56 +01:00
Antoine Bluchet
4a9a103ab2 Merge pull request #2669 from soyuka/development
fix #2617 only load startup file with launchctl
2017-01-28 21:04:30 +01:00
soyuka
6b0558dc46 fix #2617 only load startup file with launchctl 2017-01-28 21:02:31 +01:00
Unitech
26472fb004 pm2@2.3.1-next 2017-01-28 17:32:39 +01:00
Unitech
c611bb4df2 (pm2-docker) --delay option 2017-01-28 17:32:04 +01:00
Unitech
439c6e93e2 (pm2-dev) make start optionnal 2017-01-28 01:21:34 +01:00
vmarchaud
6f5ddaf7ae (enchancement) appendEnvToName -> snake_case + tests 2017-01-24 17:37:35 +01:00
vmarchaud
a7e231583e (containers) add variable env to set process title #2656 2017-01-24 11:29:10 +01:00
vmarchaud
967e2a8eff (dir struct) only mkdir if dir doesnt exist + try/catch #2642 2017-01-24 00:06:38 +01:00
vmarchaud
8f9c5b4cd9 (changelog) add 2.3.1 change 2017-01-23 11:35:39 +01:00
vmarchaud
f2ed3791d3 Merge pull request #2650 from jaibatrik/feature/env_instances
add an option to append env name to app name (allow launching the same app in different environment)
2017-01-23 11:33:00 +01:00
Unitech
3794c7b18a (agent) drop ping test method 2017-01-23 10:10:35 +01:00
Dutta, Jaibatrik
e66914a9b4 Change property name from envSpecificInstance to appendEnvToName 2017-01-23 02:06:02 +05:30
Unitech
af3d115edc (agent) allow self signed certificated 2017-01-22 21:27:56 +01:00
Dutta, Jaibatrik
2d0e156414 Handle empty check for environment 2017-01-23 01:16:46 +05:30
Dutta, Jaibatrik
09232ffdef Allow starting processes for each environment 2017-01-23 00:28:53 +05:30
Unitech
7f30ba7915 pm2@2.3.0 2017-01-22 15:28:02 +01:00
Unitech
bfacdbf768 (npmignore) ignore extra files 2017-01-19 22:40:47 +01:00
Unitech
38c79f57e3 pm2@2.3.0-beta1 2017-01-19 22:37:20 +01:00
Unitech
a85dc22d74 (travis) drop 0.10 tests 2017-01-19 22:30:54 +01:00
Unitech
568670f38e (bithound) add configuration file - linting => semistandard 2017-01-19 22:12:35 +01:00
Unitech
05ee8e9cbd (drone) remove drone configuration file 2017-01-19 22:03:51 +01:00
Unitech
502abd4cd9 (treekill) #2646 reindent + check if ps.stdout 2017-01-19 22:02:58 +01:00
Unitech
e232bae394 (trace) test to check trace status 2017-01-19 21:59:38 +01:00
Unitech
1896524435 (CLI) --disable-trace 2017-01-17 15:25:43 +01:00
Unitech
932f03672f Merge branch 'development' of github.com:Unitech/pm2 into development 2017-01-17 14:31:00 +01:00
Unitech
3b1156efc5 (agent) bind only when linked + unlink agent pid 2017-01-17 14:30:50 +01:00
vmarchaud
2682be4b94 Merge branch 'development' of github.com:Unitech/pm2 into development 2017-01-17 14:18:40 +01:00
vmarchaud
28dd085666 (aggregator) add check to avoid invalid data 2017-01-17 14:18:32 +01:00
Unitech
d86d852a09 Merge branch 'development' of github.com:Unitech/pm2 into development 2017-01-16 16:23:07 +01:00
Unitech
eea1d09d39 (pmx)@master 2017-01-16 16:05:04 +01:00
vmarchaud
f4d86942a7 (deps) use https to download optional dependencies 2017-01-16 15:06:23 +01:00
Unitech
3fb35d6893 (JSON config) alias script to exec 2017-01-16 14:04:32 +01:00
Unitech
c8da3ac148 (JSON config) alias script to exec 2017-01-16 13:39:02 +01:00
vmarchaud
ef4e9a88f8 (changelog) update 2017-01-13 15:39:15 +01:00
vmarchaud
48cffd5b56 Merge pull request #2625 from s1061123/development
Support openrc (gentoo linux).
2017-01-13 10:27:30 +01:00
vmarchaud
7d799dc80b (logs) add option to only print logs (--nostream) #2620 2017-01-12 18:14:54 +01:00
vmarchaud
334ced4a7f (typo) remove msg for unstartup on gentoos 2017-01-12 17:23:36 +01:00
vmarchaud
7939d2ec24 (fix) allow 'none' script #2611 2017-01-12 15:17:13 +01:00
vmarchaud
c3b1814775 (aggregator) delete endTime from span + add starting slash in route name 2017-01-12 14:09:08 +01:00
Tomofumi Hayashi
b8fedecc3a merge 2017-01-12 20:51:08 +09:00
Tomofumi Hayashi
7ab7b0f107 Support openrc (gentoo linux). 2017-01-12 20:48:58 +09:00
Tomofumi Hayashi
b40becc652 Support openrc (gentoo linux). 2017-01-12 13:19:28 +09:00
Unitech
e122c037d9 (CLI) skip when json 2017-01-12 01:34:56 +01:00
Unitech
95dac3653f (CLI) remove immutability of CLI parameters on restart 2017-01-12 01:18:38 +01:00
Unitech
5cdb5ce88b pm2@beta@2.3.0 2017-01-11 21:37:12 +01:00
Unitech
a8fe5de635 (cli/god) force http + rename pmx_trace to trace 2017-01-11 21:10:01 +01:00
Unitech
a376106e2d (CLI) change utf8 icon by chronometer 2017-01-11 19:54:48 +01:00