<feed xmlns='http://www.w3.org/2005/Atom'>
<title>obsapi.git, branch obsapi-0.0.4</title>
<subtitle>Python Interface to the Open Build Service API</subtitle>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/'/>
<entry>
<title>Add some robustness to http connections</title>
<updated>2015-08-06T15:16:48+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-08-06T15:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=4fe7816a5d6d9b1d9ee171c62c6111b95a925f1f'/>
<id>4fe7816a5d6d9b1d9ee171c62c6111b95a925f1f</id>
<content type='text'>
- Add a retry loop. Shouldn't be required, but sometimes api.suse.com
  fails with authentication and a second retry works.

- Add verify_ssl option to turn off SSL verification. Needed when
  facing temporary SSL certificate issues on the api server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a retry loop. Shouldn't be required, but sometimes api.suse.com
  fails with authentication and a second retry works.

- Add verify_ssl option to turn off SSL verification. Needed when
  facing temporary SSL certificate issues on the api server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Requires python-requests</title>
<updated>2015-06-30T07:59:04+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-06-30T07:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=1c18d4ee5a127431e2d31bae6bc060545d776548'/>
<id>1c18d4ee5a127431e2d31bae6bc060545d776548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update versioneer and add first unit tests</title>
<updated>2015-04-19T17:37:23+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-19T17:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=e3ffbe638eea380a6760586a2b44b9a3e3006e2b'/>
<id>e3ffbe638eea380a6760586a2b44b9a3e3006e2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix __get_auth</title>
<updated>2015-04-19T11:12:28+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-19T11:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=480b40e658fb9c0edd1fdb0febf2629a06f13215'/>
<id>480b40e658fb9c0edd1fdb0febf2629a06f13215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup get_vendor method</title>
<updated>2015-04-19T10:48:45+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-19T10:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=8fd95bc298868b14f0a5986589caa986cb52bcaf'/>
<id>8fd95bc298868b14f0a5986589caa986cb52bcaf</id>
<content type='text'>
Handle projects without repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle projects without repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add success property to ObsApi</title>
<updated>2015-04-19T10:47:13+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-19T10:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=c9f684add9ab52175fe060991c1595e0f631945b'/>
<id>c9f684add9ab52175fe060991c1595e0f631945b</id>
<content type='text'>
Returns True or False if the last api query was successful or not
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Returns True or False if the last api query was successful or not
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ObsApi.get_xml() method</title>
<updated>2015-04-19T10:30:50+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-19T10:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=5d1583fe035c8e646ab6beba2fde0b3bb5f87c12'/>
<id>5d1583fe035c8e646ab6beba2fde0b3bb5f87c12</id>
<content type='text'>
get_xml will attempt to retrieve the xml response from the obs api.
If response failes, a dummy, blank xml file will be returned. This
makes the helper functions more robust against api connection errors.
If query failes, empty data will be simply be returned to the client.
The client is responsible for any response error checking.

The 'response' property is added to the ObsApi. This holds the
full requests response from the last api query. The client can check
this property to test for query success when required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_xml will attempt to retrieve the xml response from the obs api.
If response failes, a dummy, blank xml file will be returned. This
makes the helper functions more robust against api connection errors.
If query failes, empty data will be simply be returned to the client.
The client is responsible for any response error checking.

The 'response' property is added to the ObsApi. This holds the
full requests response from the last api query. The client can check
this property to test for query success when required.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get OBS authentication from osc if installed</title>
<updated>2015-04-19T10:16:39+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-19T10:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=942ac9bdbe918873eb4f5984f87d54e1f93efc51'/>
<id>942ac9bdbe918873eb4f5984f87d54e1f93efc51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitattributes for versioneer support</title>
<updated>2015-04-10T17:40:43+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-10T17:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=ca716bc03703a42cccd4bad5254bc18042b17866'/>
<id>ca716bc03703a42cccd4bad5254bc18042b17866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rpmlint happy</title>
<updated>2015-04-08T13:28:13+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.de</email>
</author>
<published>2015-04-08T13:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=2b80f468454281c35a228f11f4c36a1b82a835ff'/>
<id>2b80f468454281c35a228f11f4c36a1b82a835ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
