<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/openstack/common/middleware, branch shared-key-msg</title>
<subtitle>OpenStack's oslo-incubator patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/'/>
<entry>
<title>middleware: code cleanup</title>
<updated>2013-08-08T13:40:57+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-08-08T13:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=2b5de7b473c4a6a0c7ef6ebb5bade0e56534ff60'/>
<id>2b5de7b473c4a6a0c7ef6ebb5bade0e56534ff60</id>
<content type='text'>
The removed code doesn't serve anything.

Change-Id: I04b0cf7abc465de0115345018d2157da67f6985c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The removed code doesn't serve anything.

Change-Id: I04b0cf7abc465de0115345018d2157da67f6985c
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable H302 hacking check</title>
<updated>2013-07-10T07:12:25+00:00</updated>
<author>
<name>Ann Kamyshnikova</name>
<email>akamyshnikova@mirantis.com</email>
</author>
<published>2013-06-25T13:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=1a2df89c05d33495d7e057dcdf0714d05beb1fc8'/>
<id>1a2df89c05d33495d7e057dcdf0714d05beb1fc8</id>
<content type='text'>
This change requires hacking &gt;0.5.5

Change-Id: Ic36fa0502548335d433f3fbe663854523dd04397
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change requires hacking &gt;0.5.5

Change-Id: Ic36fa0502548335d433f3fbe663854523dd04397
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable hacking H404 test.</title>
<updated>2013-06-11T14:28:29+00:00</updated>
<author>
<name>Dina Belova</name>
<email>dbelova@mirantis.com</email>
</author>
<published>2013-06-03T13:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=7119e29cb535426c587eaf2cfc2cfcd11a422df0'/>
<id>7119e29cb535426c587eaf2cfc2cfcd11a422df0</id>
<content type='text'>
H404 - multi line docstring should start with a summary.

Change-Id: I2099e1ee81ff9657f7a07401b8e8f3327d03bdbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H404 - multi line docstring should start with a summary.

Change-Id: I2099e1ee81ff9657f7a07401b8e8f3327d03bdbd
</pre>
</div>
</content>
</entry>
<entry>
<title>Move wsgi module to deprecated package</title>
<updated>2013-06-07T16:42:52+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug.hellmann@dreamhost.com</email>
</author>
<published>2013-05-29T23:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=39c17cb13e005894c66daadc7317ff3d57fe2fd7'/>
<id>39c17cb13e005894c66daadc7317ff3d57fe2fd7</id>
<content type='text'>
As we are planning to deprecate the wsgi module, move it
out of the main openstack/common folder to the new
"deprecated" folder.

Move some of the middleware classes into the middleware
package, since those are still useful and should be
maintained.

There's still work to do to remove the dependency of the
size limit middleware on the Request class in the now
deprecated wsgi module.

Refer to the mailing list thread at
http://lists.openstack.org/pipermail/openstack-dev/2013-May/009666.html
for additional details.

Change-Id: I05ff583ef37174835393905a3066390f400ffdcf
Signed-off-by: Doug Hellmann &lt;doug.hellmann@dreamhost.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we are planning to deprecate the wsgi module, move it
out of the main openstack/common folder to the new
"deprecated" folder.

Move some of the middleware classes into the middleware
package, since those are still useful and should be
maintained.

There's still work to do to remove the dependency of the
size limit middleware on the Request class in the now
deprecated wsgi module.

Refer to the mailing list thread at
http://lists.openstack.org/pipermail/openstack-dev/2013-May/009666.html
for additional details.

Change-Id: I05ff583ef37174835393905a3066390f400ffdcf
Signed-off-by: Doug Hellmann &lt;doug.hellmann@dreamhost.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Middleware for correlation_id</title>
<updated>2013-05-15T10:20:19+00:00</updated>
<author>
<name>Aditi Raveesh</name>
<email>aditirav@thoughtworks.com</email>
</author>
<published>2013-05-14T10:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=dfb4e68e005e68a2e272f92c62fc8455712f293a'/>
<id>dfb4e68e005e68a2e272f92c62fc8455712f293a</id>
<content type='text'>
The middleware generates the 'correlation_id' if it is not already present
in the request header. This 'correlation_id' can be used to enable more
effective debugging of requests that span multiple services.

