205 Commits
Author SHA1 Message Date
David Dollar 348bae0904 Merge branch 'sergiobuj-port_from_env' v0.14.0 2015-01-01 21:20:34 -05:00
Sergio BoteroandDavid Dollar bff4e8f8cf Read port from env
Allow the port to be set on the .env file to avoid using the port flag
every time.
2015-01-01 21:20:18 -05:00
David Dollar 60ea19d34b Merge pull request #46 from nhocki/dotforego_support
Support multiple environment flags
2015-01-01 21:15:56 -05:00
David Dollar d9f236f8ce tweaks 2015-01-01 21:15:04 -05:00
David Dollar 1564f99c74 less technical 2015-01-01 21:13:49 -05:00
David Dollar fa2e713509 typo 2015-01-01 21:13:12 -05:00
David Dollar 8bf57f3823 gobuild.io appears abandoned 2015-01-01 21:12:32 -05:00
David Dollar 1bc05da276 readme 2015-01-01 21:03:26 -05:00
David Dollar 41f53d6dac readme 2015-01-01 21:02:55 -05:00
David Dollar 6a76ea5a8c use gobuild.io 2015-01-01 21:02:16 -05:00
Nicolás Hock Isaza 294ed6c9ec Support multiple environment files on forego run 2014-12-22 19:41:47 -05:00
Nicolás Hock Isaza 656dbf434d Move loading multiple environments to env.go
This way all the env related code is in the same place.
2014-12-22 19:30:02 -05:00
Nicolás Hock Isaza e5004cd349 Support multiple environment flags
This adds support for multiple environment files via multiple `-e`
flags.

Closes #13
2014-12-21 11:28:18 -05:00
David Dollar f6f63c87c3 Merge pull request #33 from subicura/master
fix long stdout line read issue
2014-12-16 09:54:07 -05:00
David Dollar 48f73c202b Merge pull request #42 from sgmac/master
Show run help with no args
2014-11-05 07:12:42 -05:00
Sergio Galvan b49d884dfa Show run help with no args 2014-11-04 21:28:47 -08:00
David Dollar c4e9910997 tweak docs, closes #41 2014-10-14 15:12:32 -04:00
David Dollar de252449be Merge pull request #39 from dickeyxxx/testing
travis support and testing the version command
2014-09-18 19:24:01 +02:00
dickeyxxx fc066ab876 ddollar badge 2014-09-18 10:23:05 -07:00
dickeyxxx 712fe5e505 install cover tool 2014-09-18 10:20:57 -07:00
dickeyxxx 1f5834f032 restore godeps 2014-09-18 10:20:56 -07:00
dickeyxxx 380f17a8ce build forego bin when testing 2014-09-18 10:20:56 -07:00
dickeyxxx e7791b1abb test eg project 2014-09-18 10:20:56 -07:00
dickeyxxx 436520deca install godep on travis 2014-09-18 10:20:55 -07:00
dickeyxxx 4375d794ad added test step to Makefile 2014-09-18 10:20:55 -07:00
dickeyxxx 1394342dd2 test version command 2014-09-18 10:20:55 -07:00
David Dollar 2617b7873b Merge pull request #37 from dickeyxxx/patch-1
added homebrew link
2014-09-18 18:47:09 +02:00
David Dollar 04d56efae5 fix runnability of commands v0.13.1 2014-09-18 12:44:54 -04:00
David Dollar ec1d07333c allow update command to be disabled v0.13.0 2014-09-18 12:40:56 -04:00
David Dollar 57dca4ca12 make Version a variable so it can be set from a build flag 2014-09-18 12:31:01 -04:00
Jeff Dickey 8f24a56c9d added homebrew link 2014-09-18 09:18:03 -07:00
David Dollar 23a87cdb1a Merge pull request #35 from godep-migrator/master
godep: switch to -copy=true
v0.12.0
2014-09-11 12:43:44 +02:00
Keith Rarick 653d7a69d1 godep: include dependency source code
Flag -copy=false in godep will be removed. This commit
switches to using 'godep save' with no flag. We don't
change the version of any dependencies here, just rerun
godep to include source code.

See also the proposal for removing flag -copy at
http://goo.gl/RpYs8e.
2014-09-10 19:04:14 -07:00
David Dollar 90b3a377b0 allow default concurrency v0.11.0 2014-08-12 18:37:34 -04:00
Chungsub Kim 7f2c2ff1b8 add large stdout fixture program 2014-07-09 01:49:54 +09:00
Chungsub Kim e3ec97bf7c fix long stdout read issue 2014-07-08 21:44:02 +09:00
David Dollar 73521422be better error message for concurrency 2014-06-19 18:57:55 -04:00
David Dollar ac64b63ecd Merge pull request #29 from pwaller/protect-start
Check ps.Start() error
2014-06-19 18:55:05 -04:00
Peter Waller fff52bfbba Check ps.Start() error
This doesn't usually happen unless the shell is broken or unavailable.

It's nice though to have a program which shows an error message rather
than quitting silently. The test to see if this is working is to modify
the shell in `unix.go` to something which doesn't exist.
2014-06-02 19:35:13 +01:00
David Dollar 26261f844e Merge pull request #26 from pwaller/fix-len
Fix LongestProcessName
v0.10.0
2014-06-02 11:14:43 -07:00
David Dollar 4039b934de Merge pull request #27 from pwaller/process-refactor
Big process refactor
2014-06-02 11:14:26 -07:00
Peter Waller 37aac8a97e Refactor to use Barrier 2014-05-22 17:42:48 +01:00
Peter Waller 08178d82bd Fix windows build 2014-05-22 07:56:00 +01:00
Peter Waller 2c17c9a489 Add writey fixture program 2014-05-21 22:01:27 +01:00
Peter Waller 8b69d28b66 Eliminate unused functions and type Outlet 2014-05-21 20:53:09 +01:00
Peter Waller 34b39bf589 Fix #16 and race condition on final lines printed
This commit refactors to read whole lines from Stdin/Stdout pipes and
fixes a race condition where the final output of a process may be
missed.
2014-05-21 20:26:56 +01:00
Peter Waller 5636c013d8 Merge branch 'write-refactor' into process-refactor 2014-05-21 19:52:41 +01:00
Peter Waller 78d368d8ae Add error handling to Signal() 2014-05-21 19:49:13 +01:00
Peter Waller 1b47f05224 Eliminate Pid() function 2014-05-21 19:49:13 +01:00
Peter Waller 16953497ba Eliminate unused imports from windows.go 2014-05-21 19:49:13 +01:00