Aanand Prasad
40fad23e0b
Fix Dockerfile in Rails example
...
was missing libpq-dev
2014-01-27 18:00:47 +00:00
Ben Firshman
6c8472dd67
Make strapline smaller on mobile
2014-01-27 18:00:47 +00:00
Aanand Prasad
a9838e9116
Update environment variable names in reference
...
Scheme was changed in 3e7e6e7656
2014-01-27 18:00:47 +00:00
Aanand Prasad
01d0e49a1c
New website
2014-01-27 18:00:47 +00:00
Aanand Prasad
ddc721ec8a
Merge pull request #55 from orchardup/ship-0.1.4
...
Ship 0.1.4
2014-01-27 09:57:46 -08:00
Ben Firshman
5035a10cbe
Ship 0.1.4
2014-01-27 17:57:02 +00:00
Aanand Prasad
fae387168f
Merge pull request #54 from orchardup/add-link-alias-without-project-name
...
Add link alias without project name
2014-01-27 09:43:22 -08:00
Ben Firshman
5d71c33cd7
Only install unittest2 on Python 2.6
2014-01-27 16:20:45 +00:00
Ben Firshman
9a5a021f91
Rewrite introduction
2014-01-27 16:08:00 +00:00
Ben Firshman
3e7e6e7656
Add link alias without project name
...
REDIS_1_PORT_6379_TCP_ADDR instead of
FIGTEST_REDIS_1_PORT_6379_TCP_ADDR.
Ref #37
2014-01-27 15:32:16 +00:00
Ben Firshman
1bab14213d
Update docker-py
...
From 0a9512d008
2014-01-27 15:29:31 +00:00
Aanand Prasad
db396b81ef
Just deploy the _site directory to gh-pages
2014-01-27 12:26:42 +00:00
Aanand Prasad
f60621ee1b
Move docs to master branch
...
- build with script/build-docs
- deploy with script/deploy-docs
2014-01-27 11:51:15 +00:00
Ben Firshman
7c9c55785d
Move mock to dev requirements
2014-01-27 10:00:36 +00:00
Ben Firshman
8f8b0bbd16
Revert "Remove Travis badge"
...
This reverts commit ac90e0e939
.
2014-01-26 21:29:59 +00:00
Ben Firshman
ddf6819a75
Only pull ubuntu:latest in tests
...
Might stop Travis running out of disk space.
2014-01-26 20:37:40 +00:00
Ben Firshman
ee49e7055b
Pull ubuntu image for CLI tests
2014-01-26 20:29:05 +00:00
Ben Firshman
ac90e0e939
Remove Travis badge
...
Travis is running out of disk space.
2014-01-26 19:54:00 +00:00
Ben Firshman
ea93c01dfb
Remove intermediate containers in recreate test
2014-01-26 19:48:10 +00:00
Ben Firshman
cf18a3141f
Remove images created by tests
2014-01-26 19:37:35 +00:00
Aanand Prasad
2ebec04811
Hide build/PyPi badges on homepage
2014-01-23 12:19:27 +00:00
Aanand Prasad
b43b007b92
Merge pull request #50 from orchardup/ship-0.1.3
...
Bump version to 0.1.3
2014-01-23 04:02:44 -08:00
Ben Firshman
33aada05a4
Bump version to 0.1.3
2014-01-23 11:58:48 +00:00
Ben Firshman
0bdd8637db
Merge pull request #47 from orchardup/fix-split-buffer
...
Fig bug in split_buffer where input was being discarded
2014-01-22 10:05:43 -08:00
Aanand Prasad
e8472be6d5
Fig bug in split_buffer where input was being discarded
...
Also, write some tests for it.
2014-01-22 17:44:04 +00:00
Ben Firshman
84667636a2
Merge pull request #46 from orchardup/fix-port-syntax
...
Fix port syntax
2014-01-22 09:13:54 -08:00
Aanand Prasad
df9f66d437
Allow ports to be specified in '1234/tcp' format
2014-01-22 17:01:10 +00:00
Aanand Prasad
ae67d55bf2
Fix bug where too many '/tcp' suffixes were added to port config
2014-01-22 16:52:42 +00:00
Ben Firshman
18525554ed
Add license to setup.py
2014-01-22 14:15:17 +00:00
Ben Firshman
64513e8d6f
Verbose nosetests
2014-01-22 14:00:24 +00:00
Ben Firshman
deb7f3c5b6
Bump to version 0.1.2
2014-01-22 13:37:37 +00:00
Ben Firshman
48eb5e5c82
Merge pull request #40 from orchardup/fix-35
...
Make sure attach() is called as soon as LogPrinter is initialized
2014-01-22 05:14:05 -08:00
Aanand Prasad
65071aafb0
Make sure attach() is called as soon as LogPrinter is initialized
...
Fixes #35 .
2014-01-22 13:12:51 +00:00
Ben Firshman
4ee87a7029
Merge pull request #39 from orchardup/fix-cursor-lag
...
Fix lag when using cursor keys in an interactive 'fig run'
2014-01-20 16:12:29 -08:00
Aanand Prasad
977ec7c941
Remove unused import
2014-01-20 19:25:28 +00:00
Aanand Prasad
40d04a076c
Fix lag when using cursor keys in an interactive 'fig run'
2014-01-20 19:23:50 +00:00
Ben Firshman
4646ac85b0
Add PyPi badge
2014-01-20 18:41:04 +00:00
Ben Firshman
8773bad99a
Merge pull request #34 from orchardup/better-tty-handling-for-fig-run
...
Add option to disable pseudo-tty on fig run
2014-01-20 10:19:13 -08:00
Aanand Prasad
084db337a0
Update docker-py
...
Brought in changes from https://github.com/dotcloud/docker-py/pull/145
2014-01-20 18:09:25 +00:00
Aanand Prasad
f47f075f02
Merge pull request #36 from orchardup/use-container-create-for-recreating-containers
...
Use Container.create to recreate containers
2014-01-20 09:59:02 -08:00
Ben Firshman
7abc4fbf3a
Improve ps CLI test
2014-01-20 16:50:41 +00:00
Ben Firshman
855a9c623c
Remove containers after running CLI tests
2014-01-20 16:47:58 +00:00
Ben Firshman
7e2d86c510
Use Container.create to recreate containers
...
self.create_container might do unexpected things.
2014-01-20 16:10:54 +00:00
Aanand Prasad
405079f744
Use raw socket in 'fig run', simplify _attach_to_container
2014-01-20 15:52:07 +00:00
Ben Firshman
fc1bbb45b1
Add option to disable pseudo-tty on fig run
...
Also disable tty if stdin is not a tty.
2014-01-19 20:33:06 +00:00
Ben Firshman
24a6d1d836
Forcibly kill Docker when Travis ends
...
May fix tests timing out.
2014-01-19 20:11:53 +00:00
Ben Firshman
f3d273864d
Add comments to script/travis
2014-01-19 20:11:53 +00:00
Ben Firshman
ce8ef7afe7
Merge pull request #33 from cameronmaske/recreate_containers
...
Patch for #32
2014-01-19 12:11:05 -08:00
Cameron Maske
62bba1684b
Updated recreate_containers to attempt to base intermediate container's the previous container's image.
...
Added in additional functionality to reset any entrypoints for the intermediate container and pull/retry handling if the image does not exist.
Updated test coverage to check if an container is recreated with an entrypoint it is handled correctly.
2014-01-19 18:40:21 +00:00
Ben Firshman
07f3c78369
Update docker-py
...
From 4bc5d27e51
2014-01-19 16:50:08 +00:00