Implements: blueprint create-a-unified-correlation-id

Change-Id: Ibc06a5b05b628e0b640e9299c79127ecbf9c684e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The middleware generates the 'correlation_id' if it is not already present
in the request header. This 'correlation_id' can be used to enable more
effective debugging of requests that span multiple services.

Implements: blueprint create-a-unified-correlation-id

Change-Id: Ibc06a5b05b628e0b640e9299c79127ecbf9c684e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add middleware to limit size of HTTP requests.</title>
<updated>2013-04-23T14:11:11+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2013-04-22T18:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=caf469831ca60401f430ff3fde2dca4079b971c8'/>
<id>caf469831ca60401f430ff3fde2dca4079b971c8</id>
<content type='text'>
Adds a new RequestBodySizeLimiter middleware to guard against
really large HTTP requests. The default max request size is 112k
although this limit is configurable via the 'max_request_body_size'
config parameter.

Change-Id: I76248feed5c77f678b8a43f364d4f1e0794ab910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new RequestBodySizeLimiter middleware to guard against
really large HTTP requests. The default max request size is 112k
although this limit is configurable via the 'max_request_body_size'
config parameter.

Change-Id: I76248feed5c77f678b8a43f364d4f1e0794ab910
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Copyright Headers - Rename LLC to Foundation</title>
<updated>2013-03-11T18:49:31+00:00</updated>
<author>
<name>Davanum Srinivas</name>
<email>dims@linux.vnet.ibm.com</email>
</author>
<published>2013-03-11T18:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=547ab34a40f0463a42c7d137e8dcb038a29ba6b5'/>
<id>547ab34a40f0463a42c7d137e8dcb038a29ba6b5</id>
<content type='text'>
One code change, rest are in headers

Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One code change, rest are in headers

Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1
</pre>
</div>
</content>
</entry>
<entry>
<title>Change behavior in utils.import_object().</title>
<updated>2012-04-11T06:30:14+00:00</updated>
<author>
<name>Russell Bryant</name>
<email>rbryant@redhat.com</email>
</author>
<published>2012-04-03T21:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=4acd7829ab0857356594dce3b841f4d785cf2aa1'/>
<id>4acd7829ab0857356594dce3b841f4d785cf2aa1</id>
<content type='text'>
Fix bug 972859.

Prior to this patch, utils.import_object(foo) and
utils.import_class(foo) would return the same thing if foo was the path
to a class.  This patch changes utils.import_object() to return an
instance of the class, instead, also allowing you to pass in arguments
to the constructor.

This patch also removes the odd behavior of import_object() to be able
to also import a module.  Instead, a new function import_module() has
been added.

Finally, the three import helpers have been moved to a new module,
importutils.

Change-Id: Ia2ea64c965692f8c3a29adec332dd93a83980070
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug 972859.

Prior to this patch, utils.import_object(foo) and
utils.import_class(foo) would return the same thing if foo was the path
to a class.  This patch changes utils.import_object() to return an
instance of the class, instead, also allowing you to pass in arguments
to the constructor.

This patch also removes the odd behavior of import_object() to be able
to also import a module.  Instead, a new function import_module() has
been added.

Finally, the three import helpers have been moved to a new module,
importutils.

Change-Id: Ia2ea64c965692f8c3a29adec332dd93a83980070
</pre>
</div>
</content>
</entry>
<entry>
<title>reog from import merge</title>
<updated>2011-09-27T18:21:47+00:00</updated>
<author>
<name>Jason Kölker</name>
<email>jason@koelker.net</email>
</author>
<published>2011-09-27T18:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=a21940e2d325136661b5283bb15f1fbf9942477b'/>
<id>a21940e2d325136661b5283bb15f1fbf9942477b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
