- May 11, 2015
-
-
Nikos Skalkotos authored
The method was hot-patched into the pythondialog library if it was missing. Use the same format found in pythondialog 3.x
-
Nikos Skalkotos authored
New versions of python-dialog will create deprecation warnings when using the old values
-
- May 07, 2015
-
-
Nikos Skalkotos authored
Use dialog constants to compare with the return value of yesno(). In newer versions of the dialog library, the return value of the function is unicode strings.
-
- Apr 30, 2015
-
-
Nikos Skalkotos authored
* Add text/plain as content type in the md5sum file * Add application/json as content type in the meta file
-
Nikos Skalkotos authored
Allow the user to upload the image to a different container than the "images" one.
-
Nikos Skalkotos authored
-
- Apr 29, 2015
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Allow the user to change the destination container when uploading images.
-
- Feb 20, 2015
-
-
Nikos Skalkotos authored
This task was added in snf-image v0.18
-
Nikos Skalkotos authored
Check if the deployment task list is empty. If this is the case, a message should be printed to the user. If we try to initialize the dialog menu with an empty choices list, the program will crash.
-
Nikos Skalkotos authored
Use a function to determine if a CONFIGURATION_TASK entry specifies a task that is applicable for the current image's OS type.
-
- Dec 22, 2014
-
-
Nikos Skalkotos authored
This displays the registration info as returned by ./kamaki and gives the user the option to save it in a file.
-
Nikos Skalkotos authored
By default the output goes to sys.stdout. This is used in snf-mkimage to output the plankton answer when registering an image to a synnefo deployment. This resolves #21
-
- Dec 17, 2014
-
-
Nikos Skalkotos authored
The base class is named Output. Having a method with the same makes the code confusing.
-
- Dec 15, 2014
-
-
Nikos Skalkotos authored
-
- Dec 13, 2014
-
-
Nikos Skalkotos authored
This can be used to display the current execution log.
-
Nikos Skalkotos authored
Instead of defining a list member inside.
-
- Dec 08, 2014
-
-
Nikos Skalkotos authored
The type for those parameters is list:<type>
-
- Nov 14, 2014
-
-
Nikos Skalkotos authored
Only use the mount feature in the Image class if it is supported by the libguestfs build. The feature of mounting an image locally through FUSE was added in libguestfs 1.18.
-
- Nov 13, 2014
-
-
Nikos Skalkotos authored
Mount the image on the host system using FUSE and libguestfs.
-
- Nov 06, 2014
-
-
Nikos Skalkotos authored
-
- Sep 12, 2014
-
-
Nikos Skalkotos authored
The printed name of the sysprep tasks is constructed from the method name by replacing the _ with " ". This can be used to overwrite it.
-
- Sep 11, 2014
-
-
Nikos Skalkotos authored
When the button is pressed it displays further information about an installed VirtIO driver.
-
- Sep 10, 2014
-
-
Nikos Skalkotos authored
Use qemu-nbd to export a QEMU image as raw where needed
-
Nikos Skalkotos authored
This used to be a class in the util module, but since this is only used on the Image, it suits better there.
-
- Aug 18, 2014
-
-
Nikos Skalkotos authored
When the user picks a directory that contains VirtIO drivers, show him the version of the discovered drivers in the confirmation box.
-
- Aug 07, 2014
-
-
Nikos Skalkotos authored
-
- Aug 05, 2014
-
-
Nikos Skalkotos authored
Don't treat shrink as a seperated task. Add it in the syspreps menu.
-
- Aug 04, 2014
-
-
Nikos Skalkotos authored
Change the sysprep enabling and disabling mechanism to always work correct. The previous implementation was buggy and would erroneously "remember" the executed syspreps on a reset.
-
- Jul 31, 2014
-
-
Nikos Skalkotos authored
* Cleanup Wizard and WizardPage classes in dialog_wizard * Fix various pylint warnings
-
- Jul 18, 2014
-
-
Nikos Skalkotos authored
Add a page in the dialog wizard that displays the current state of the VirtIO drivers of the image and allow the user to update the installed VirtIO drivers. This page will only be shown if the media hosts a Windows image.
-
Nikos Skalkotos authored
The sysprep parameters with the hidden attribute enabled are not displayed to the user.
-
- Jul 16, 2014
-
-
Nikos Skalkotos authored
Merge the Parameter menu entry with Sysprep and add a new entry for installing VirtIO drivers. This will only be visible in Windows.
-
Nikos Skalkotos authored
This parameter points to a directory that hosts virtio drivers for windows.
-
- Jun 11, 2014
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Use select_file() to update a "file" sysprep param * Switch the order of <Details> and <Update> buttons * Use the last visited menu entry as default item
-
Nikos Skalkotos authored
Rewrite the mechanism to have better control on the system preparation parameters. Also change the way the parameters are updated in the UI.
-
Nikos Skalkotos authored
If the needed sysprep parameters had all default values, snf-image-creator would crash when trying to run the image customization. This bug could not be triggered from the current os_type classes.
-
- Jun 10, 2014
-
-
Nikos Skalkotos authored
According to the decision of the GRNET Board of Directors, switch license to GPLv3. This commit will be propagated to the release and master branches based on git flow, and the next release will be licensed as GPLv3.
-
- May 19, 2014
-
-
Nikos Skalkotos authored
When adding a new image property, check if the property already exists or if it contains invalid characters.
-