<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-barbicanclient.git/functionaltests/utils.py, branch stable/train</title>
<subtitle>opendev.org: openstack/python-barbicanclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-barbicanclient.git/'/>
<entry>
<title>Fix some reST field lists in docstrings</title>
<updated>2017-12-19T05:46:57+00:00</updated>
<author>
<name>lingyongxu</name>
<email>lyxu@fiberhome.com</email>
</author>
<published>2017-09-05T06:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-barbicanclient.git/commit/?id=535e2bf4b80b28065eac5b10991341dda4090326'/>
<id>535e2bf4b80b28065eac5b10991341dda4090326</id>
<content type='text'>
Probably the most common format for documenting arguments is reST field
lists [1]. This change updates some docstrings to comply with the field
lists syntax.

[1] http://sphinx-doc.org/domains.html#info-field-lists

Change-Id: I1e4221e886a75177c4607817a78dbcda37dfa57a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably the most common format for documenting arguments is reST field
lists [1]. This change updates some docstrings to comply with the field
lists syntax.

[1] http://sphinx-doc.org/domains.html#info-field-lists

Change-Id: I1e4221e886a75177c4607817a78dbcda37dfa57a
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace six.iteritems() with .items()</title>
<updated>2017-03-30T13:07:24+00:00</updated>
<author>
<name>M V P Nitesh</name>
<email>m.nitesh@nectechnologies.in</email>
</author>
<published>2017-03-30T13:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-barbicanclient.git/commit/?id=978d3b43f3feac5a6013a1deec3db290fef71225'/>
<id>978d3b43f3feac5a6013a1deec3db290fef71225</id>
<content type='text'>
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I093160f746f346871c136043a8fa48c9491fdc1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I093160f746f346871c136043a8fa48c9491fdc1a
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six.moves.urllib.parse to replace urlparse</title>
<updated>2016-02-17T06:27:37+00:00</updated>
<author>
<name>Tin Lam</name>
<email>tl3438@att.com</email>
</author>
<published>2016-02-17T06:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-barbicanclient.git/commit/?id=84fc9dc40d8a77fdc52dbf38bc24e8f66c4c958d'/>
<id>84fc9dc40d8a77fdc52dbf38bc24e8f66c4c958d</id>
<content type='text'>
Import six.moves.urllib.parse as urlparse for python3 compatible.

Change-Id: I0f28f01a54daaa690cd890540fd4edc3b32411d1
Closes-Bug: #1279611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import six.moves.urllib.parse as urlparse for python3 compatible.

Change-Id: I0f28f01a54daaa690cd890540fd4edc3b32411d1
Closes-Bug: #1279611
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial directory changes and files for python-babricanclient functional tests</title>
<updated>2015-01-30T18:11:40+00:00</updated>
<author>
<name>Thomas Dinkjian</name>
<email>thomas.dinkjian@rackspace.com</email>
</author>
<published>2015-01-29T21:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-barbicanclient.git/commit/?id=5cc121bfc050629c5daa2baf64543e072e6199a9'/>
<id>5cc121bfc050629c5daa2baf64543e072e6199a9</id>
<content type='text'>
The utils file was copied from the barbican api functional tests repo.
No changes were made to the utils file.
The base.py file contains the oslo testcase setup.
Also added functional_tests conf file for identity and barbican information.

Change-Id: If14488bdc340e8534392fe5f42530c41b4636eac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The utils file was copied from the barbican api functional tests repo.
No changes were made to the utils file.
The base.py file contains the oslo testcase setup.
Also added functional_tests conf file for identity and barbican information.

Change-Id: If14488bdc340e8534392fe5f42530c41b4636eac
</pre>
</div>
</content>
</entry>
</feed>
