David Dollar
d9d1346640
foreman doesn't work on ruby 1.8, may try to fix later
2012-06-11 10:31:07 -04:00
David Dollar
0df1a4d784
use bash
2012-06-10 23:12:44 -04:00
David Dollar
51a704939e
massive refactoring for programmatic control and stability
2012-06-10 22:58:09 -04:00
David Dollar
f41cc552c7
Merge pull request #164 from hsume2/master
...
Add support for running procfile in tmux session
2012-06-07 22:29:36 -07:00
Henry Hsu
065bbf1cd8
Only run tmux specs if tmux is installed
2012-06-07 22:14:47 -07:00
Henry Hsu
b628ddc608
Do not assume BUNDLE_GEMFILE
2012-06-07 22:12:52 -07:00
Henry Hsu
f745b16217
Add support for starting procfile in tmux session
2012-06-07 22:12:52 -07:00
David Dollar
a87a882e60
0.47.0
v0.47.0
2012-06-07 22:49:51 -04:00
David Dollar
6ba9252d0f
Merge pull request #165 from elf-pavlik/master
...
list of ports to other languages added to README
2012-06-07 19:45:11 -07:00
David Dollar
efd9e2119b
Merge pull request #173 from Viximo/feature/escape-env
...
Quote and escape environment variables in upstart templates
2012-06-07 19:43:20 -07:00
David Dollar
bf9bdbf118
Merge pull request #194 from maxpow4h/master
...
Added launchd to exporters
2012-06-07 19:41:23 -07:00
David Dollar
929a138e54
Merge pull request #195 from aneeth/patch-1
...
Updated data/export/bluepill/master.pill.erb
2012-06-07 19:41:09 -07:00
David Dollar
d6514b4f33
Merge pull request #201 from sos4nt/patch-1
...
Terminate gracefully upon SIGHUP
2012-06-07 19:40:38 -07:00
David Dollar
8696a36833
Merge pull request #208 from dbrock/master
...
Fix multi-word argument handling in `foreman run`.
2012-06-06 07:48:44 -07:00
Daniel Brockman
3ea5de42aa
Fix multi-word argument handling in foreman run.
2012-06-06 15:36:59 +02:00
David Dollar
4a13122082
Merge pull request #199 from atog/master
...
set port from .env if specified
2012-05-16 15:06:56 -07:00
Koen Van der Auwera
9b2987c3f0
make 'PORT=5000 foreman start' work
2012-05-16 23:59:09 +02:00
Stefan Schüßler
6274f99225
Terminate gracefully upon SIGHUP
...
Tmux sends SIGHUP when a session is killed which can result in orphaned processes. Adding a SIGHUP handler terminates the processes as expected.
2012-05-14 13:04:46 +03:00
Koen Van der Auwera
0b0324fed9
set port from .env if specified
2012-05-11 14:17:03 +02:00
Aneeth
32db70b778
Updated data/export/bluepill/master.pill.erb to read in the environment variables from the foreman .env file and reflect it in the pill file
2012-05-04 15:53:16 +08:00
Maxwell Swadling
3db1ad6fbc
Added launchd exporter
2012-05-04 15:21:16 +10:00
David Dollar
003b466a17
Merge pull request #193 from pat2man/patch-1
...
Add stop_grace_time to bluepill config
2012-05-03 12:16:23 -07:00
Patrick Tescher
2a896a0fb5
Add stop_grace_time to bluepill config. Fixes this error message:
...
Config Error: Stop_grace_time should be greater than the sum of stop_signals delays!
Changed bluepill spec example files to include stop_grace_time
2012-05-03 12:11:24 -07:00
David Dollar
6a8c81a38b
Revert "Merge pull request #192 from pat2man/patch-1"
...
This reverts commit a83dab363e , reversing
changes made to e0fe5baf1b .
2012-05-03 14:53:31 -04:00
David Dollar
a83dab363e
Merge pull request #192 from pat2man/patch-1
...
Add stop_grace_time to bluepill config
2012-05-03 11:52:02 -07:00
Patrick Tescher
53e0f4ecf9
Add stop_grace_time to bluepill config. Fixes this error message:
...
Config Error: Stop_grace_time should be greater than the sum of stop_signals delays!
2012-05-03 11:50:29 -07:00
David Dollar
e0fe5baf1b
update docs
2012-05-02 13:21:02 -04:00
David Dollar
1aa1f15b8f
update changelog
2012-05-02 13:20:54 -04:00
David Dollar
fa46a605bb
0.46.0
v0.46.0
2012-05-02 13:19:11 -04:00
David Dollar
3077857ab7
Merge pull request #191 from ged/profile_load_write_append
...
Add Procfile load/write/append API
2012-05-02 10:03:31 -07:00
David Dollar
08aa8f9d5d
Merge pull request #190 from ged/remove_obsolete_spec
...
Remove spec obsoleted by 91a8704
2012-05-02 10:01:30 -07:00
Michael Granger
771489dec9
Remove spec obsoleted by 91a8704
2012-05-02 09:37:32 -07:00
Michael Granger
053ae8f0be
Add Profile load/write/append API
2012-05-02 09:30:57 -07:00
David Dollar
af58af1c60
Merge pull request #187 from bkaney/master
...
Guard against missing Procfile in engine.rb
2012-04-29 21:00:58 -07:00
David Dollar
9075d93370
update docs
2012-04-26 17:50:03 -04:00
David Dollar
0c2e9df722
changelog
2012-04-26 17:50:00 -04:00
David Dollar
047f1ff5c4
0.45.0
v0.45.0
2012-04-26 17:49:35 -04:00
David Dollar
26b54a62c5
Merge pull request #188 from technomancy/upstart-log-dir
...
Create and chown log dir in upstart export.
2012-04-24 17:50:42 -07:00
Phil Hagelberg
7b85ad7c1a
Create and chown log dir in upstart export.
2012-04-24 17:24:53 -07:00
Brian Kaney
91a87049db
Guard against missing Procfile in engine.rb
...
Should be able to 'foreman run <task>' without a Procfile. This seems true to the orig. intent as the cli does not directly check with 'run' (as it does for 'start').
2012-04-24 15:51:14 -04:00
David Dollar
f46408e8be
remove parka from dist files
2012-04-23 16:00:27 -04:00
David Dollar
93f04e42ac
update docs
2012-04-23 15:57:06 -04:00
David Dollar
97c4582acc
changelog
2012-04-23 15:57:00 -04:00
David Dollar
5689d75a87
0.44.0
v0.44.0
2012-04-23 15:55:56 -04:00
David Dollar
1325b6750e
make var output order repeatable
2012-04-23 15:53:59 -04:00
David Dollar
638005403f
clean up file/directory interaction, add some tests
2012-04-23 15:50:23 -04:00
David Dollar
55f274532f
Merge pull request #183 from technomancy/app_root
...
Look for .env and app_root in the same dir as the Procfile.
2012-04-23 12:20:10 -07:00
Phil Hagelberg
66f76c2036
Look for .env and app_root in the same dir as the Procfile.
2012-04-20 20:59:37 -07:00
David Dollar
865cabb525
update docs
2012-04-20 19:33:14 -04:00
David Dollar
7c3c4bc58f
add more options to the start docs
2012-04-20 19:33:11 -04:00