summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/plugins.py
Commit message (Expand)AuthorAgeFilesLines
* Various small fixes.Joel Andres Granados2008-11-191-14/+24
* GrubPlugin:Joel Andres Granados2008-10-241-2/+2
* Enable prer flow argumentsMartin Sivak2008-09-081-5/+8
* Make the argument passing more general.Joel Andres Granados2008-08-081-2/+8
* Add the possibility to pass arguments to plugins.Joel Andres Granados2008-08-081-2/+7
* Direct the failure in prepare to the clean step.Joel Andres Granados2008-08-071-2/+4
* Catch the exception where the user configures a plugin that is not found.Joel Andres Granados2008-07-151-2/+4
* Fix typo.Joel Andres Granados2008-07-141-1/+1
* Avoid the ugly space left by adding "\" to a string separation.Joel Andres Granados2008-07-141-22/+22
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-102/+161
* Add the Info object and make it possible to override lock for single sectionMartin Sivak2008-06-301-3/+6
* When looking in paths given by the user, check to see if the paths is valid.Joel Andres Granados2008-05-301-0/+3
* Change one error message, so it makes senseMartin Sivak2008-05-121-1/+1
* Change the detected name to checked.Joel Andres Granados2008-05-121-1/+1
* Add ISSUE message to reporting and create SimpleIssue as a parent for Issue c...Martin Sivak2008-04-221-1/+6
* Flag system is able to list all known flagsMartin Sivak2008-04-181-0/+2
* When plugin throws an exception during plugin discovery, ignore it (just prin...Martin Sivak2008-04-101-3/+6
* Report the task start/stop on correct places and report the exceptions there tooMartin Sivak2008-04-091-4/+7
* When using the iteration mode, catch all plugin exceptions so we can handle t...Martin Sivak2008-04-081-2/+6
* Add the None path (Exception handling) to flowsMartin Sivak2008-03-191-9/+9
* Fix the return values and flag logic of IssuesPluginMartin Sivak2008-03-191-7/+15
* Add flag handling into the IssuesPluginMartin Sivak2008-03-181-0/+11
* Fix the traceback with unknown keyword argument backups in IssuesPluginMartin Sivak2008-03-181-2/+2
* Introduce the common Backup interface and move utils package into directoryMartin Sivak2008-03-141-3/+5
* Report the issues from IssuesPlugin.diagnoseMartin Sivak2008-03-141-0/+2
* Add IssuesPlugin class and basic rpm plugin, which uses the issues approachMartin Sivak2008-03-141-0/+45
* Create an use the invalidpluginname exception.Joel Andres Granados2008-03-141-1/+9
* improve readability of codeJoel Andres Granados2008-03-141-11/+17
* Sanitize the origin/level/importance systemMartin Sivak2008-03-051-8/+19
* When instantiating plugin, pass the path to the plugin, so it knows where to ...Martin Sivak2008-03-051-2/+6
* Modify the plugins, tasker and cli launcher to provide means to split the flo...Martin Sivak2008-02-281-17/+27
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-261-16/+16
* Appeninding Return to the class names help to identify them in the plugin code.Joel Andres Granados2008-02-261-6/+6
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-261-11/+11
* Move the check for root environment into the interpret and utilize flag syste...Martin Sivak2008-02-261-2/+4
* Its better to have a section of paths. This will allow to add and erase pathsJoel Andres Granados2008-02-201-1/+1
* Allow to look for plugins in multiple places.Joel Andres Granados2008-02-201-31/+32
* Add FlagTrackerPlugin base classMartin Sivak2008-02-131-0/+56
* Add conflict flags to plugin definitionMartin Sivak2008-02-111-5/+19
* Make logging workJoel Andres Granados2008-02-011-1/+3
* The log in __builtins__ might have some strange sideeffects.Joel Andres Granados2008-02-011-1/+1
* Log the pluginsystem stuff ot a file.Joel Andres Granados2008-01-161-1/+1
* Change the flows magic a little (unify the defflows and flows variable)Martin Sivak2008-01-021-11/+13
* Move from tasker to pyfirstaidkit to try to follow the standard in site-packa...Joel Andres Granados2008-01-021-0/+352