<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/tests, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>Bugzilla 1330755 fix 'bashism' in test bash to sh</title>
<updated>2016-07-26T21:24:44+00:00</updated>
<author>
<name>bhavik bhavsar</name>
<email>bbhavsar@vm91.gsslab.pnq.redhat.com</email>
</author>
<published>2016-07-01T09:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=39b049e2048ba440c2885f4249bedd428fd250b1'/>
<id>39b049e2048ba440c2885f4249bedd428fd250b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed test cases for authentication plugin</title>
<updated>2016-06-08T17:44:43+00:00</updated>
<author>
<name>Asha Akkiangady</name>
<email>aakkiang@redhat.com</email>
</author>
<published>2016-06-08T17:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a03dc2666a0f9e1441631bf95638c4225831baef'/>
<id>a03dc2666a0f9e1441631bf95638c4225831baef</id>
<content type='text'>
 UdnPwdDirAuth since this plugin will be
removed from dogtag, ticket 1579.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 UdnPwdDirAuth since this plugin will be
removed from dogtag, ticket 1579.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PKIInstance and PKISubsystem hashable</title>
<updated>2016-03-04T22:55:22+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2016-03-04T22:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=9e78f981e923c879033c26eebad0cb803d66b8d9'/>
<id>9e78f981e923c879033c26eebad0cb803d66b8d9</id>
<content type='text'>
The upgrade uses instance and subsystem as keys for dicts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The upgrade uses instance and subsystem as keys for dicts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fedora 24 fixes for Python 3.5 and pylint 1.5</title>
<updated>2016-02-29T15:11:08+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2016-02-29T08:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=6c82500627b5c2e0602312faefba97fbe15044b9'/>
<id>6c82500627b5c2e0602312faefba97fbe15044b9</id>
<content type='text'>
Fedora 24 has Python 3.5 instead of Python 3.4. tox.ini now uses python3
to use any Python 3 interpreter.

Python 3.5 has unittest.mock in the stdlib. Tests must attempt to import
mock from unittest first.

Pylint 1.5 has deprecated a couple of old options. Dogtag doesn't use
the options anyway. I just removed them from dogtag.pylintrc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fedora 24 has Python 3.5 instead of Python 3.4. tox.ini now uses python3
to use any Python 3 interpreter.

Python 3.5 has unittest.mock in the stdlib. Tests must attempt to import
mock from unittest first.

Pylint 1.5 has deprecated a couple of old options. Dogtag doesn't use
the options anyway. I just removed them from dogtag.pylintrc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement total ordering for PKISubsystem and PKIInstance</title>
<updated>2016-02-26T19:14:10+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2016-02-26T16:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=d5360c915761773e93333b6894df4bd8ac8a2f13'/>
<id>d5360c915761773e93333b6894df4bd8ac8a2f13</id>
<content type='text'>
In Python 3 subclasses no longer implement automatic ordering. To
provide ordering for sort() and custom comparison, __eq__ and __lt__ are
required.

https://fedorahosted.org/pki/ticket/2216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3 subclasses no longer implement automatic ordering. To
provide ordering for sort() and custom comparison, __eq__ and __lt__ are
required.

https://fedorahosted.org/pki/ticket/2216
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 fix for Tomcat.get_major_version()</title>
<updated>2016-02-23T19:20:57+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2016-02-23T19:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=b96bcf71fcfd23eb2e5c636f8eee626c11c14960'/>
<id>b96bcf71fcfd23eb2e5c636f8eee626c11c14960</id>
<content type='text'>
I forgot to decode the output of subprocess.check_call(). All other
places decode bytes to text properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot to decode the output of subprocess.check_call(). All other
places decode bytes to text properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 / PEP 8 violations</title>
<updated>2016-01-25T14:55:53+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2016-01-15T12:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=cb6b0c4855885c03d056acb8f98c96de986e081e'/>
<id>cb6b0c4855885c03d056acb8f98c96de986e081e</id>
<content type='text'>
https://fedorahosted.org/pki/ticket/1738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/pki/ticket/1738
</pre>
</div>
</content>
</entry>
<entry>
<title>Add delete_ca functionality to the Python API</title>
<updated>2015-10-06T19:40:28+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2015-09-30T20:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=a232116d30a3fc607eb5ea52a13711a9cc40ae35'/>
<id>a232116d30a3fc607eb5ea52a13711a9cc40ae35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add common profiles</title>
<updated>2015-10-05T10:52:05+00:00</updated>
<author>
<name>Niranjan Mallapadi</name>
<email>mrniranjan@redhat.com</email>
</author>
<published>2015-10-05T10:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=dec7fe7aea653d1192bab47a503c98970f8d898f'/>
<id>dec7fe7aea653d1192bab47a503c98970f8d898f</id>
<content type='text'>
Signed-off-by: Niranjan Mallapadi &lt;mrniranjan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Niranjan Mallapadi &lt;mrniranjan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>shared functions/classes created to setup DS</title>
<updated>2015-10-01T13:21:51+00:00</updated>
<author>
<name>Niranjan Mallapadi</name>
<email>mrniranjan@redhat.com</email>
</author>
<published>2015-10-01T13:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=4f5051463ea9dc1366a2b58b9814c0e7997c1813'/>
<id>4f5051463ea9dc1366a2b58b9814c0e7997c1813</id>
<content type='text'>
created a library called pkilib containing
functions to setup directory services.

python/docs contain the pkilib api documentation

Signed-off-by: Niranjan Mallapadi &lt;mrniranjan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
created a library called pkilib containing
functions to setup directory services.

python/docs contain the pkilib api documentation

Signed-off-by: Niranjan Mallapadi &lt;mrniranjan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
