commit c9dfd144d11b6371da95469e8fcff7315d1c0c4e
Author: Monty Taylor <mordred@inaugust.com>
Date:   Mon May 21 10:58:35 2012 -0400

    Removed now-unused .cache.bundle references.
    
    Change-Id: I236cc26be12c21743197e93ed304655702cb1ff2

 tox.ini |    4 ----
 1 file changed, 4 deletions(-)

commit bee9ae504270c6cd73663ba1a6f63c32fc66850a
Author: Monty Taylor <mordred@inaugust.com>
Date:   Mon May 21 09:09:13 2012 -0400

    Added setup.cfg for verbose test output.

 setup.cfg |    7 +++++++
 1 file changed, 7 insertions(+)

commit eb775a46ed907cc427303a9ad46e778eeb9c3784
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Mon May 21 12:52:12 2012 +0200

    Add run_tests.sh script here.
    
    - Snatched from python-glanceclient repo.

 .gitignore   |    1 +
 run_tests.sh |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

commit deff7eca1c5f2192eaf1b95aa5d03bab42f99576
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Mon May 21 12:49:21 2012 +0200

    Adding fake_http_connect to test.utils.
    
    - Copy fake_http_connect function from swift repository.

 tests/test_swiftclient.py |    2 +-
 tests/utils.py            |  115 +++++++++++++++++++++++++++++++++++++++++++++
 tools/test-requires       |    1 +
 3 files changed, 117 insertions(+), 1 deletion(-)

commit 09c484d1b02f0d02cbe6db8ad2d8aa7ded5aa234
Merge: a42892c 7df0123
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Wed May 16 15:25:31 2012 -0700

    Merge pull request #1 from emonty/master
    
    Add the bits needed by the project testing interface

commit 7df012329f0b22e19f878cee2602407cb23042ef
Author: Monty Taylor <mordred@inaugust.com>
Date:   Wed May 16 17:30:46 2012 -0400

    Add openstack project infrastructure.

 .gitignore                            |    4 +
 .gitreview                            |    4 +
 AUTHORS                               |   19 ----
 CHANGELOG                             |    4 -
 MANIFEST.in                           |    4 +-
 openstack-common.conf                 |    7 ++
 setup.py                              |   31 ++++--
 swiftclient/openstack/common/setup.py |  183 +++++++++++++++++++++++++++++++++
 tools/pip-requires                    |    1 +
 tools/test-requires                   |    8 ++
 tox.ini                               |   46 +++++++++
 11 files changed, 281 insertions(+), 30 deletions(-)

commit a42892c1f99595f2aafb2c32bb2b4697a7d600de
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Wed May 9 15:50:17 2012 +0100

    Add logging.
    
    - If SWIFTCLIENT_DEBUG env is defined then print the full query with curl.

 swiftclient/client.py |  119 +++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 101 insertions(+), 18 deletions(-)

commit 27c8fee760dcc99624365b858aa3af1e68c75e0a
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 16:30:49 2012 +0100

    Defined version to 1.0

 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b053b5d193f651e6e4a4b18df2ecef077a185712
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 16:30:13 2012 +0100

    Add CHANGELOG LICENSE and MANIFEST.in

 CHANGELOG   |    4 ++
 LICENSE     |  175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 MANIFEST.in |    3 +
 3 files changed, 182 insertions(+)

commit ee965ff4a775634a0566a33f549f13db6559e611
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 16:29:29 2012 +0100

    Delete old test_client and add a gitignore.

 .gitignore           |    3 +
 tests/test_client.py |  520 --------------------------------------------------
 2 files changed, 3 insertions(+), 520 deletions(-)

commit a5a6a8fddbb05949b77fb2e7170314ab55e7b650
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 15:51:15 2012 +0100

    Rename client to swiftclient.

 tests/test_swiftclient.py |  520 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 520 insertions(+)

commit daf3805caef78f3cc11a2d73c638dc9481cf232a
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 15:21:56 2012 +0100

    Fix links.

 README.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cb07a50900dd69f049802698018ae051b918d518
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 15:18:01 2012 +0100

    Import script from swift to run unittests.

 .unittests |    7 +++++++
 1 file changed, 7 insertions(+)

commit 1b6db9eb42cf1f030547221e33ab3bce720e120a
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 15:14:41 2012 +0100

    Add test_client from original swift repository.

 tests/test_client.py |  520 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 520 insertions(+)

commit 7150eb84f56339f25994d93e4b77d4410d68df43
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 15:14:00 2012 +0100

    Add AUTHORS file
    
    - Generated from previous authors in Swift git repository for bin/swift
      swift.common.client and tests.common.test_client.

 AUTHORS |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 4c5ee99f5ba8d28ad0c326b91e7aea692ed856d2
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 14:10:14 2012 +0100

    Make sure we get a header StorageURL with 1.0
    
    - Since RAX auth always come back with 200 we can't check with status code.

 swiftclient/client.py |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 9ee3ee6e6d37328bf5fd5e71b08f7b381e33bc22
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 14:05:21 2012 +0100

    Allow specify the tenant in user.
    
    - This is to allow the -U tenant:user syntax like previously supported
      when not using the os_ arguments.

 bin/swift |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit b55acc34f0df54a48665eb3fbc7d9eb024dd7cb2
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Tue May 8 11:17:04 2012 +0100

    First commit.

 README.rst              |   20 +
 bin/swift               | 1066 +++++++++++++++++++++++++++++++++++++++++++++++
 setup.py                |   44 ++
 swiftclient/__init__.py |    2 +
 swiftclient/client.py   |  950 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 2082 insertions(+)