<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/bin/swift, branch 2.0</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Merge "Port to python-requests"</title>
<updated>2014-02-14T00:41:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-02-14T00:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=19d7e1812a99d73785146667ae2f3a7156f06898'/>
<id>19d7e1812a99d73785146667ae2f3a7156f06898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Openstack to OpenStack</title>
<updated>2014-02-13T08:45:38+00:00</updated>
<author>
<name>tanlin</name>
<email>lin.tan@intel.com</email>
</author>
<published>2014-02-13T08:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=c3107cd665a059513192ece566fa74cdc65776f1'/>
<id>c3107cd665a059513192ece566fa74cdc65776f1</id>
<content type='text'>
Change-Id: I091b1d2de41ff59b21ce136738e2f69b759d682b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I091b1d2de41ff59b21ce136738e2f69b759d682b
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to python-requests</title>
<updated>2014-02-12T12:21:26+00:00</updated>
<author>
<name>Tristan Cacqueray</name>
<email>tristan.cacqueray@enovance.com</email>
</author>
<published>2014-01-24T16:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=b182112719ab87942472e44aa3446ea0eb19a289'/>
<id>b182112719ab87942472e44aa3446ea0eb19a289</id>
<content type='text'>
Currently, httplib implementation does not support SSL certificate
verification. This patch fixes this. Note that ssl compression parameter
and 100-continue thing is still missing from requests, though those are
lower priority.

Requests now takes care of:
* proxy configuration (get_environ_proxies),
* chunked encoding (with data generator),
* bulk uploading (with files dictionary),
* SSL certificate verification (with 'insecure' and 'cacert' parameter).

This patch have been tested with requests 1.1.0 (CentOS 6) and requests
2.2.1 (current version).

Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc
Closes-Bug: #1199783
DocImpact
SecurityImpact
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, httplib implementation does not support SSL certificate
verification. This patch fixes this. Note that ssl compression parameter
and 100-continue thing is still missing from requests, though those are
lower priority.

Requests now takes care of:
* proxy configuration (get_environ_proxies),
* chunked encoding (with data generator),
* bulk uploading (with files dictionary),
* SSL certificate verification (with 'insecure' and 'cacert' parameter).

This patch have been tested with requests 1.1.0 (CentOS 6) and requests
2.2.1 (current version).

Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc
Closes-Bug: #1199783
DocImpact
SecurityImpact
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix swiftclient help</title>
<updated>2014-02-07T13:48:51+00:00</updated>
<author>
<name>Christian Schwede</name>
<email>christian.schwede@enovance.com</email>
</author>
<published>2014-02-07T11:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=545ea2e0323b64deb172ed9452790e512366d343'/>
<id>545ea2e0323b64deb172ed9452790e512366d343</id>
<content type='text'>
Command help was wrong in some cases. While we're at it, add some
defaults to help and change some brackets to be consistent with
http://en.wikipedia.org/wiki/Command-line_interface#Command_description_syntax

Change-Id: I5d7b2a703294d97fc5e3de43b9ec375c3ea55a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Command help was wrong in some cases. While we're at it, add some
defaults to help and change some brackets to be consistent with
http://en.wikipedia.org/wiki/Command-line_interface#Command_description_syntax

Change-Id: I5d7b2a703294d97fc5e3de43b9ec375c3ea55a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspellings in python swiftclient</title>
<updated>2014-02-07T05:58:17+00:00</updated>
<author>
<name>Shane Wang</name>
<email>shane.wang@intel.com</email>
</author>
<published>2014-02-07T05:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55'/>
<id>0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55</id>
<content type='text'>
Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: I2fb042b3d9eb59cd404c52c775e5cc870e6157e1
Closes-Bug: #1257295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: I2fb042b3d9eb59cd404c52c775e5cc870e6157e1
Closes-Bug: #1257295
</pre>
</div>
</content>
</entry>
<entry>
<title>Add capabilities option</title>
<updated>2014-01-17T09:26:34+00:00</updated>
<author>
<name>Fabien Boucher</name>
<email>fabien.boucher@enovance.com</email>
</author>
<published>2014-01-13T21:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=533c9c5ba14581ac06b31f82531f9c749d489868'/>
<id>533c9c5ba14581ac06b31f82531f9c749d489868</id>
<content type='text'>
This patch adds a capabilities option on swiftclient.
This option uses the new /info endpoint to request the
remote capabilities and nicely display it.

