<feed xmlns='http://www.w3.org/2005/Atom'>
<title>obsapi.git/test, branch master</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 job history wrappers</title>
<updated>2020-09-03T08:47:20+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-09-03T08:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=8ed467497a4b259f61a7129c19f1134aaa405cb8'/>
<id>8ed467497a4b259f61a7129c19f1134aaa405cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure build api arguments match order of OBS api path items.</title>
<updated>2020-02-13T14:28:00+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-13T14:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=5b3a2b608c4c4c5d4df4b07d9322279349085dc9'/>
<id>5b3a2b608c4c4c5d4df4b07d9322279349085dc9</id>
<content type='text'>
This of course breaks the API, but hopefully we stay consistent
from this point forward
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This of course breaks the API, but hopefully we stay consistent
from this point forward
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup sourceapi</title>
<updated>2020-02-13T11:23:57+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-13T11:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf'/>
<id>b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement general exception handling</title>
<updated>2020-02-13T10:43:10+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-13T10:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=650c9e5853ea57b985df1e9d97288a7d879a2e4f'/>
<id>650c9e5853ea57b985df1e9d97288a7d879a2e4f</id>
<content type='text'>
We trap the low level OBS api calls via a callback and
check for success. If error returned, parse the OBS error response
and raise an exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We trap the low level OBS api calls via a callback and
check for success. If error returned, parse the OBS error response
and raise an exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement sub-api callbackso</title>
<updated>2020-02-12T17:38:33+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-12T17:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=7806de5f05bbc153b8405f1e693e1ae202e2a54c'/>
<id>7806de5f05bbc153b8405f1e693e1ae202e2a54c</id>
<content type='text'>
When an api object makes an API request to the OBS server, in
addition to returning the results, it sends a reference to
itself to the registered callback function (if set).

We use this to track the last api object called so we can access
the last raw request response.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an api object makes an API request to the OBS server, in
addition to returning the results, it sends a reference to
itself to the registered callback function (if set).

We use this to track the last api object called so we can access
the last raw request response.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix get_package_source_version</title>
<updated>2020-02-10T18:19:29+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-10T18:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=a1a37d19e7365bbc4da982018aadf90f0253d368'/>
<id>a1a37d19e7365bbc4da982018aadf90f0253d368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add get_package_source_version()</title>
<updated>2020-02-06T23:24:38+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-06T23:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=bf747ab6a5a8d8bf9384408e8ffb299f0735c554'/>
<id>bf747ab6a5a8d8bf9384408e8ffb299f0735c554</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_package_version</title>
<updated>2020-02-06T21:40:22+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-06T21:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=e566c85a508562a5ebc88e13e2d5571b78eef045'/>
<id>e566c85a508562a5ebc88e13e2d5571b78eef045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle passing bytes to the FileInfo class</title>
<updated>2020-02-06T21:35:43+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-06T21:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=cd12f43cd2c98826bb0ea092ef590a91e5842886'/>
<id>cd12f43cd2c98826bb0ea092ef590a91e5842886</id>
<content type='text'>
Move class to own file and enhance tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move class to own file and enhance tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-architect the RepoFlags class</title>
<updated>2020-02-03T16:26:46+00:00</updated>
<author>
<name>Scott Bahling</name>
<email>sbahling@suse.com</email>
</author>
<published>2020-02-03T16:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mudgum.net/obsapi.git/commit/?id=7e42923dcca470dc47e16ac9ed3d98c253c57974'/>
<id>7e42923dcca470dc47e16ac9ed3d98c253c57974</id>
<content type='text'>
We don't need to create flags - just read and parse them from
the project meta config. Remove the unneeded functionality and
enhance the structure. All flags from a project and package
are accessible via a single RepoFlags object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to create flags - just read and parse them from
the project meta config. Remove the unneeded functionality and
enhance the structure. All flags from a project and package
are accessible via a single RepoFlags object.
</pre>
</div>
</content>
</entry>
</feed>
