<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oslo.git/tests/unit/scheduler, 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>Replace using tests.utils with openstack.common.test</title>
<updated>2013-08-09T09:34:55+00:00</updated>
<author>
<name>Alexander Gorodnev</name>
<email>agorodnev@mirantis.com</email>
</author>
<published>2013-08-09T09:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=6c49132491e5b5d82816d9576616fdaf74603092'/>
<id>6c49132491e5b5d82816d9576616fdaf74603092</id>
<content type='text'>
It is the first step to replace using tests.utils with openstack.common.test.
All these tests don't use mock objects, stubs, config files and use only
BaseTestCase class.

Change-Id: I511816b5c9e6c5c34ebff199296ee4fc8b84c672
bp: common-unit-tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is the first step to replace using tests.utils with openstack.common.test.
All these tests don't use mock objects, stubs, config files and use only
BaseTestCase class.

Change-Id: I511816b5c9e6c5c34ebff199296ee4fc8b84c672
bp: common-unit-tests
</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>Enable hacking H402 test</title>
<updated>2013-06-03T03:53:21+00:00</updated>
<author>
<name>Sergey Lukjanov</name>
<email>slukjanov@mirantis.com</email>
</author>
<published>2013-06-02T16:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=e3545f828dabe165dc08b2f1670e5f1f19919d0d'/>
<id>e3545f828dabe165dc08b2f1670e5f1f19919d0d</id>
<content type='text'>
H402  one line docstring needs punctuation

Change-Id: Ie848453cace318d8310cdf0234c512f4c1121119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H402  one line docstring needs punctuation

Change-Id: Ie848453cace318d8310cdf0234c512f4c1121119
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use mox object from moxstubout fixture"</title>
<updated>2013-05-31T14:21:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-31T14:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=762e62317f1028e65aedd4ab9494479433264022'/>
<id>762e62317f1028e65aedd4ab9494479433264022</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable hacking H403 test</title>
<updated>2013-05-30T05:00:57+00:00</updated>
<author>
<name>Sergey Lukjanov</name>
<email>slukjanov@mirantis.com</email>
</author>
<published>2013-05-30T04:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=484a1df32d5854312ef31c5b488fc07fff8428c4'/>
<id>484a1df32d5854312ef31c5b488fc07fff8428c4</id>
<content type='text'>
H403  multi line docstring end on new line

Change-Id: I33249651026b54ef346214965e909835288bb14e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H403  multi line docstring end on new line

Change-Id: I33249651026b54ef346214965e909835288bb14e
</pre>
</div>
</content>
</entry>
<entry>
<title>Use mox object from moxstubout fixture</title>
<updated>2013-05-20T12:46:14+00:00</updated>
<author>
<name>Mark McLoughlin</name>
<email>markmc@redhat.com</email>
</author>
<published>2013-05-20T12:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=ba849efe75f9ca267e03ca22e8647f140bbaaf66'/>
<id>ba849efe75f9ca267e03ca22e8647f140bbaaf66</id>
<content type='text'>
The moxstubout fixture creates a mox object which we can re-use in
tests.

It also ensures verify() is called, which it clearly wasn't in the
case of the qpid tests.

Change-Id: Ibf3326f18b160865012d40a5841b65438262c4df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The moxstubout fixture creates a mox object which we can re-use in
tests.

It also ensures verify() is called, which it clearly wasn't in the
case of the qpid tests.

Change-Id: Ibf3326f18b160865012d40a5841b65438262c4df
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out common functionality for filters and weights</title>
<updated>2013-05-15T23:25:28+00:00</updated>
<author>
<name>Matthew Sherborne</name>
<email>msherborne@gmail.com</email>
</author>
<published>2013-05-05T06:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=5dcc43b118fd6ce65676861bee126b1de5e0a8d1'/>
<id>5dcc43b118fd6ce65676861bee126b1de5e0a8d1</id>
<content type='text'>
In the context of openstack.common.scheduler:

base_filter.BaseFilterManager and base_weight.BaseWeightManager had
duplicated code.

This patch breaks that code out into a shared base class:
base_handler.BaseHandler

Change-Id: Ie5232c6dd9876a75170beda71adde90fc6bb4153
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the context of openstack.common.scheduler:

base_filter.BaseFilterManager and base_weight.BaseWeightManager had
duplicated code.

This patch breaks that code out into a shared base class:
base_handler.BaseHandler

Change-Id: Ie5232c6dd9876a75170beda71adde90fc6bb4153
</pre>
</div>
</content>
</entry>
<entry>
<title>Renames filter to base_filter and weight to base_weight</title>
<updated>2013-05-10T12:10:49+00:00</updated>
<author>
<name>Matthew Sherborne</name>
<email>msherborne@gmail.com</email>
</author>
<published>2013-05-03T00:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=1f2aba5f706f882663e770bc8dac031627c91f39'/>
<id>1f2aba5f706f882663e770bc8dac031627c91f39</id>
<content type='text'>
filter is a python builtin function so importing it pollutes ones name
space.

It is now renamed to base_filter.

We also rename weight to base_weight, just to be consistent in the
naming conventions.

We add a test for base_filter.

Fixes bug 1175829

Change-Id: I46e0fa696d2f39081b5568c701b0a70c54f271ab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filter is a python builtin function so importing it pollutes ones name
space.

It is now renamed to base_filter.

We also rename weight to base_weight, just to be consistent in the
naming conventions.

We add a test for base_filter.

Fixes bug 1175829

Change-Id: I46e0fa696d2f39081b5568c701b0a70c54f271ab
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to use flake8.</title>
<updated>2013-03-24T15:36:56+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2013-03-20T03:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/oslo.git/commit/?id=14a75981b2c4d646b63be333024f98cf9db368a2'/>
<id>14a75981b2c4d646b63be333024f98cf9db368a2</id>
<content type='text'>
flake8 is pluggable and handles pep8 and pyflakes, as well as configuration
through tox.ini. It also removes the need for flakes.py.

Change-Id: If5f7d8ad348b4fb8119fa4ec7b5e9d17bdc72a39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flake8 is pluggable and handles pep8 and pyflakes, as well as configuration
through tox.ini. It also removes the need for flakes.py.

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