Ben Firshman
d4000e07a9
Switch order of connection logic so TCP is tried first
2014-01-16 00:58:46 +00:00
Aanand Prasad
b92e998929
'fig logs' shows output for stopped containers
2014-01-14 12:42:30 +00:00
Ben Firshman
d063f0e00c
Add back missing compat module
2014-01-11 14:31:56 +00:00
Aanand Prasad
059d240824
Fix line buffering when there's UTF-8 in a container's output
2014-01-09 16:19:22 +00:00
Aanand Prasad
7a4b69edc0
Remove compat texttable module - breaks on Python 2.7
2014-01-09 15:32:59 +00:00
Aanand Prasad
892677a9d3
Very basic CLI smoke test
...
See #8 .
2014-01-09 15:32:24 +00:00
Christopher Grebs
31f0907732
Add unicode_literals to main module
2014-01-06 17:58:50 +00:00
Christopher Grebs
9bec059cc7
e.explanation a 'str' object
2014-01-06 17:58:50 +00:00
Christopher Grebs
f600fa8bf3
More future imports for safety
2014-01-06 17:58:50 +00:00
Christopher Grebs
c6e91db32f
Add texttable compat module that is py3k compatible
2014-01-06 17:58:50 +00:00
Christopher Grebs
b101118d1e
Add future import for print function
2014-01-06 17:58:50 +00:00
Christopher Grebs
30ea4508c3
Use print function
2014-01-06 17:58:50 +00:00
Christopher Grebs
3c91315426
Fix exception alias syntax
2014-01-06 17:58:49 +00:00
Christopher Grebs
93b9b6fd9f
First version with python3 support.
...
* Moved requirements*.txt files to proper spec definitions in setup.py
* Added a new fig.compat module to store some compatibility code
2014-01-06 17:58:49 +00:00
Tom Stuart
490742b892
Emit a friendly error when fig.yml is missing
...
I keep doing this by accident, so I'd rather not see the stack trace.
2014-01-03 11:59:03 +00:00
Tom Stuart
aaf90639a0
Include service name in log message
2014-01-02 23:28:21 +00:00
Tom Stuart
5ba7040df2
Make logger available in project.py
2014-01-02 23:27:47 +00:00
Ben Firshman
e0a21e3df4
Bump version to 0.0.2
2014-01-02 21:30:28 +00:00
Ben Firshman
36002f95ed
Try connecting to localdocker:4243
...
See https://github.com/noplay/docker-osx/pull/22
2014-01-02 20:51:35 +00:00
Ben Firshman
9b289b6f3b
Stop "fig up" containers gracefully
...
With double ctrl-c force.
2014-01-02 19:18:08 +00:00
Ben Firshman
6d0702e607
Send log output to stderr
2014-01-02 18:31:00 +00:00
Ben Firshman
a39db86651
Add "fig build" command
2014-01-02 15:28:33 +00:00
Ben Firshman
770e78fdce
Make usage alphabetical
2014-01-02 15:00:16 +00:00
Aanand Prasad
c0676e3fa3
Add confirmation prompt to 'fig rm'
2013-12-31 13:42:58 +00:00
Aanand Prasad
d4f3ed1840
Fix 'fig up' behaviour
...
- For each service, creates a container if there are none (stopped OR
started)
- Attaches to all containers (unless -d is passed)
- Starts all containers
- On ^C, kills all containers (unless -d is passed)
2013-12-31 13:02:08 +00:00
Aanand Prasad
9ed6538693
Extract docker URL logic, use it in tests as well
2013-12-31 12:37:17 +00:00
Aanand Prasad
ff65a3e1b0
Check default socket and localhost:4243 for Docker daemon
2013-12-31 12:18:27 +00:00
Aanand Prasad
ebf9bf387c
Remove unused import
2013-12-31 11:51:52 +00:00
Ben Firshman
23d6ae867d
Add description to main help text
2013-12-20 21:34:27 +00:00
Ben Firshman
fb445b3a06
Version 0.0.1
2013-12-20 21:31:00 +00:00
Aanand Prasad
0cafdc9c6c
plum -> fig
2013-12-20 20:28:24 +00:00