Commit Graph

  • c06456da37 Merge pull request #13 from orchardup/recreate-containers Ben Firshman 2014-01-16 04:57:48 -0800
  • 7b31fdf6f6 Clarify that volumes are preserved when recreating containers Aanand Prasad 2014-01-16 12:41:18 +0000
  • e38b403b14 Update README for new 'fig up' behaviour Aanand Prasad 2014-01-16 12:06:50 +0000
  • ee0c4bf690 Fix test regression Aanand Prasad 2014-01-16 11:56:02 +0000
  • 8c583d1bb2 Quieter log output when recreating Aanand Prasad 2014-01-15 18:06:49 +0000
  • ea4753c49a Use an anonymous intermediate container so that when recreating containers, suffixes always start from 1 Aanand Prasad 2014-01-15 17:06:16 +0000
  • 3956d85a8c Refactor recreate_containers() in preparation for smart name-preserving logic Aanand Prasad 2014-01-15 16:15:46 +0000
  • 8a0071d9c1 Reduce stop() timeout when recreating containers Aanand Prasad 2014-01-15 15:51:39 +0000
  • 5db6c9f51b Rework 'fig up' to use recreate_containers() Aanand Prasad 2014-01-15 13:25:40 +0000
  • f5f9357736 Remove project.create_containers(), revamp project.recreate_containers() Aanand Prasad 2014-01-15 13:17:39 +0000
  • bdc6b47e1f service.recreate_containers() no longer removes the old containers Aanand Prasad 2014-01-15 13:06:25 +0000
  • 3669236aa1 Support volumes in config with an unspecified host path Aanand Prasad 2014-01-15 12:43:40 +0000
  • 207e83ac2f Be sure to test that recreate_containers updates config Aanand Prasad 2014-01-15 12:22:55 +0000
  • 3c5e334d9d Add recreate_containers method to service Ben Firshman 2014-01-03 11:18:59 +0000
  • a8e275a432 Implement UserError __unicode__ method Aanand Prasad 2014-01-15 12:01:17 +0000
  • 887a30e327 Clarify when 'fig stop' is necessary in README Aanand Prasad 2014-01-16 12:07:18 +0000
  • 7a1fb3a8d2 Fix ordering of port mapping Ben Firshman 2014-01-16 01:54:05 +0000
  • d4000e07a9 Switch order of connection logic so TCP is tried first Ben Firshman 2014-01-16 00:58:46 +0000
  • a3d024e11d Larger gif in README Aanand Prasad 2014-01-14 19:19:15 +0000
  • b92e998929 'fig logs' shows output for stopped containers Aanand Prasad 2014-01-14 12:39:13 +0000
  • f448a841c5 New docker-osx installation instructions Ben Firshman 2014-01-12 16:58:50 +0000
  • c9c844c279 Print commands travis scripts are running Ben Firshman 2014-01-11 14:53:07 +0000
  • 342f187318 Put python egg cache in a writeable dir Ben Firshman 2014-01-11 14:52:37 +0000
  • d063f0e00c Add back missing compat module Ben Firshman 2014-01-11 14:31:56 +0000
  • 0614e2c590 Use Docker 0.7.5 on Travis Ben Firshman 2014-01-11 14:31:47 +0000
  • 431b3dc2b2 Move Travis badge out of heading Ben Firshman 2014-01-11 14:17:00 +0000
  • 544cd884ee Use Docker 0.7.4 on Travis Ben Firshman 2014-01-11 14:14:02 +0000
  • c6efb45585 Exit travis-install script on error Ben Firshman 2014-01-11 14:13:38 +0000
  • 38008a87e8 Gif. Aanand Prasad 2014-01-10 20:42:00 +0000
  • 059d240824 Fix line buffering when there's UTF-8 in a container's output Aanand Prasad 2014-01-09 16:19:22 +0000
  • 7a4b69edc0 Remove compat texttable module - breaks on Python 2.7 Aanand Prasad 2014-01-09 15:32:06 +0000
  • 8cab05feb4 Failing (on 2.7, at least) smoke test for 'fig ps' Aanand Prasad 2014-01-09 15:31:37 +0000
  • 892677a9d3 Very basic CLI smoke test Aanand Prasad 2014-01-09 15:30:36 +0000
  • 00a1835fae Allow Python 3 to fail Ben Firshman 2014-01-06 17:34:08 +0000
  • 7888027425 Put requirements back in .txt files Ben Firshman 2014-01-06 15:09:56 +0000
  • 0760ea1b00 Add Python 3 and PyPy to .travis.yml Ben Firshman 2014-01-06 13:06:00 +0000
  • 31f0907732 Add unicode_literals to main module Christopher Grebs 2014-01-05 19:52:56 -0800
  • 9bec059cc7 e.explanation a 'str' object Christopher Grebs 2014-01-05 19:32:06 -0800
  • f600fa8bf3 More future imports for safety Christopher Grebs 2014-01-05 19:15:09 -0800
  • c6e91db32f Add texttable compat module that is py3k compatible Christopher Grebs 2014-01-05 19:13:41 -0800
  • b101118d1e Add future import for print function Christopher Grebs 2014-01-05 19:07:44 -0800
  • 30ea4508c3 Use print function Christopher Grebs 2014-01-05 19:07:21 -0800
  • 3c91315426 Fix exception alias syntax Christopher Grebs 2014-01-05 19:06:12 -0800
  • bf8875d930 Added tox file Christopher Grebs 2014-01-05 18:53:26 -0800
  • 93b9b6fd9f First version with python3 support. Christopher Grebs 2014-01-05 18:26:32 -0800
  • f96a1a0b35 Fix Python 2.6 Ben Firshman 2014-01-06 11:22:46 +0000
  • 84a15d2b0a Merge a68f240456 into 8de07ccf65 Christopher Grebs 2014-01-06 09:15:49 -0800
  • a68f240456 Merge branch 'master' of github.com:orchardup/fig into feature/py3k Christopher Grebs 2014-01-06 09:15:33 -0800
  • 8de07ccf65 Add Travis badge Ben Firshman 2014-01-06 11:34:44 +0000
  • ff9fa5661d Fix Python 2.6 Ben Firshman 2014-01-06 11:22:46 +0000
  • 17b9cc430c Add Travis CI Ben Firshman 2014-01-06 10:12:37 +0000
  • 3f4caa5502 Add unicode_literals to main module Christopher Grebs 2014-01-05 19:52:56 -0800
  • d65b8b830e e.explanation a 'str' object Christopher Grebs 2014-01-05 19:32:06 -0800
  • d43edd38ba More future imports for safety Christopher Grebs 2014-01-05 19:15:09 -0800
  • 9b63afd450 Add texttable compat module that is py3k compatible Christopher Grebs 2014-01-05 19:13:41 -0800
  • b4a83a44a4 Add future import for print function Christopher Grebs 2014-01-05 19:07:44 -0800
  • 15d3d3c8db Use print function Christopher Grebs 2014-01-05 19:07:21 -0800
  • 111759873e Fix exception alias syntax Christopher Grebs 2014-01-05 19:06:12 -0800
  • 14195da854 Added tox file Christopher Grebs 2014-01-05 18:53:26 -0800
  • 55a2e55d30 More compatibility for python26-33 Christopher Grebs 2014-01-05 18:53:18 -0800
  • ff18c7f6a6 First version with python3 support. Christopher Grebs 2014-01-05 18:26:32 -0800
  • d8a2a0f003 Merge pull request #4 from tomstuart/be-friendlier-about-missing-fig-yml Ben Firshman 2014-01-03 04:11:26 -0800
  • 490742b892 Emit a friendly error when fig.yml is missing Tom Stuart 2014-01-03 11:58:49 +0000
  • 3fa80cd974 Add note about fig rm/build dance Ben Firshman 2014-01-02 23:47:04 +0000
  • 9ede185d4b Merge pull request #3 from tomstuart/fix-fig-build-logging Ben Firshman 2014-01-02 15:37:10 -0800
  • aaf90639a0 Include service name in log message Tom Stuart 2014-01-02 23:28:18 +0000
  • 5ba7040df2 Make logger available in project.py Tom Stuart 2014-01-02 23:27:47 +0000
  • 3d411ed0bb Remove monospace font from command headings Ben Firshman 2014-01-02 23:05:58 +0000
  • dd1f8934ad Fix markdown formatting Ben Firshman 2014-01-02 22:48:51 +0000
  • febcbcddb9 Revert "Update tag line" Ben Firshman 2014-01-02 22:36:04 +0000
  • 88c74d67f6 Update tag line Ben Firshman 2014-01-02 22:31:14 +0000
  • 0fb915e57e Add commands section to readme Ben Firshman 2014-01-02 22:20:54 +0000
  • e0a21e3df4 Bump version to 0.0.2 0.0.2 Ben Firshman 2014-01-02 21:30:28 +0000
  • 45b7bd4361 Readme tweaks Ben Firshman 2014-01-02 21:23:47 +0000
  • 36002f95ed Try connecting to localdocker:4243 Ben Firshman 2014-01-02 20:51:35 +0000
  • 0a92cbfa4d Fix readme formatting Ben Firshman 2014-01-02 20:11:59 +0000
  • 5b1fd64708 Add getting started guide to readme Ben Firshman 2014-01-02 20:04:14 +0000
  • 9b289b6f3b Stop "fig up" containers gracefully Ben Firshman 2014-01-02 19:18:08 +0000
  • 6d0702e607 Send log output to stderr Ben Firshman 2014-01-02 18:30:47 +0000
  • 38478ea504 Full fig.yml and environment variable reference Aanand Prasad 2014-01-02 17:00:49 +0000
  • a39db86651 Add "fig build" command Ben Firshman 2014-01-02 15:28:33 +0000
  • 853d8ad280 Namespace tests inside a project Ben Firshman 2014-01-02 15:27:51 +0000
  • 17c6ae067a Rewrite readme intro Ben Firshman 2014-01-02 14:55:48 +0000
  • 770e78fdce Make usage alphabetical Ben Firshman 2013-12-31 17:05:20 +0000
  • e5065bed16 Expand the intro a bit Aanand Prasad 2013-12-31 16:31:40 +0000
  • c0676e3fa3 Add confirmation prompt to 'fig rm' Aanand Prasad 2013-12-31 13:42:58 +0000
  • d4f3ed1840 Fix 'fig up' behaviour Aanand Prasad 2013-12-31 13:02:08 +0000
  • 9ed6538693 Extract docker URL logic, use it in tests as well Aanand Prasad 2013-12-31 12:37:17 +0000
  • ff65a3e1b0 Check default socket and localhost:4243 for Docker daemon Aanand Prasad 2013-12-31 12:18:27 +0000
  • ebf9bf387c Remove unused import Aanand Prasad 2013-12-31 11:51:52 +0000
  • fdc1e0f2e1 Missing article in README Aanand Prasad 2013-12-30 18:57:50 +0000
  • f3eff9a389 Add _site to .gitignore (it's generated by Jekyll in the gh-pages branch) Aanand Prasad 2013-12-30 18:57:27 +0000
  • 2857631e90 Add change log Ben Firshman 2013-12-20 21:37:55 +0000
  • 89cd7d8db0 Remove long description Ben Firshman 2013-12-20 21:36:06 +0000
  • 8998bd1adc Make setup.py actually work for release 0.0.1 Ben Firshman 2013-12-20 21:35:00 +0000
  • 23d6ae867d Add description to main help text Ben Firshman 2013-12-20 21:34:27 +0000
  • 7b925b8eac Add some helpful scripts Ben Firshman 2013-12-20 21:32:41 +0000
  • fb445b3a06 Version 0.0.1 Ben Firshman 2013-12-20 21:31:00 +0000
  • dd920890f3 Read requirements in setup.py Ben Firshman 2013-12-20 21:25:19 +0000
  • 5cc4b59dc0 Switch to stable docker-py Ben Firshman 2013-12-20 21:25:06 +0000