20 Commits
Author SHA1 Message Date
David Dollar c19b25f6e5 Fix up release process (#82)
* remove godeps

* remove dist for now

* add colortext

* godeps

* vendor

* remove unneeded fixture

* fix vendor

* switch to circle

* dont run example during tests

* no circle.yml

* circle release

* fix equinox download

* equinox release

* fix shell

* fix shell

* fix shell

* fix shell

* release from circle-release to test

* release from circle-release

* release from circle-release

* download key

* remove update for now

* back to var for key

* and back to url

* clean up makefile

* date versions

* badge

* only master branch releases
2016-04-13 14:29:46 -07:00
Nicolas GrillyandDavid Dollar 9bc72ddb1f Use Go 1.6 vendoring (#80) 2016-04-13 13:04:45 -07:00
Chungsub Kim abbc8f80c4 fix #51 2015-02-17 12:02:51 +09:00
Nicolás Hock Isaza 76b295e7f5 Read PORT from the environment
Read the `PORT` from the system environment if it's present. This is
related to #44 and will make the port read order this:

1. `-p` flag.
2. `PORT` in the `.env` file
3. `PORT` environment variable
4. 5000 as default port
2015-01-02 16:53:13 -05:00
David Dollar a57f863d8d vendor deps 2015-01-01 21:30:55 -05:00
Chungsub Kim e3ec97bf7c fix long stdout read issue 2014-07-08 21:44:02 +09: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 826329f426 Move mutex onto OutletFactory
It's bad form for the mutex to live in the global namespace when it
doesn't need to.
2014-05-21 07:54:07 +01:00
Peter Waller 4c61bb7cb7 Refactor colored writing into WriteLine() function
This serves two purposes. It protects with a Mutex where it was missing
before, and makes it so that there is only one place to change code for
the line writing, which will be a later pull request.
2014-05-21 07:51:22 +01:00
David Dollar 3c354f14f3 refactor and cleanup 2013-08-29 14:57:35 -04:00
David Dollar 54caff7826 cleanup 2013-08-27 17:16:03 -04:00
David Dollar f32684375a go fmt 2013-08-27 16:51:24 -04:00
David Dollar f85df22d56 fix name padding 2013-08-26 21:58:16 -04:00
David Dollar 0957f3d650 make consistent on forego 2013-08-26 21:53:04 -04:00
David Dollar e7fbf118bb tweak colors 2013-08-26 21:50:29 -04:00
David Dollar a3132999c8 work with singleton processes 2013-08-26 16:50:21 -04:00
David Dollar 27c6d66580 signal management, system messages 2013-08-25 16:53:21 -07:00
David Dollar e524d0e200 wip 2013-08-25 16:11:16 -07:00
David Dollar 87886cdb6e updates 2013-08-24 11:11:28 -07:00