Change-Id: Ie34b454511d5527e402e66e1fdb72120f427f2fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a capabilities option on swiftclient.
This option uses the new /info endpoint to request the
remote capabilities and nicely display it.

Change-Id: Ie34b454511d5527e402e66e1fdb72120f427f2fd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add --object-name"</title>
<updated>2013-12-25T11:20:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-12-25T11:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3'/>
<id>20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --object-name</title>
<updated>2013-12-24T02:27:17+00:00</updated>
<author>
<name>Taurus Cheung</name>
<email>Taurus.Cheung@harmonicinc.com</email>
</author>
<published>2013-12-13T02:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=26ecec0f6dec1b9fd2c91ffd0f642685b1b155a0'/>
<id>26ecec0f6dec1b9fd2c91ffd0f642685b1b155a0</id>
<content type='text'>
Add parameter --object-name, which:
1) Sets target object name when upload single file
2) Sets object prefix when upload a directory

Change-Id: Idc4357c3355e66d31c100540b901e70db20b03c3
Closes-Bug: 1012979
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add parameter --object-name, which:
1) Sets target object name when upload single file
2) Sets object prefix when upload a directory

Change-Id: Idc4357c3355e66d31c100540b901e70db20b03c3
Closes-Bug: 1012979
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix help of some optional arguments</title>
<updated>2013-12-18T10:12:22+00:00</updated>
<author>
<name>Sahid Orentino Ferdjaoui</name>
<email>sahid.ferdjaoui@cloudwatt.com</email>
</author>
<published>2013-12-18T10:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=222f283b22387b8be55c6d2d1420cb965599de7f'/>
<id>222f283b22387b8be55c6d2d1420cb965599de7f</id>
<content type='text'>
Some positional arguments are optional but the help indicate
they are mendatory and can be confuse for an user.

  swift delete &lt;container&gt; [object]
  swift post &lt;container&gt; [object]

Change-Id: I7be525905b51d3ef160b0f47194e817b5cba0f9b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some positional arguments are optional but the help indicate
they are mendatory and can be confuse for an user.

  swift delete &lt;container&gt; [object]
  swift post &lt;container&gt; [object]

Change-Id: I7be525905b51d3ef160b0f47194e817b5cba0f9b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix download bandwidth for swift command.</title>
<updated>2013-11-28T18:02:54+00:00</updated>
<author>
<name>jola-mirecka</name>
<email>jola.mirecka@hp.com</email>
</author>
<published>2013-09-04T18:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=9b7e24c4499c248995d09ea99b46d1678f7a3afb'/>
<id>9b7e24c4499c248995d09ea99b46d1678f7a3afb</id>
<content type='text'>
We noticed a difference in download bandwidth while using
authentication details and pre-auth information for download.
Download using authentication details included authentication
time into the download bandwidth at each call of the function.
This time should have been excluded from download bandwidth.

This patch set is adding a timer variable to the client library.
That allows to accurately measure and store the time of each action.
Then while printing the download bandwith in the swift command
authentication time is excluded from bandwidth.

Change-Id: I63df9023e169f637f120ae9e25dac9c90a4e75a0
Fixes: bug #1197443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We noticed a difference in download bandwidth while using
authentication details and pre-auth information for download.
Download using authentication details included authentication
time into the download bandwidth at each call of the function.
This time should have been excluded from download bandwidth.

This patch set is adding a timer variable to the client library.
That allows to accurately measure and store the time of each action.
Then while printing the download bandwith in the swift command
authentication time is excluded from bandwidth.

Change-Id: I63df9023e169f637f120ae9e25dac9c90a4e75a0
Fixes: bug #1197443
</pre>
</div>
</content>
</entry>
</feed>
