summaryrefslogtreecommitdiffstats
path: root/tasker
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the tasker stuff.Joel Andres Granados2008-01-0211-806/+0
* Sample plugins with dependencies and some dependency system improvements and ...Martin Sivak2008-01-022-6/+16
* Add message types for structured stuff like trees and tables.Martin Sivak2008-01-021-1/+9
* Add dependency system into plugins. Use the require/provide model to control it.Martin Sivak2008-01-022-12/+61
* Add spawnvch utility function to run process in chroot environmentMartin Sivak2007-12-211-0/+38
* - Make simple reporting thread in mainMartin Sivak2007-12-194-3/+32
* Fix the exclude feature also in plugin systemMartin Sivak2007-12-071-1/+1
* Fix the lock behaviour in configuration and introduce _list method into secti...Martin Sivak2007-12-071-4/+14
* Add locking mechanism to Config object and make some changes (mostly add shor...Martin Sivak2007-12-064-15/+42
* Some docs change in ReportingMartin Sivak2007-12-051-2/+2
* Some changes to semanticsMartin Sivak2007-12-051-13/+15
* Reporting stuff, semantics and constantsMartin Sivak2007-12-051-2/+23
* We have to know where is mounted the system we want to repairMartin Sivak2007-12-051-0/+3
* Add basic reporting class and integrate it into the plugin systemMartin Sivak2007-12-044-4/+57
* Split Tasker and the cli interface (for now) in main.pyMartin Sivak2007-12-042-0/+46
* Make it possible to select flow from pluginMartin Sivak2007-11-291-2/+10
* Some more configuration stubs.. and one fix in configuraton moduleMartin Sivak2007-11-291-1/+2
* Add some basic command line handling to the launcherMartin Sivak2007-11-291-0/+7
* Fixed some typos and improved the flow stuff and docs a littleMartin Sivak2007-11-271-20/+15
* Take the plugin info attributes aoutside the __init__. This allows usJoel Andres Granados2007-11-232-57/+83
* Erase the return from the functions.Joel Andres Granados2007-11-221-3/+1
* Change all references from init to prepare.Joel Andres Granados2007-11-221-16/+16
* Some documentation.Joel Andres Granados2007-11-211-1/+7
* Get the shell/Binary example working.Joel Andres Granados2007-11-211-7/+3
* Took away the BinPlugin class. It is not needed because the pluginJoel Andres Granados2007-11-211-39/+10
* take out unnecesary space.Joel Andres Granados2007-11-211-5/+1
* Implement the error class.Joel Andres Granados2007-11-213-17/+112
* Erase default so we can create the sample files.Joel Andres Granados2007-11-201-9/+9
* General debuging.Joel Andres Granados2007-11-201-15/+17
* Do some documenting and chante the Plugin class so thatJoel Andres Granados2007-11-201-24/+75
* Lets use Plugin as an abstract class.Joel Andres Granados2007-11-201-12/+18
* A little documentation.Joel Andres Granados2007-11-201-4/+15
* The order is not defined by the internal variables of the Plugin class or theJoel Andres Granados2007-11-201-15/+3
* I prefer spaces rather than tabs. Its better when the file is seen inJoel Andres Granados2007-11-201-3/+3
* TypoJoel Andres Granados2007-11-201-1/+1
* Handle the step sequence using "flow" and handle exceptions from the stepsMartin Sivak2007-11-161-24/+46
* Copying header to every saource fileMartin Sivak2007-11-155-0/+85
* Add logging moduleMartin Sivak2007-11-132-9/+18
* Basic funcionality for the BinPlugin (encapsulation arbitrary binaries as plu...Martin Sivak2007-11-131-16/+26
* Correct one stupid typo in extension processingMartin Sivak2007-11-121-1/+1
* Plugin importing works! And I added some debug messagesMartin Sivak2007-11-122-9/+21
* Mark tasker as a moduleMartin Sivak2007-11-121-0/+0
* Make the source importable, fix typos and stuffMartin Sivak2007-11-122-2/+3
* first try to define plugin apiMartin Sivak2007-11-092-0/+214
* Inital bare structure for the First Aid KitMartin Sivak2007-11-091-0/+0