Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | setPartition is useless. | Joel Andres Granados | 2008-03-07 | 1 | -146/+0 | |
| | ||||||
* | make sure that we commit the changes to the disk. | Joel Andres Granados | 2008-03-07 | 1 | -14/+5 | |
| | ||||||
* | Simplify the getrescuable function. Put the actual rescue code in ↵ | Joel Andres Granados | 2008-03-07 | 1 | -149/+77 | |
| | | | | | | | | | | | add_partition method. Its just better to show the possible partitions that can be rescued instead of checking for the rescuability. This means that in the list returned by getRescuable, there are partitions that are not actually rescuable. Since we dont need to separate the search for rescuable and the commit stuff, we do away with the rescueable method and put it all in add_partition | |||||
* | do a better job with the rescue method. | Joel Andres Granados | 2008-03-07 | 1 | -15/+36 | |
| | ||||||
* | Make the rescue and setpartitionlist methods workable. | Joel Andres Granados | 2008-03-07 | 1 | -91/+74 | |
| | ||||||
* | Make the setpartitionlist method work. | Joel Andres Granados | 2008-03-07 | 1 | -88/+135 | |
| | ||||||
* | Typo, and temoprary string output for debugging. | Joel Andres Granados | 2008-03-07 | 1 | -1/+3 | |
| | ||||||
* | take away print messages. | Joel Andres Granados | 2008-03-07 | 1 | -12/+0 | |
| | ||||||
* | Update the help string | Martin Sivak | 2008-03-06 | 1 | -4/+6 | |
| | ||||||
* | Fix wrong verbose condition | Martin Sivak | 2008-03-05 | 1 | -1/+1 | |
| | ||||||
* | Sanitize the origin/level/importance system | Martin Sivak | 2008-03-05 | 7 | -58/+136 | |
| | | | | | Use reporting when possible (some messages automatically use Logger to avoid duplication) Improve the Output thread to use the new level/importance system | |||||
* | When instantiating plugin, pass the path to the plugin, so it knows where to ↵ | Martin Sivak | 2008-03-05 | 2 | -8/+12 | |
| | | | | find it's parts | |||||
* | Modify the reporting system to use dictionary as message container | Martin Sivak | 2008-03-04 | 2 | -8/+25 | |
| | ||||||
* | Fix some semandics in reporting and typo in dependencies | Martin Sivak | 2008-03-04 | 1 | -2/+2 | |
| | ||||||
* | Actually print the new root password | Martin Sivak | 2008-03-04 | 1 | -0/+3 | |
| | ||||||
* | First commit of the undelete partition. Not functional but most of the work ↵ | Joel Andres Granados | 2008-03-01 | 4 | -0/+961 | |
| | | | | is done. | |||||
* | import os for the isdir call. | Joel Andres Granados | 2008-03-01 | 1 | -1/+1 | |
| | ||||||
* | Plugin for password management, capable of reseting root password | Martin Sivak | 2008-02-29 | 1 | -0/+61 | |
| | ||||||
* | Fix behaviour when default flow does not exist and the auto mode is running ↵ | Martin Sivak | 2008-02-29 | 1 | -2/+2 | |
| | | | | without specified flow | |||||
* | One little mistake.. fix the condition in interpreter | Martin Sivak | 2008-02-28 | 1 | -1/+1 | |
| | ||||||
* | Modify the plugins, tasker and cli launcher to provide means to split the ↵ | Martin Sivak | 2008-02-28 | 4 | -22/+42 | |
| | | | | | | flows into diagnostics and fixes. So when the user launches ./firstaidkit -a it runs only diagnostics. For fixing use ./firstaidkit -a fix | |||||
* | Update the spawnvch function to use the subprocess module | Martin Sivak | 2008-02-28 | 1 | -12/+15 | |
| | ||||||
* | Add an extra name to the usage string. | Joel Andres Granados | 2008-02-26 | 1 | -1/+1 | |
| | ||||||
* | Change the of the paths in the config file to be consistent with the rest of ↵ | Joel Andres Granados | 2008-02-26 | 1 | -4/+4 | |
| | | | | firstaidkit. | |||||
* | Rename the Return* classes to more sane names and update everything to use them | Martin Sivak | 2008-02-26 | 10 | -99/+97 | |
| | | | | | Fix the NoOptionError exception throwing in configuration Add the -a|--auto parameter to launch the automatic mode of operation | |||||
* | Appeninding Return to the class names help to identify them in the plugin code. | Joel Andres Granados | 2008-02-26 | 8 | -58/+58 | |
| | ||||||
* | Use a more intuitive return class names for the default flows. | Joel Andres Granados | 2008-02-26 | 8 | -61/+94 | |
| | | | | | 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 Granados | 2008-02-26 | 9 | -26/+20 | |
| | | | | Move the examples to their own directory. | |||||
* | repeated word. | Joel Andres Granados | 2008-02-26 | 1 | -1/+1 | |
| | ||||||
* | Move the check for root environment into the interpret and utilize flag ↵ | Martin Sivak | 2008-02-26 | 5 | -9/+45 | |
| | | | | | | system for it. Add --info and --list commands for getting the information about plugins. | |||||
* | We have to create the directory. | Joel Andres Granados | 2008-02-20 | 1 | -2/+2 | |
| | ||||||
* | fix some errors. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | Clean the spec file a little. | Joel Andres Granados | 2008-02-20 | 1 | -2/+2 | |
| | ||||||
* | Modify spec file so it includes the conf file at /etc. | Joel Andres Granados | 2008-02-20 | 1 | -0/+2 | |
| | ||||||
* | Create a firstaidkit configuration file. | Joel Andres Granados | 2008-02-20 | 1 | -0/+82 | |
| | ||||||
* | underline is much better. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | fix repeated line. | Joel Andres Granados | 2008-02-20 | 1 | -1/+0 | |
| | ||||||
* | Its better to have a section of paths. This will allow to add and erase paths | Joel Andres Granados | 2008-02-20 | 3 | -9/+24 | |
| | | | | as the user sees necessary. | |||||
* | correct section name. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | fix some mistakes. | Joel Andres Granados | 2008-02-20 | 1 | -3/+3 | |
| | ||||||
* | Allow to look for plugins in multiple places. | Joel Andres Granados | 2008-02-20 | 1 | -31/+32 | |
| | ||||||
* | Allow for a better detection of the whereabouts of the plugins. This is only ↵ | Joel Andres Granados | 2008-02-20 | 1 | -6/+9 | |
| | | | | for the default. | |||||
* | Efective user must be root. | Joel Andres Granados | 2008-02-20 | 1 | -2/+11 | |
| | ||||||
* | print help if no args are given. | Joel Andres Granados | 2008-02-20 | 1 | -1/+5 | |
| | ||||||
* | Include making the rpm and srpm in the makefile. | Joel Andres Granados | 2008-02-20 | 1 | -0/+4 | |
| | ||||||
* | First and incomplete try for list of supported flags | Martin Sivak | 2008-02-13 | 1 | -0/+55 | |
| | ||||||
* | Add FlagTrackerPlugin base class | Martin Sivak | 2008-02-13 | 1 | -0/+56 | |
| | ||||||
* | Stupid typo... | Martin Sivak | 2008-02-11 | 1 | -1/+1 | |
| | ||||||
* | Add a possibility to set list of flags, which are true from the beginning | Martin Sivak | 2008-02-11 | 3 | -1/+9 | |
| | ||||||
* | Add conflict flags to plugin definition | Martin Sivak | 2008-02-11 | 2 | -6/+33 | |
| | | | | Add "activity" flags, so our "Tracker plugins logic" can work |