- Jun 11, 2014
-
-
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.
-
Nikos Skalkotos authored
Add functionality for deleting image properties in the "Modify" menu entry in expert mode and completely remove the "Delete" entry.
-
- May 16, 2014
-
-
Nikos Skalkotos authored
-
- May 15, 2014
-
-
Nikos Skalkotos authored
When we wrap text to create a paragraph and print it in a dialog box, make sure the lines will not get wrapped further by the dialog box.
-
- Mar 19, 2014
-
-
Nikos Skalkotos authored
-
- Oct 23, 2013
-
-
Nikos Skalkotos authored
This allows us to add a Description field in register. This can be used to update the DESCRIPTION image property
-
- Oct 16, 2013
-
-
Nikos Skalkotos authored
This can be used to perform various tests to determine if the media is supported.
-
- Oct 11, 2013
-
-
Nikos Skalkotos authored
Add a new "Unsupported" os_type class. Images that get created from unsupported media have the EXCLUDE_ALL_TASKS property enabled.
-
- Oct 09, 2013
-
-
Nikos Skalkotos authored
The program would crash if no image properties were available and the user chose "Edit properties" or "Delete Properties" in the customization menu
-
- Jul 30, 2013
-
-
Nikos Skalkotos authored
Group the system preparation tasks to simple and advanced.
-
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.
-
- Jul 17, 2013
-
-
Nikos Skalkotos authored
python-dialog package in OpenSUSE decorated the returned enabled choices from a dialog checklist with `"'. Remove those characters
-
- Jul 08, 2013
-
-
Nikos Skalkotos authored
The system preparation tasks could be printed multiple times in the help dialog.
-
- Jun 28, 2013
-
-
Nikos Skalkotos authored
-
- Jun 20, 2013
-
-
Nikos Skalkotos authored
In the documentation and the printed messages, remove all references to ~okeanos, pithos or cyclades.
-
- 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 24, 2013
-
-
Nikos Skalkotos authored
Before uploading to pithos, check if any remote file gets overwritten.
-
- May 23, 2013
-
-
Nikos Skalkotos authored
Syspreps that have already been executed shouldn't get returned by list_syspreps
-
- May 20, 2013
-
-
Nikos Skalkotos authored
-
- May 17, 2013
-
-
Nikos Skalkotos authored
Check if the filesystem is mounted read-write before you execute the do_sysprep function
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Mar 26, 2013
-
-
Nikos Skalkotos authored
Rename DiskDevice class to Image and move it to a seperate module. Also, don't let the user access the os_type/* modules directly. In Image class create the `os' member variable that will host an appropriate instance of one of the OSBase classes.
-
- Mar 22, 2013
-
-
Nikos Skalkotos authored
-
- Mar 20, 2013
-
-
Nikos Skalkotos authored
-
- Mar 19, 2013
-
-
Nikos Skalkotos authored
Display the online documentation url
-
Nikos Skalkotos authored
-
- Mar 17, 2013
-
-
Nikos Skalkotos authored
Support images that can only be deployed by the user that registers the image to cyclades
-
- Mar 14, 2013
-
-
Nikos Skalkotos authored
You don't need the account name. You can fetch it from astakos using the authentication token.
-
- Mar 06, 2013
-
-
Nikos Skalkotos authored
Latest versions of synnefo require user id instead of e-mail to authenticate.
-
- Oct 03, 2012
-
-
Nikos Skalkotos authored
-