- 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
-
- Apr 29, 2015
-
-
Nikos Skalkotos authored
Allow the user to change the destination container when uploading images.
-
- Jan 30, 2015
-
-
Nikos Skalkotos authored
-
- Dec 17, 2014
-
-
Nikos Skalkotos authored
The base class is named Output. Having a method with the same makes the code confusing.
-
- Dec 13, 2014
-
-
Nikos Skalkotos authored
Instead of defining a list member inside.
-
- Nov 06, 2014
-
-
Nikos Skalkotos authored
-
- Nov 03, 2014
-
-
Nikos Skalkotos authored
This complies better with the python conventions
-
- 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
When working in wizard mode, give the user the ability to revert the installation of the VirtIO drivers.
-
Nikos Skalkotos authored
-
- Aug 05, 2014
-
-
Nikos Skalkotos authored
Don't treat shrink as a seperated task. Add it in the syspreps menu.
-
Nikos Skalkotos authored
-
- 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.
-
- Jun 13, 2014
-
-
Nikos Skalkotos authored
pep8 1.5 introduced a new test (E265) to ensure there's at least one space before block comment.
-
Nikos Skalkotos authored
Now that all sysprep parameters are optional, wizard page is no longer needed.
-
- 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.
-
- Mar 19, 2014
-
-
Nikos Skalkotos authored
-
- Aug 23, 2013
-
-
Nikos Skalkotos authored
-
- Jul 30, 2013
-
-
Nikos Skalkotos authored
Remove constants BOOT_TIMEOUT, SHUTDOWN_TIMEOUT and CONNECTION_RETRIES and add then as sysprep_parameters
-
Nikos Skalkotos authored
This is needed since the input we get from the input dialogs is always strings.
-
Nikos Skalkotos authored
Fix some bugs and some other coding issues found using pylint
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The user may define parameters needed by the os_type classes to perform the system preparation tasks. A new needed_sysprep_params method is added to os_type.OSBase that returns a list with parameters that should be defined by the user.
-
- Jun 20, 2013
-
-
Nikos Skalkotos authored
In the documentation and the printed messages, remove all references to ~okeanos, pithos or cyclades.
-
Nikos Skalkotos authored
* Move all common WizardPage variables to the base class * Give more sensible names to some variables * Make Wizard compute the title for all WizardPages
-
- Jun 19, 2013
-
-
Nikos Skalkotos authored
Make the cloud selection wizard page an instance of WizardMenuPage
-
- Jun 18, 2013
-
-
Nikos Skalkotos authored
When registring an image, use the information returned by the kamaki register method to construct the metadata file. When dumping the image to the local filesystem, store the image properties and the disk-format info in the metadata file.
-
Nikos Skalkotos authored
* Change the authentication everywhere to use clouds (authentication URL and token pairs) * Add menu entries to manage clouds * Add an extra -a option in snf-image-creator to allow the user to specify authentication URLs
-
- Jun 11, 2013
-
-
Nikos Skalkotos authored
* Prefix all private methods with _ * Write missing docstrings * Move all public methods above the private ones * Add module docstrings where missing * Define source code encodings on all modules
-
- Jun 07, 2013
-
-
Nikos Skalkotos authored
-
- May 27, 2013
-
-
Nikos Skalkotos authored
If the image gets registered as public allow anyone to read the metadata and the md5sum file.
-
- May 17, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Check if the filesystem is mounted read-write before you execute the do_sysprep function
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-