<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/openstack/common/deprecated, 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>exception: remove</title>
<updated>2013-08-16T04:04:18+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2013-07-30T10:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=9721129f2c0c331e3b0428554d421ae670039f81'/>
<id>9721129f2c0c331e3b0428554d421ae670039f81</id>
<content type='text'>
This patch drops the obsolete openstack.common.exception module.

Most project should define their own exception based on their API and
the context they evolve in. Many projects don't use this, only neutron,
cinder and heat used it. I've copy pasted the few exceptions that they
were using, but that's still by far less code than this whole file.
Ultimately that will let them a chance to remove or shring their own
exception.py. I don't think most projects should have one anyway.

Change-Id: Ia8b2b29bd443233def324e97de7342c2634bccff
Closes-Bug: #1208734
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch drops the obsolete openstack.common.exception module.

Most project should define their own exception based on their API and
the context they evolve in. Many projects don't use this, only neutron,
cinder and heat used it. I've copy pasted the few exceptions that they
were using, but that's still by far less code than this whole file.
Ultimately that will let them a chance to remove or shring their own
exception.py. I don't think most projects should have one anyway.

Change-Id: Ia8b2b29bd443233def324e97de7342c2634bccff
Closes-Bug: #1208734
</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>Merge "Enable hacking H404 test."</title>
<updated>2013-06-11T18:43:09+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-11T18:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=109e1b525dc96fd2d523dbc41c018ee975030e82'/>
<id>109e1b525dc96fd2d523dbc41c018ee975030e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise a DeprecationWarning when openstack.common.deprecated is imported</title>
<updated>2013-06-11T15:28:25+00:00</updated>
<author>
<name>Flaper Fesp</name>
<email>flaper87@gmail.com</email>
</author>
<published>2013-06-11T12:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=4dfbe6637b46f68200802ddeb07bba2482ea40eb'/>
<id>4dfbe6637b46f68200802ddeb07bba2482ea40eb</id>
<content type='text'>
We now have a deprecated package in Oslo where deprecated modules /
packages will be moved. In order to make this more clear and warn users,
this patch adds a warning in deprecated's __init__.py module.

Change-Id: Id7097da1b034499fec1b6d44a358223476d9ba83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now have a deprecated package in Oslo where deprecated modules /
packages will be moved. In order to make this more clear and warn users,
this patch adds a warning in deprecated's __init__.py module.

Change-Id: Id7097da1b034499fec1b6d44a358223476d9ba83
</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>
</feed>
