| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Import the renamed module (change tasker to pyfirstaidkit) | Martin Sivak | 2008-01-02 | 7 | -16/+16 | |
| | | ||||||
| * | Fix the __init__ of Invalid Flow Name exception | Martin Sivak | 2008-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Change the flows magic a little (unify the defflows and flows variable) | Martin Sivak | 2008-01-02 | 2 | -12/+14 | |
| | | ||||||
| * | Add the dependency system to architecture image | Martin Sivak | 2008-01-02 | 1 | -4/+31 | |
| | | ||||||
| * | Actually remove the tasker stuff. | Joel Andres Granados | 2008-01-02 | 11 | -806/+0 | |
| | | ||||||
| * | Move from tasker to pyfirstaidkit to try to follow the standard in ↵ | Joel Andres Granados | 2008-01-02 | 11 | -0/+806 | |
| | | | | | site-packages. | |||||
| * | Add GPL file, move README and PLUGINS into docs. name the name script ↵ | Joel Andres Granados | 2008-01-02 | 5 | -0/+348 | |
| | | | | | firstaidkit. | |||||
| * | Still not perfect, but at least do not use completelly hardcoded paths to ↵ | Martin Sivak | 2008-01-02 | 1 | -6/+7 | |
| | | | | | the binary part of plugin | |||||
| * | Sample plugins with dependencies and some dependency system improvements and ↵ | Martin Sivak | 2008-01-02 | 5 | -6/+173 | |
| | | | | | bugfixes (one typo..) | |||||
| * | Rename destroy action to clean to honor the current plugin API | Martin Sivak | 2008-01-02 | 1 | -3/+3 | |
| | | ||||||
| * | Add message types for structured stuff like trees and tables. | Martin Sivak | 2008-01-02 | 1 | -1/+9 | |
| | | ||||||
| * | Add dependency system into plugins. Use the require/provide model to control it. | Martin Sivak | 2008-01-02 | 2 | -12/+61 | |
| | | ||||||
| * | Add spawnvch utility function to run process in chroot environment | Martin Sivak | 2007-12-21 | 1 | -0/+38 | |
| | | ||||||
| * | - Make simple reporting thread in main | Martin Sivak | 2007-12-19 | 8 | -13/+74 | |
| | | | | | | | | - 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 | |||||
| * | Fix the exclude feature also in plugin system | Martin Sivak | 2007-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | make the -x option work | Martin Sivak | 2007-12-07 | 1 | -3/+3 | |
| | | ||||||
| * | Fix the lock behaviour in configuration and introduce _list method into ↵ | Martin Sivak | 2007-12-07 | 1 | -4/+14 | |
| | | | | | section for retrieving list of values | |||||
| * | Add the project's architecture image | Martin Sivak | 2007-12-06 | 2 | -0/+946 | |
| | | ||||||
| * | Add locking mechanism to Config object and make some changes (mostly add ↵ | Martin Sivak | 2007-12-06 | 5 | -15/+44 | |
| | | | | | shortcut functions) to reporting | |||||
| * | Some docs change in Reporting | Martin Sivak | 2007-12-05 | 1 | -2/+2 | |
| | | ||||||
| * | Some changes to semantics | Martin Sivak | 2007-12-05 | 1 | -13/+15 | |
| | | ||||||
| * | Reporting stuff, semantics and constants | Martin Sivak | 2007-12-05 | 1 | -2/+23 | |
| | | ||||||
| * | We have to know where is mounted the system we want to repair | Martin Sivak | 2007-12-05 | 2 | -1/+7 | |
| | | ||||||
| * | Add basic reporting class and integrate it into the plugin system | Martin Sivak | 2007-12-04 | 7 | -10/+65 | |
| | | ||||||
| * | Split Tasker and the cli interface (for now) in main.py | Martin Sivak | 2007-12-04 | 3 | -15/+51 | |
| | | ||||||
| * | Make it possible to select flow from plugin | Martin Sivak | 2007-11-29 | 2 | -6/+36 | |
| | | ||||||
| * | Some more configuration stubs.. and one fix in configuraton module | Martin Sivak | 2007-11-29 | 2 | -2/+20 | |
| | | ||||||
| * | Add some basic command line handling to the launcher | Martin Sivak | 2007-11-29 | 2 | -1/+41 | |
| | | ||||||
| * | Fixed some typos and improved the flow stuff and docs a little | Martin Sivak | 2007-11-27 | 3 | -30/+24 | |
| | | ||||||
| * | Keep documening. | Joel Andres Granados | 2007-11-23 | 1 | -22/+68 | |
| | | ||||||
| * | Take the plugin info attributes aoutside the __init__. This allows us | Joel Andres Granados | 2007-11-23 | 6 | -87/+120 | |
| | | | | | to query plugin information without instantiating. | |||||
| * | Erase the return from the functions. | Joel Andres Granados | 2007-11-22 | 4 | -24/+1 | |
| | | ||||||
| * | Change all references from init to prepare. | Joel Andres Granados | 2007-11-22 | 8 | -40/+40 | |
| | | | | | | | Change all references from purge to clean. Log a warning when abstract functions are not used. | |||||
| * | Some documentation. | Joel Andres Granados | 2007-11-21 | 3 | -3/+54 | |
| | | | | | Added myself as an author. | |||||
| * | Get the shell/Binary example working. | Joel Andres Granados | 2007-11-21 | 4 | -7/+144 | |
| | | ||||||
| * | Took away the BinPlugin class. It is not needed because the plugin | Joel Andres Granados | 2007-11-21 | 1 | -39/+10 | |
| | | | | | | | | | developer can use the subprocess functionality that python provides. This functionality will be far more general that whatever we can privide. Some other minor changes. | |||||
| * | take out unnecesary space. | Joel Andres Granados | 2007-11-21 | 1 | -5/+1 | |
| | | | | | no describe function. | |||||
| * | Implement the error class. | Joel Andres Granados | 2007-11-21 | 5 | -17/+235 | |
| | | | | | | | 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 Granados | 2007-11-20 | 2 | -61/+9 | |
| | | | | | Change the word destroy for purge. It just sounds better. | |||||
| * | General debuging. | Joel Andres Granados | 2007-11-20 | 2 | -17/+20 | |
| | | | | | Begin to do the example plugins. | |||||
| * | Do some documenting and chante the Plugin class so that | Joel Andres Granados | 2007-11-20 | 1 | -24/+75 | |
| | | | | | | it handles the flows automatically and also provides a manual override (The nextstep function) | |||||
| * | Lets use Plugin as an abstract class. | Joel Andres Granados | 2007-11-20 | 2 | -14/+49 | |
| | | ||||||
| * | A little documentation. | Joel Andres Granados | 2007-11-20 | 1 | -4/+15 | |
| | | ||||||
| * | The order is not defined by the internal variables of the Plugin class or the | Joel Andres Granados | 2007-11-20 | 1 | -15/+3 | |
| | | | | | classes that derive from it. It is defined by the flows defined in the class. | |||||
| * | I Think its better this way. | Joel Andres Granados | 2007-11-20 | 1 | -11/+19 | |
| | | ||||||
| * | I prefer spaces rather than tabs. Its better when the file is seen in | Joel Andres Granados | 2007-11-20 | 3 | -7/+12 | |
| | | | | | some other editor. | |||||
| * | Typo | Joel Andres Granados | 2007-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | Handle the step sequence using "flow" and handle exceptions from the steps | Martin Sivak | 2007-11-16 | 1 | -24/+46 | |
| | | ||||||
| * | Copying header to every saource file | Martin Sivak | 2007-11-15 | 7 | -0/+119 | |
| | | ||||||
| * | Some documentation and licensing | Martin Sivak | 2007-11-15 | 3 | -0/+399 | |
| | | ||||||
