<feed xmlns='http://www.w3.org/2005/Atom'>
<title>firstaidkit.git/firstaidkit, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/'/>
<entry>
<title>Changes to FAK Gui and Info object</title>
<updated>2010-09-07T12:57:14+00:00</updated>
<author>
<name>Martin Sivak</name>
<email>msivak@redhat.com</email>
</author>
<published>2010-09-07T12:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=b6a8761af9a3e8ae547cf12992192931b95f0861'/>
<id>b6a8761af9a3e8ae547cf12992192931b95f0861</id>
<content type='text'>
- Gui allows to save results in info object
- Info object allows attaching files and saving as .zip archive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Gui allows to save results in info object
- Info object allows attaching files and saving as .zip archive
</pre>
</div>
</content>
</entry>
<entry>
<title>Add question support.</title>
<updated>2009-07-17T14:39:49+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2009-07-14T12:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=bacf876d7492986e38cf3ba2f6ff9cbf44b28957'/>
<id>bacf876d7492986e38cf3ba2f6ff9cbf44b28957</id>
<content type='text'>
Signed-off-by: Martin Sivak &lt;msivak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Sivak &lt;msivak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>* Replace Reports(round) by Reports(silent) to avoid a lock around all</title>
<updated>2009-07-17T14:39:27+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2009-07-17T14:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=8c737c21ed85cccb729ed6761a63de6be0142800'/>
<id>8c737c21ed85cccb729ed6761a63de6be0142800</id>
<content type='text'>
  queue operations, which causes an automatic deadlock on
  a: get
  a: ... lock _queue_lock
  a: ... block on _queue
                          b: put
                          b: ... block on _queue_lock
  Because nobody reads from the main queue that used round = True, this
  doesn't change application behavior.
* Drop return value of Reports.put, it is always None anyway.
* Fix self._mailboxes locking: instead of
      try:
          lock
          ...
      finally:
          unlock
  it needs to be
      lock
      try:
          ...
      finally:
          unlock
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  queue operations, which causes an automatic deadlock on
  a: get
  a: ... lock _queue_lock
  a: ... block on _queue
                          b: put
                          b: ... block on _queue_lock
  Because nobody reads from the main queue that used round = True, this
  doesn't change application behavior.
* Drop return value of Reports.put, it is always None anyway.
* Fix self._mailboxes locking: instead of
      try:
          lock
          ...
      finally:
          unlock
  it needs to be
      lock
      try:
          ...
      finally:
          unlock
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the answer mailboxes a proper Reporting objects so we can use all the standard methods of message construction</title>
<updated>2009-07-14T14:17:41+00:00</updated>
<author>
<name>Martin Sivak</name>
<email>msivak@redhat.com</email>
</author>
<published>2009-07-14T14:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=0e0478425e97493c5ea355d7268f58651bf6ad9b'/>
<id>0e0478425e97493c5ea355d7268f58651bf6ad9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>firstaidkit:</title>
<updated>2008-10-30T16:06:47+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-10-30T16:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=51e057f07cb485f5bc0f54aa3327580be81056c1'/>
<id>51e057f07cb485f5bc0f54aa3327580be81056c1</id>
<content type='text'>
    1. &lt;flow&gt; with the -f function is optional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    1. &lt;flow&gt; with the -f function is optional.
</pre>
</div>
</content>
</entry>
<entry>
<title>firstaidkit:</title>
<updated>2008-10-30T15:49:12+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-10-30T15:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=ee9979e9e84a41235412cdab03b6e942d4435170'/>
<id>ee9979e9e84a41235412cdab03b6e942d4435170</id>
<content type='text'>
    1. Make the usage message more readable.
       It now prints "firstaidkit" as opposed to the caller string.  This
       allows the description to go into the next line without loosing
       prettiness.
    2. Make usage more compact.
       Compact the explination of "-a" into one item in the usage string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    1. Make the usage message more readable.
       It now prints "firstaidkit" as opposed to the caller string.  This
       allows the description to go into the next line without loosing
       prettiness.
    2. Make usage more compact.
       Compact the explination of "-a" into one item in the usage string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable prer flow arguments</title>
<updated>2008-09-08T10:51:38+00:00</updated>
<author>
<name>Martin Sivak</name>
<email>msivak@redhat.com</email>
</author>
<published>2008-09-08T10:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=ee3736fe22286948e4823f3f1fc866f477f882dd'/>
<id>ee3736fe22286948e4823f3f1fc866f477f882dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the argument passing more general.</title>
<updated>2008-08-08T15:58:51+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-08-08T15:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=d2ac990fae74934887cba6a01ed5bb6d6c576422'/>
<id>d2ac990fae74934887cba6a01ed5bb6d6c576422</id>
<content type='text'>
It is possible for the plugin name to have a space.  when this
occured it threw off the argument detecting logic.  This new
way of detecting the plugin name is more general.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is possible for the plugin name to have a space.  when this
occured it threw off the argument detecting logic.  This new
way of detecting the plugin name is more general.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the possibility to pass arguments to plugins.</title>
<updated>2008-08-08T09:29:34+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-08-08T08:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=5a0ae1c50be8e9f39478b688da175083cb4ef9f4'/>
<id>5a0ae1c50be8e9f39478b688da175083cb4ef9f4</id>
<content type='text'>
Given that firstaidkit is fully automated we need a way to modify the
plugin behaviour from the initial command.  This makes it easy for the
plugin developer to get a string with some arguments for his plugin.
It is up to the plugin developer to parse the string.
The arguments will be accessible through self._args variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given that firstaidkit is fully automated we need a way to modify the
plugin behaviour from the initial command.  This makes it easy for the
plugin developer to get a string with some arguments for his plugin.
It is up to the plugin developer to parse the string.
The arguments will be accessible through self._args variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Put the "implies nodpes" message in the same line as the command.</title>
<updated>2008-08-06T14:25:21+00:00</updated>
<author>
<name>Joel Andres Granados</name>
<email>jgranado@redhat.com</email>
</author>
<published>2008-08-06T14:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/msivak/public_git/firstaidkit.git/commit/?id=07f9cef60305d62bad9d030ef7de522e3a1731ee'/>
<id>07f9cef60305d62bad9d030ef7de522e3a1731ee</id>
<content type='text'>
If it is not placed in the same line it will look distorted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If it is not placed in the same line it will look distorted.
</pre>
</div>
</content>
</entry>
</feed>
