summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Column for flow parameters specificationMartin Sivak2008-04-221-4/+14
|
* List of plugins and flowsMartin Sivak2008-04-221-0/+60
|
* The flags dialog is working nowMartin Sivak2008-04-222-46/+53
|
* known() returns union of detected and provided flagsMartin Sivak2008-04-221-1/+1
|
* Make the Save function workMartin Sivak2008-04-211-1/+10
|
* Open/Save dialogsMartin Sivak2008-04-212-12/+8
|
* Add method for invoking the GUI mode (-g gui)Martin Sivak2008-04-211-16/+58
|
* Add the install flow to grub pluginMartin Sivak2008-04-211-22/+55
|
* Fixes, cleanup, methods for running the configured taskMartin Sivak2008-04-211-23/+54
|
* Make the flags and Tasker object reusableMartin Sivak2008-04-212-1/+5
|
* Improvements targeted at better Gui integrationMartin Sivak2008-04-212-10/+29
|
* Some fixes in the Gui partMartin Sivak2008-04-212-21/+23
|
* Create basic callbacks for the GUI and fix some signal connectionsMartin Sivak2008-04-212-19/+232
|
* Add --flags commandline option to list all known dependency flagsMartin Sivak2008-04-183-4/+9
|
* Split the dependency system to its own file, to have better readability when ↵Martin Sivak2008-04-182-40/+69
| | | | new features are introduced
* Flags dialog and names/signals for the gui items are set properlyMartin Sivak2008-04-181-109/+206
|
* Flag system is able to list all known flagsMartin Sivak2008-04-182-0/+15
|
* Introduce the reporting queue support for circular buffer and callback ↵Martin Sivak2008-04-181-4/+29
| | | | notifications during put operation
* First version of the First Aid Kit GUI designMartin Sivak2008-04-182-0/+809
|
* We do not need to initialize x86BootloaderInfo before we actually create ↵Martin Sivak2008-04-101-1/+1
| | | | instance of this plugin
* When plugin throws an exception during plugin discovery, ignore it (just ↵Martin Sivak2008-04-102-4/+7
| | | | print error message)
* Another fix to spec file, we do not use any .so in rpm pluginMartin Sivak2008-04-101-2/+2
|
* Another fix to spec fileMartin Sivak2008-04-101-2/+4
|
* Fix the spec file and add some more plugins to itMartin Sivak2008-04-101-3/+36
|
* Use config bits mechanism to look for anaconda and booty and then translate ↵Martin Sivak2008-04-092-3/+16
| | | | system device names to grub notation in Grub plugin
* Rename internal attributec of configuration object to avoid name clashesMartin Sivak2008-04-092-14/+23
| | | | Add architecture flags into the FLAGS file
* Honor the DEFAULT section in configuration fileMartin Sivak2008-04-091-3/+3
|
* Update the spec file to reflect recent changes to configurationMartin Sivak2008-04-091-3/+4
|
* Enhance the configuration system to allow getting configuration bits helping ↵Martin Sivak2008-04-093-3/+13
| | | | | | with different packages|plugins Do not print the lines around --print-config, so we can save it directly into correct configuration file
* Report the task start/stop on correct places and report the exceptions there tooMartin Sivak2008-04-091-4/+7
|
* GRUB plugin: Get linux partitions tooMartin Sivak2008-04-081-0/+10
|
* GRUB plugin now looks for bootable partitions and probably has the diagnose ↵Martin Sivak2008-04-081-8/+32
| | | | part working
* First try for the bootloader pluginMartin Sivak2008-04-081-0/+97
|
* When using the iteration mode, catch all plugin exceptions so we can handle ↵Martin Sivak2008-04-081-2/+6
| | | | the None result in flow
* Make the lowlevel rpm plugin work betterMartin Sivak2008-04-083-6/+34
|
* Cleanup the whole backup directory in the end and use weakref for singleton ↵Martin Sivak2008-04-081-2/+9
| | | | reference
* 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
|
* Staled locks handling in rpm lowlevel pluginMartin Sivak2008-03-192-1/+79
|
* Add the None path (Exception handling) to flowsMartin Sivak2008-03-191-9/+9
|
* Update patch in the rpm plugins, add fixing sequencesMartin Sivak2008-03-192-3/+6
|
* 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
|
* The print config part has to be executed right before the Config is locked,Martin Sivak2008-03-181-6/+6
| | | | because command line arguments are making modifications to the Config until that time.
* Have the help and print config first in line.Joel Andres Granados2008-03-181-11/+10
| | | | | Since these two are not modes are operation and exit after executing, they should be first so that an error messages is not showed in the output.
* xserver uses rhpl and rhpxl to find the xserver settingsJoel Andres Granados2008-03-181-0/+1
|
* The temp file was a bad ideaJoel Andres Granados2008-03-181-3/+1
|
* Squashed commit of the following:Joel Andres Granados2008-03-183-19/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | commit 810d6bd770533a8504a64983a4d7e2db406595df Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:45:50 2008 +0100 fix some dependancy issues commit f4bc1ffdb49fadc9fb3de735e06729a40e7641ac Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:42:20 2008 +0100 Include the utils package commit afaaf4dadbe0fb8137576059c3da1cdf62a318e8 Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:27:33 2008 +0100 Fix license in setup.py commit 25442d8c09941126fde5b5d71d5287d0814d712f Author: Joel Andres Granados <jgranado@redhat.com> Date: Tue Mar 18 14:00:46 2008 +0100 Create the rpm subpackage for the xserver plugin
* commit automatically when creating a new versionJoel Andres Granados2008-03-181-0/+1
|