Ben Firshman
65f3411320
Merge pull request #133 from kvz/contributingdocs
...
Add a contributing page. Refs #123
2014-03-04 11:07:52 +00:00
Kevin van Zonneveld
b92651070f
Add steps for contributing to README
2014-03-04 12:05:38 +01:00
Ben Firshman
5be8a37b7e
Pass through standard remove_container options
2014-03-04 11:00:09 +00:00
Ben Firshman
044c348faf
Add test for fig rm
2014-03-04 11:00:09 +00:00
Ben Firshman
465c7d569c
Improve CLI test names
2014-03-04 11:00:09 +00:00
Ben Firshman
2ca0e7954a
Add --force option to fig rm
2014-03-04 11:00:06 +00:00
Mark Steve Samson
96a92a73f1
Fix KeyError when `-v` is not specified in `fig rm`
2014-03-04 13:13:23 +08:00
Ben Firshman
48e7b4b0a6
Remove Python 3 from Travis
...
Let's not kid ourselves.
2014-03-03 19:21:27 +00:00
Aanand Prasad
8c16961afd
Merge pull request #131 from orchardup/ship-0.3.0
...
Ship 0.3.0
2014-03-03 18:58:00 +00:00
Ben Firshman
6e9983fc6a
Ship 0.3.0
2014-03-03 18:51:03 +00:00
Ben Firshman
bf87f897d7
Merge pull request #130 from orchardup/fix-hanging-recreate
...
Fix hanging recreate
2014-03-03 18:49:36 +00:00
Aanand Prasad
a00ec9d1f8
Fix: image-defined entrypoint not overridden by intermediate container
...
This was causing recreation to hang.
2014-03-03 18:06:06 +00:00
Aanand Prasad
be1ba818e4
Document link aliases
2014-03-03 18:00:27 +00:00
Ben Firshman
b0ac88fd06
Merge pull request #78 from orchardup/document-docker-version
...
Document which versions of Docker Fig supports
2014-03-03 17:02:13 +00:00
Aanand Prasad
a68b4e6dde
Merge pull request #128 from orchardup/better-error-message-when-service-is-not-dict
...
Improve error when service is not a dict
2014-03-03 16:40:59 +00:00
Aanand Prasad
348ba0818f
Reformat comments in YAML reference for readability
2014-03-03 16:23:52 +00:00
Aanand Prasad
f79e0e588e
Reword port warning in YAML reference, remove it from README
2014-03-03 16:22:02 +00:00
Ben Firshman
3e7360c2c6
Improve error when service is not a dict
...
Fixes #127
2014-03-03 16:21:42 +00:00
Aanand Prasad
e6016bd5b4
Merge pull request #104 from Gazler/documentation/port-strings
...
Documentation: Include notes on mapping ports
2014-03-03 16:21:31 +00:00
Ben Firshman
343d3bb556
Remove unsupported Docker 0.7.6 from Travis
2014-03-03 15:43:48 +00:00
Ben Firshman
17b9801ec9
Document what version of Docker is supported
2014-03-03 15:43:10 +00:00
Aanand Prasad
e550451c69
Merge pull request #25 from orchardup/ship-binaries
...
Ship OS X binaries
2014-03-03 15:29:59 +00:00
Ben Firshman
29f7b78deb
Add installation instructions for binaries
2014-03-03 15:20:09 +00:00
Ben Firshman
431ce67f85
Add script to build Linux binary
2014-03-03 15:10:02 +00:00
Ben Firshman
ba66c849b5
Use Python base image and run as normal user
2014-03-03 15:10:02 +00:00
Ben Firshman
9550387e39
Add script to build an OS X binary
2014-03-03 15:09:56 +00:00
Gary Rennie
b06d37f885
Documentation: Include notes on mapping ports
...
When mapping ports as strings there is an issue with the way YAML parses
numbers in the format "xx:yy" where yy is less than 60 - this issue is
now included in the documentation.
This fixes #103
2014-03-03 13:37:15 +00:00
Ben Firshman
bf47aa97b4
Fix tests importing six
2014-03-03 12:25:38 +00:00
Ben Firshman
8e42d6fbb3
Remove six from requirements
...
It was vendorised in 75c430635b
2014-03-03 12:08:38 +00:00
Aanand Prasad
c07e96cf2b
Merge pull request #120 from marksteve/link-name
...
Add custom link names (Closes #72 )
2014-03-03 11:22:57 +00:00
Ben Firshman
c2cd55e010
Merge pull request #113 from orchardup/alternate-fig-file
...
Alternate fig file can be specified with -f
2014-03-03 11:12:09 +00:00
Ben Firshman
fb31b5fff7
Merge pull request #124 from marksteve/delete-volume
...
Provide option to remove volumes in `fig rm`
2014-03-03 10:37:40 +00:00
Mark Steve Samson
41bacae171
Provide option to remove volumes in `fig rm`
2014-03-03 17:55:00 +08:00
Mark Steve Samson
193558a4bc
Add link names test
2014-03-03 08:54:47 +08:00
Mark Steve Samson
e38e866626
Fix links related test
2014-03-02 00:30:33 +08:00
Mark Steve Samson
c709251f21
Add custom link names ( Closes #72 )
2014-03-02 00:17:19 +08:00
Aanand Prasad
9d1383ba26
Alternate fig file can be specified with -f
2014-03-01 11:29:23 +00:00
Aanand Prasad
c66e18c913
Fix Dockerfile reference URL in docs
2014-03-01 11:28:31 +00:00
Ben Firshman
75c430635b
Vendorise six.py
...
Because pyinstaller adds an old version to the path:
http://www.pyinstaller.org/ticket/773
2014-02-28 19:16:32 +00:00
Ben Firshman
b789eca421
Update Orchard description
2014-02-28 19:15:39 +00:00
Ben Firshman
53a5dfe26b
Update Orchard description
2014-02-28 18:56:54 +00:00
Ben Firshman
3ed9e16558
Merge pull request #114 from orchardup/refactor-errors
...
Extract error text into errors.py
2014-02-27 19:16:38 +00:00
Aanand Prasad
ff1496a6a5
Indent string literals
2014-02-26 16:34:45 +00:00
Aanand Prasad
d7c714e1c6
Move "Can't find fig.yml" error into errors.py
2014-02-26 15:44:06 +00:00
Aanand Prasad
d7e2a77907
Refactor connection errors
...
Makes command.py a lot more readable.
2014-02-26 15:31:14 +00:00
Ben Firshman
07fd01ad46
Exit deploy docs script on Fig error
2014-02-24 18:35:06 +00:00
Ben Firshman
496a1d3bfe
Update docker-osx version to 0.8.0
2014-02-24 18:33:38 +00:00
Ben Firshman
0860b7ed73
Merge pull request #111 from teozkr/master
...
Exclude tests from MANIFEST
2014-02-24 11:56:09 +00:00
Teo Klestrup Röijezon
229b59bd6e
remove tests from distribution build
2014-02-23 03:37:31 +01:00
Ben Firshman
05e15e27ef
Use sys.exit instead of global
2014-02-19 22:42:21 +00:00