summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-266-50/+50
| | | | | True and false are not very generic for the flows. Favorable and Unfavorable are not completely generic but are better.
* Make room in the plugins directory for real plugins.Joel Andres Granados2008-02-268-25/+19
| | | | Move the examples to their own directory.
* Specify that the firstaidkit plugin man page is for plugin development.Joel Andres Granados2008-01-111-0/+7
| | | | | | | Organise the packaging. (firstaidkit, firstaidkit-devel and firstaidkit-plugin-all) Comment in spec file on how to create the tar file. Use the reporting code in sample1Plugin.py script make a general way of creating the default config stuff
* Import the renamed module (change tasker to pyfirstaidkit)Martin Sivak2008-01-026-13/+13
|
* Change the flows magic a little (unify the defflows and flows variable)Martin Sivak2008-01-021-1/+1
|
* Still not perfect, but at least do not use completelly hardcoded paths to ↵Martin Sivak2008-01-021-6/+7
| | | | the binary part of plugin
* Sample plugins with dependencies and some dependency system improvements and ↵Martin Sivak2008-01-023-0/+157
| | | | bugfixes (one typo..)
* Rename destroy action to clean to honor the current plugin APIMartin Sivak2008-01-021-3/+3
|
* - Make simple reporting thread in mainMartin Sivak2007-12-193-5/+5
| | | | | | | - Update reporting to support End-Of-Operations message - Update main and interpret to send the End-Of-Operations message - Subclass dict in plugins as Flow and add support for description - Update example plugins to use Flow instead of pure dictionary
* Add basic reporting class and integrate it into the plugin systemMartin Sivak2007-12-043-6/+8
|
* Fixed some typos and improved the flow stuff and docs a littleMartin Sivak2007-11-271-0/+1
|
* Take the plugin info attributes aoutside the __init__. This allows usJoel Andres Granados2007-11-234-30/+37
| | | | to query plugin information without instantiating.
* Erase the return from the functions.Joel Andres Granados2007-11-223-21/+0
|
* Change all references from init to prepare.Joel Andres Granados2007-11-225-22/+22
| | | | | | Change all references from purge to clean. Log a warning when abstract functions are not used.
* Get the shell/Binary example working.Joel Andres Granados2007-11-213-0/+141
|
* Implement the error class.Joel Andres Granados2007-11-212-0/+123
| | | | | | Implement the Return code class. Implement the manage flow stuff. Implement some examples of pligins
* Erase default so we can create the sample files.Joel Andres Granados2007-11-201-52/+0
| | | | Change the word destroy for purge. It just sounds better.
* General debuging.Joel Andres Granados2007-11-201-2/+3
| | | | Begin to do the example plugins.
* Lets use Plugin as an abstract class.Joel Andres Granados2007-11-201-2/+31
|
* I prefer spaces rather than tabs. Its better when the file is seen inJoel Andres Granados2007-11-201-1/+1
| | | | some other editor.
* Copying header to every saource fileMartin Sivak2007-11-151-0/+17
|
* Default dummy pluginMartin Sivak2007-11-121-0/+5
|
* Inital bare structure for the First Aid KitMartin Sivak2007-11-091-0/+0