commit c82773d3d155ad3df586f2e87d97ed441b385a89
Author: Samuel Merritt <spam@andcheese.org>
Date:   Fri Jun 15 12:18:08 2012 -0700

    Fix pep8 errors w/pep8==1.3.
    
    Also lock down the version of pep8 in
    tools/test-requires. python-swiftclient had a passing test suite
    yesterday, but today a new and stricter version of pep8 came out, and
    the test suite started to fail. Specifying a particular version of
    pep8 will prevent that.
    
    Change-Id: I9092d2225c01b99158229918c86b185cdac9d362

 swiftclient/client.py |  116 +++++++++++++++++++++++++++----------------------
 tools/test-requires   |    2 +-
 2 files changed, 66 insertions(+), 52 deletions(-)

commit 12519ce0266875e6644399a25156c1b8691248ef
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Mon Jun 11 14:50:21 2012 -0700

    Add build_sphinx options.
    
    To better facilitate the building and publishing of sphinx
    documentation by Jenkins we are moving all openstack projects with
    sphinx documentation to a common doc tree structure. Documentation
    goes in project/doc/source and build results go in project/doc/build.
    
    Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24

 .gitignore         |    1 +
 MANIFEST.in        |    1 +
 doc/Makefile       |   90 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/source/conf.py |    9 +++++-
 setup.cfg          |    8 +++++
 5 files changed, 108 insertions(+), 1 deletion(-)

commit dec11f6ec913e6874668c67e5643b81e0014f723
Author: Chmouel Boudjnah <chmouel@chmouel.com>
Date:   Wed May 23 15:14:47 2012 +0200

    Add doc and version in swiftclient.__init__.py
    
    - Add parseable version in swiftclient.__init.py
    - Generate rst doc like done for swift.
    
    Change-Id: I408fbc36693772d2ef6f4823757dd1f4c830193f

 doc/source/conf.py         |  197 ++++++++++++++++++++++++++++++++++++++++++++
 doc/source/index.rst       |   32 +++++++
 doc/source/swiftclient.rst |   17 ++++
 setup.py                   |    3 +-
 swiftclient/__init__.py    |    8 ++
 5 files changed, 256 insertions(+), 1 deletion(-)

commit b13823ef1847131399d69789738e0fe2aaac1ac6
Author: Dan Prince <dprince@redhat.com>
Date:   Wed Jun 6 18:38:08 2012 +0200

    Raise ClientException for invalid auth version.
    
    - Fixes LP Bug #1008667.
    - Fix a pep8 error along the way to pass jenkins.
    - Update openstack.swift.common to get jenkins passing for 1.2 pep8
      error.
    
    Change-Id: I4ce86a94e1c799807a2ad8e7e1c502b1eb8a51c7

 swiftclient/client.py                 |    5 ++++-
 swiftclient/openstack/common/setup.py |   25 +++++++++++++++++++++----
 tests/test_swiftclient.py             |    6 ++++++
 3 files changed, 31 insertions(+), 5 deletions(-)

commit 7bbb5c72cad5148c0b0231f659aa9220e1987ea0
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue May 22 08:29:09 2012 -0400

    Version bump after pypi release.
    
    Change-Id: Ic8a6d5de110165dbf2be106e35326288a3ecc928

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

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(+)