summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit
Commit message (Expand)AuthorAgeFilesLines
* Circular buffer works correctly and the baskup system doesn't stay initialize...Martin Sivak2008-04-221-2/+14
* Move some methods to SimpleIssue classMartin Sivak2008-04-221-25/+25
* Add ISSUE message to reporting and create SimpleIssue as a parent for Issue c...Martin Sivak2008-04-223-32/+49
* Fix the flow modeMartin Sivak2008-04-221-0/+1
* Introduce "interactive" configuration variable and set it to False by defaultMartin Sivak2008-04-221-0/+1
* Add --nodeps commandline parameter and associated operation.dependencies conf...Martin Sivak2008-04-222-23/+24
* known() returns union of detected and provided flagsMartin Sivak2008-04-221-1/+1
* Make the flags and Tasker object reusableMartin Sivak2008-04-212-1/+5
* Improvements targeted at better Gui integrationMartin Sivak2008-04-212-10/+29
* Add --flags commandline option to list all known dependency flagsMartin Sivak2008-04-182-3/+5
* Split the dependency system to its own file, to have better readability when ...Martin Sivak2008-04-182-40/+69
* Flag system is able to list all known flagsMartin Sivak2008-04-182-0/+15
* Introduce the reporting queue support for circular buffer and callback notifi...Martin Sivak2008-04-181-4/+29
* When plugin throws an exception during plugin discovery, ignore it (just prin...Martin Sivak2008-04-102-4/+7
* Rename internal attributec of configuration object to avoid name clashesMartin Sivak2008-04-091-14/+14
* Honor the DEFAULT section in configuration fileMartin Sivak2008-04-091-3/+3
* Enhance the configuration system to allow getting configuration bits helping ...Martin Sivak2008-04-091-1/+13
* 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
* Cleanup the whole backup directory in the end and use weakref for singleton r...Martin Sivak2008-04-081-2/+9
* And use different method for name generation in backupMartin Sivak2008-03-251-1/+2
* Actually import the required shutil module into backupMartin Sivak2008-03-251-0/+1
* Add basic file-based backup methodMartin Sivak2008-03-251-1/+72
* Add the None path (Exception handling) to flowsMartin Sivak2008-03-191-9/+9
* Add fixed() query function into the Issue classMartin Sivak2008-03-191-0/+12
* 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
* If no mode is specified, fall back to the usage message.Joel Andres Granados2008-03-141-1/+1
* Introduce the common Backup interface and move utils package into directoryMartin Sivak2008-03-146-4/+137
* 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-142-0/+143
* There can be a flow name exception when the user defins the plugin/flowJoel Andres Granados2008-03-141-1/+1
* Create an use the invalidpluginname exception.Joel Andres Granados2008-03-143-2/+19
* improve readability of codeJoel Andres Granados2008-03-141-11/+17
* Fix syntax errorJoel Andres Granados2008-03-111-1/+1
* Be more intelligent about configuring the root for the plugin system.Joel Andres Granados2008-03-101-1/+6
* dont use '-' and '_' in the /etc/firstaidkit.conf file.Joel Andres Granados2008-03-101-2/+1
* Correctly search for the plugin paths and correctly add them when found.Joel Andres Granados2008-03-071-3/+3
* Make the interpret.py file readable in limited screan environments :)Joel Andres Granados2008-03-071-8/+19
* Sanitize the origin/level/importance systemMartin Sivak2008-03-054-45/+79
* When instantiating plugin, pass the path to the plugin, so it knows where to ...Martin Sivak2008-03-051-2/+6
* Modify the reporting system to use dictionary as message containerMartin Sivak2008-03-041-7/+24
* Fix behaviour when default flow does not exist and the auto mode is running w...Martin Sivak2008-02-291-2/+2
* One little mistake.. fix the condition in interpreterMartin Sivak2008-02-281-1/+1
* Modify the plugins, tasker and cli launcher to provide means to split the flo...Martin Sivak2008-02-282-19/+36
* Update the spawnvch function to use the subprocess moduleMartin Sivak2008-02-281-12/+15
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-263-46/+40
* Appeninding Return to the class names help to identify them in the plugin code.Joel Andres Granados2008-02-262-8/+8
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-262-11/+44