<feed xmlns='http://www.w3.org/2005/Atom'>
<title>third_party-func.git/scripts/func-create-module, branch master</title>
<subtitle>Genome patches to func that are not yet upstream</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/'/>
<entry>
<title>allow ctrl+c and make sure we get input.</title>
<updated>2008-02-24T03:03:08+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-02-24T03:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=e27f9d8383848d523d301706046c54e99b5f9676'/>
<id>e27f9d8383848d523d301706046c54e99b5f9676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checks for a valid email address and closer to normal __main__ coding.</title>
<updated>2008-02-24T02:50:48+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-02-24T02:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=737d7ddb4f712a35b5d4cb754f57572980ce1721'/>
<id>737d7ddb4f712a35b5d4cb754f57572980ce1721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in copyright and traditional comment header for new modules.</title>
<updated>2008-01-21T01:10:09+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-01-21T01:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=beba6363a0d81196f8ccc5d5a84084447e5c09d7'/>
<id>beba6363a0d81196f8ccc5d5a84084447e5c09d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated networktest to be the new way of defining modules and updated func-create-module to add in docstrings.</title>
<updated>2008-01-16T14:27:15+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-01-16T14:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=1420dbfbb699bbe969228173924bfa92ba7f7ce2'/>
<id>1420dbfbb699bbe969228173924bfa92ba7f7ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify our modules by auto-detecting them and registering their handlers</title>
<updated>2008-01-15T22:42:05+00:00</updated>
<author>
<name>Luke Macken</name>
<email>lmacken@redhat.com</email>
</author>
<published>2008-01-15T22:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=23c9c26d270ff766133e7aeebffc99a35633ef41'/>
<id>23c9c26d270ff766133e7aeebffc99a35633ef41</id>
<content type='text'>
- Auto-detect and load all FuncModules.  This obsoletes the need to have our
  modules define a register_rpc method.
- Use introspection in our FuncModule to auto-register all method handlers
  that do not being with an underscore.  This obsoletes the need to
  hardcode methods in our modules.
- Remove all __init__ methods from our modules, along with register_rpc
- Modify the func-create-module script to reflect these changes.  Note that
  doing 'from modules import func_module' is no longer supported in our modules,
  do to some interesting path issues with our auto-detection code.  Supported
  methods are now:
      'import func_module' or 'from func.minion.modules import func_module'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Auto-detect and load all FuncModules.  This obsoletes the need to have our
  modules define a register_rpc method.
- Use introspection in our FuncModule to auto-register all method handlers
  that do not being with an underscore.  This obsoletes the need to
  hardcode methods in our modules.
- Remove all __init__ methods from our modules, along with register_rpc
- Modify the func-create-module script to reflect these changes.  Note that
  doing 'from modules import func_module' is no longer supported in our modules,
  do to some interesting path issues with our auto-detection code.  Supported
  methods are now:
      'import func_module' or 'from func.minion.modules import func_module'
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in func-create-module to make boilerplate module code. spec, setup and version updated as well.</title>
<updated>2008-01-13T19:06:05+00:00</updated>
<author>
<name>Steve 'Ashcrow' Milner</name>
<email>stevem@gnulinux.net</email>
</author>
<published>2008-01-13T19:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-func.git/commit/?id=2fad9189600fb3d3e6b695152c3512e5f22271a8'/>
<id>2fad9189600fb3d3e6b695152c3512e5f22271a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
