summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use dockerpty instead for pseudo-tty behaviour.Chris Corbyn2014-06-25
* Merge pull request #268 from orchardup/update-docker-py-0.3.2Aanand Prasad2014-06-25
|\
| * Update to docker-py 0.3.2Ben Firshman2014-06-25
* | Merge pull request #246 from d11wtq/feature/auto_startBen Firshman2014-06-24
|\ \ | |/ |/|
| * Remove auto_start option from fig.yml.Chris Corbyn2014-06-21
| * Rename '--only' => '--no-deps'Chris Corbyn2014-06-21
| * Merge remote-tracking branch 'upstream/master' into feature/auto_startChris Corbyn2014-06-12
| |\
| * | Rename --no-links to --onlyd11wtq2014-06-11
| * | Add missing fixture fileChris Corbyn2014-06-11
| * | Rename --keep-old to --no-recreated11wtq2014-06-09
| * | Document --keep-old flag in CLI referenced11wtq2014-06-09
| * | Document 'auto_start' in fig.ymld11wtq2014-06-09
| * | Move keep_old check up into Projectd11wtq2014-06-09
| * | Remove unused: from __future__ import unicode_literals.d11wtq2014-06-09
| * | Write integration tests for `--keep-old` in the CLId11wtq2014-06-09
| * | Write integration tests on new `fig run` linking behaviourd11wtq2014-06-09
| * | Re-add missing import for patchd11wtq2014-06-09
| * | Write tests for --no-links changes to `fig up`d11wtq2014-06-09
| * | Add integration tests for Project.up() w/ start_links and keep_oldd11wtq2014-06-09
| * | Add integration tests for Service.recreate_containers() with keep_oldd11wtq2014-06-09
| * | Add unit tests for include_links in get_services()d11wtq2014-06-09
| * | Rename _prepend_with_links() -> _inject_links()d11wtq2014-06-09
| * | Remove obsolete method _get_linked_service_names()d11wtq2014-06-09
| * | Spike: Re-use existing containers for `fig run`d11wtq2014-06-09
| * | Fix issue with infinite recursion when service_names is emptyd11wtq2014-06-09
| * | Update doc string to reflect new behaviour.d11wtq2014-06-09
| * | Fix bug with duplicate service entries in `fig up`d11wtq2014-06-09
| * | Spike: Implement --no-links for `fig up`d11wtq2014-06-09
| * | Spike: Start linked containers on `fig run` by defaultd11wtq2014-06-09
| * | Remove FIXME, as there's nothing to fix :)d11wtq2014-06-09
| * | Update cli integration test for 'auto_start' behaviourd11wtq2014-06-09
| * | Add unit tests for Project.get_services()d11wtq2014-06-09
| * | Write integration test for 'auto_start' behaviourd11wtq2014-06-09
| * | Move 'auto_start' option default to Service and add unit testsd11wtq2014-06-09
| * | Spike: Add --up option to `fig run`d11wtq2014-06-09
| * | Spike: Add 'auto_start' option to fig.ymld11wtq2014-06-09
* | | Merge pull request #209 from orchardup/better-invalid-service-name-errorBen Firshman2014-06-20
|\ \ \
| * | | Better error message when service names are invalidAanand Prasad2014-06-20
* | | | Merge pull request #258 from j0hnsmith/support_net_paramBen Firshman2014-06-19
|\ \ \ \
| * | | | add net param supportj0hnsmith2014-06-19
|/ / / /
* | | | Merge pull request #257 from orchardup/use-ubuntu-image-to-build-docsAanand Prasad2014-06-18
|\ \ \ \ | |/ / / |/| | |
| * | | Use ubuntu:13.10 image to build docsBen Firshman2014-06-18
|/ / /
* | | Merge pull request #256 from orchardup/ship-0.4.2Aanand Prasad2014-06-18
|\ \ \
| * | | Ship 0.4.2Ben Firshman2014-06-18
|/ / /
* | | Merge pull request #255 from orchardup/fix-unicodeBen Firshman2014-06-18
|\ \ \
| * | | Do not encode chunk, just write as is.Tobias Bradtke2014-06-18
| * | | Pass byte strings straight through LogPrinterAanand Prasad2014-06-18
| * | | Firm up tests for split_bufferAanand Prasad2014-06-18
| * | | Encode all progress stream output as UTF-8Aanand Prasad2014-06-18
| * | | Pass script/test arguments through to nosetestsAanand Prasad2014-06-18