Raphael Randschau
dbda63263b
fix supervisord export for environments containing commas
2012-04-20 09:11:25 +02:00
David Dollar
93cdc31be0
update docs
2012-04-18 13:04:45 -04:00
David Dollar
4dfbe46690
update changelog
2012-04-18 13:03:58 -04:00
David Dollar
0033f9caeb
0.42.0
v0.42.0
2012-04-18 13:02:51 -04:00
David Dollar
74839800a9
Merge pull request #181 from technomancy/master
...
Public read_environment
2012-04-18 10:01:38 -07:00
Phil Hagelberg
b75337e21e
Move read_environment to a public class method.
2012-04-18 09:56:17 -07:00
David Dollar
d94f941189
update gemfile.lock
2012-04-18 12:49:33 -04:00
David Dollar
0b34f067cb
Revert "Merge pull request #176 from rtyler/feature/156-foreman-stop-command"
...
Rewriting using a better Process API
This reverts commit dbe51832b0 , reversing
changes made to 69216b4c5e .
2012-04-18 12:48:51 -04:00
David Dollar
dbe51832b0
Merge pull request #176 from rtyler/feature/156-foreman-stop-command
...
Adding #stop method to Foreman::Engine
2012-04-11 10:29:54 -07:00
R. Tyler Croy
3a2a53be95
Remove ALL_PROCESSES and default the name arguments to #start/#stop to nil
2012-04-11 10:25:58 -07:00
R. Tyler Croy
b2bf95479e
Refactor #stop to reference ALL_PROCESSES for a bit clearer readability
2012-04-10 20:35:59 -07:00
R. Tyler Croy
48f764e347
Refactor #spawn_processes into #start(name)
...
When passed nil (aka ALL_PROCESSES) #start will start all processes in the
Procfile as per existing behavior
2012-04-10 20:35:59 -07:00
R. Tyler Croy
de62d0655e
Re-name the main Foreman::Engine method to #run to avoid a name collision with #start(name)
2012-04-10 20:35:59 -07:00
R. Tyler Croy
38aecff886
When executing #stop(nil), all processes should be sent the signal
2012-04-10 20:35:58 -07:00
R. Tyler Croy
e4a3215257
Re-implement #terminate_gracefully with #stop(name)
2012-04-10 20:19:23 -07:00
R. Tyler Croy
c705b5fbef
Add #stop method on Foreman::Engine for stopping certain named processes
...
This will make embedding foreman "nicer" since the embedder can then stop
a specific process (e.g. turning off a service for an integration fail-over test)
2012-04-10 20:10:51 -07:00
David Dollar
69216b4c5e
Merge pull request #171 from technomancy/0.41.0-deparkaed
...
Drop parka dependency to make things easier on the build slaves.
2012-03-26 15:05:35 -07:00
Phil Hagelberg
5d2930745a
Drop parka dependency to make things easier on the build slaves.
2012-03-26 15:01:04 -07:00
David Dollar
8fc3d1ef24
Merge pull request #161 from leahpar/master
...
Supervisord Support (Update & Bugfix)
2012-03-16 18:47:15 -07:00
David Dollar
d33e4fb0ed
update changelog
2012-03-16 16:36:16 -04:00
David Dollar
39b48b566f
0.41.0
v0.41.0
2012-03-16 16:34:32 -04:00
David Dollar
2f982ff9c7
replace term-ansicolor with built-in colorization
2012-03-16 16:34:14 -04:00
Raphael Randschau
1217ef1b56
fix typo
2012-03-05 15:51:10 +01:00
Raphael Randschau
c9943d70ec
add group support for supervisord
2012-03-05 15:48:40 +01:00
Raphael Randschau
08dca57eb4
fix enviroment export
2012-02-25 17:24:27 +01:00
David Dollar
bb3377407a
Merge pull request #160 from leahpar/master
...
supervisord support
2012-02-24 11:49:55 -08:00
Raphael Randschau
084b9493d1
revert bundle update
2012-02-24 20:31:07 +01:00
Raphael Randschau
279a251c78
fix whitespaces
2012-02-24 20:29:16 +01:00
Raphael Randschau
a49ef286e8
all specs are passing
2012-02-24 20:18:38 +01:00
Raphael Randschau
0b3da59947
passing first export
2012-02-24 19:52:18 +01:00
David Dollar
1f725dd68a
let github show authors
2012-02-24 11:34:34 -05:00
David Dollar
2272f76479
authors
2012-02-24 11:33:33 -05:00
David Dollar
cf4762071c
changelog
2012-02-24 11:33:18 -05:00
David Dollar
d86b0bed1f
0.40.0
v0.40.0
2012-02-24 11:32:00 -05:00
David Dollar
12f825204b
support various quoting styles in .env
2012-02-24 11:31:21 -05:00
David Dollar
62c9d1db45
remove load_env! as it's made unnecessary by foreman run
2012-02-24 11:31:21 -05:00
Raphael Randschau
1127551369
rename supervisord base template to app
...
add supervisord stub
2012-02-23 17:24:08 +01:00
Raphael Randschau
8cb58b8517
require supervisord export
2012-02-23 17:11:19 +01:00
Raphael Randschau
d03e931b67
add supervisord export engine
2012-02-23 17:10:57 +01:00
Raphael Randschau
9ba2b32b36
add supervisord base template
2012-02-23 17:02:59 +01:00
David Dollar
cf5689a77a
Merge pull request #155 from rtyler/bug/152-check-exception-no-procfile
...
Provide a useful error if `foreman check` fails to find a Procfile
2012-02-21 17:40:20 -08:00
R. Tyler Croy
c23dbb79af
Provide a useful error if foreman check fails to find a Procfile
...
Fixes #152
2012-02-21 17:27:15 -08:00
David Dollar
7e55d8d3e2
update docs
2012-02-21 11:58:57 -05:00
David Dollar
d4f23d45a4
add run to docs
2012-02-21 11:58:52 -05:00
David Dollar
93fa1645e7
update docs
2012-02-21 11:50:11 -05:00
David Dollar
7bdada4a10
update docs
2012-02-21 11:49:57 -05:00
David Dollar
2b47d24ab7
Travis doesn't support cext. Revert "try java again"
...
This reverts commit 24695348fb .
2012-02-09 19:16:14 -05:00
David Dollar
24695348fb
try java again
2012-02-09 19:12:11 -05:00
David Dollar
38b6482af5
changelog
2012-02-07 11:19:12 -05:00
David Dollar
501bc138c5
authors
v0.39.0
2012-02-07 11:18:06 -05:00