<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openlmi-providers.git/src/python/lmi/providers, 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/pbrezina/public_git/openlmi-providers.git/'/>
<entry>
<title>python 2.6 newclass</title>
<updated>2014-04-16T05:51:52+00:00</updated>
<author>
<name>Ales Ledvinka</name>
<email>aledvink@redhat.com</email>
</author>
<published>2014-04-16T05:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=adf13a8af02dbcb6ea83565e134fe5597a7f8b33'/>
<id>adf13a8af02dbcb6ea83565e134fe5597a7f8b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: fixed SystemName verification</title>
<updated>2014-03-10T07:50:21+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2014-03-10T07:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=ccd7c63b723573570600159e3e3bc1f652ad2159'/>
<id>ccd7c63b723573570600159e3e3bc1f652ad2159</id>
<content type='text'>
If hostname can not be translated to IP, provider thinks it does not
belong to running system. This change makes sure that hostname is
properly recognized and no traceback is trown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If hostname can not be translated to IP, provider thinks it does not
belong to running system. This change makes sure that hostname is
properly recognized and no traceback is trown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright years</title>
<updated>2014-01-16T15:29:07+00:00</updated>
<author>
<name>Peter Schiffer</name>
<email>pschiffe@redhat.com</email>
</author>
<published>2014-01-16T15:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=bceaab385f8a6dc1b79de36b81e2fdae33a39a73'/>
<id>bceaab385f8a6dc1b79de36b81e2fdae33a39a73</id>
<content type='text'>
Updated copyright years to include new year 2014.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated copyright years to include new year 2014.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing spaces</title>
<updated>2014-01-16T14:10:26+00:00</updated>
<author>
<name>Peter Schiffer</name>
<email>pschiffe@redhat.com</email>
</author>
<published>2014-01-16T14:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=97d3041f1e38dfcc931d0e495c0e1c66497cf09c'/>
<id>97d3041f1e38dfcc931d0e495c0e1c66497cf09c</id>
<content type='text'>
This patch removes trailing spaces from source files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes trailing spaces from source files.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: fixed is_this_system</title>
<updated>2013-10-31T13:50:36+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-31T13:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=effab1c1a3b4526680b8a8fac5cd5dbbd3d35ca6'/>
<id>effab1c1a3b4526680b8a8fac5cd5dbbd3d35ca6</id>
<content type='text'>
Let's use gethostname() instead of querying BaseConfiguration's system_name
property that has been removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's use gethostname() instead of querying BaseConfiguration's system_name
property that has been removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: fixed ComputerSystem module</title>
<updated>2013-10-31T13:50:36+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-31T12:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=ce4e62c97cfcf9d7a895d5614df4cd9af98a08c5'/>
<id>ce4e62c97cfcf9d7a895d5614df4cd9af98a08c5</id>
<content type='text'>
Removed import from software provider. providers package can not depend
on any lmi provider package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed import from software provider. providers package can not depend
on any lmi provider package.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: solve ComputerSystem issues</title>
<updated>2013-10-31T12:24:02+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-31T11:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=efd855b04e8c93d3ff14b4ea90e54fe21d7db2c4'/>
<id>efd855b04e8c93d3ff14b4ea90e54fe21d7db2c4</id>
<content type='text'>
Added ComputerSystem module to lmi.providers with convenience functions
allowing to obtain instance from CIMOM and check for its correctness
when inspecting client's input.

Also removed obsoleted system_name property out of BaseConfiguration
class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added ComputerSystem module to lmi.providers with convenience functions
allowing to obtain instance from CIMOM and check for its correctness
when inspecting client's input.

Also removed obsoleted system_name property out of BaseConfiguration
class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed sending of indications.</title>
<updated>2013-10-22T08:18:00+00:00</updated>
<author>
<name>Jan Safranek</name>
<email>jsafrane@redhat.com</email>
</author>
<published>2013-10-22T08:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=8752e13958e920e9a38c89a8193eb0efa9503778'/>
<id>8752e13958e920e9a38c89a8193eb0efa9503778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase verbosity of logged exceptions.</title>
<updated>2013-10-22T08:11:56+00:00</updated>
<author>
<name>Jan Safranek</name>
<email>jsafrane@redhat.com</email>
</author>
<published>2013-10-22T08:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=d172f897c273aaa1b55a4eb460b4c5ecc3bc900f'/>
<id>d172f897c273aaa1b55a4eb460b4c5ecc3bc900f</id>
<content type='text'>
There is too much noise in TRACE_VERBOSE and exception stack trace is
more important than e.g. entering/leaving messages.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is too much noise in TRACE_VERBOSE and exception stack trace is
more important than e.g. entering/leaving messages.</pre>
</div>
</content>
</entry>
<entry>
<title>python: correctly create function wrappers</title>
<updated>2013-10-18T09:27:27+00:00</updated>
<author>
<name>Michal Minar</name>
<email>miminar@redhat.com</email>
</author>
<published>2013-10-14T07:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/openlmi-providers.git/commit/?id=1c81ff825046681ae0d9f7a27da33e7abed8bf96'/>
<id>1c81ff825046681ae0d9f7a27da33e7abed8bf96</id>
<content type='text'>
Function wrappers should look like the functions being wrapped. Without
the *wraps()* decorator, the resulting function would not have assigned
doc string, would have wrong name etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function wrappers should look like the functions being wrapped. Without
the *wraps()* decorator, the resulting function would not have assigned
doc string, would have wrong name etc.
</pre>
</div>
</content>
</entry>
</feed>
