- Sep 01, 2012
-
-
Vangelis Koukis authored
Fix various typos in messages, add .gitignore file for automatically produced intermediate files.
-
- Aug 29, 2012
-
-
Nikos Skalkotos authored
Every time you tried to reupload an image, the dialog displayed the pithos url instead of the image filename as initial value.
-
Nikos Skalkotos authored
Extend the mechanism to recognise events with value "button/power.*" as power button events. It used to only check for events with value "button[ /]power".
-
Nikos Skalkotos authored
The function used to ignore directories when cleaning sensitive data
-
- Aug 24, 2012
-
-
Nikos Skalkotos authored
The account info was saved in the token field in .kamakirc
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The size of the cow file was hardcoded to 1G. This was buggy, because for a big image, the resize operation could fill up the cow file and fail.
-
- Aug 23, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix some typos and overwrite the yes/no labels of the wizard/expert mode yesno dialog
-
Nikos Skalkotos authored
Also move it to a separate module.
-
- Aug 22, 2012
-
-
Nikos Skalkotos authored
Logging can be enabled using the -l input option
-
Nikos Skalkotos authored
-
- Aug 21, 2012
-
-
Nikos Skalkotos authored
After the image has been uploaded to pithos and registered to cyclades, prompt the user about saving the uploaded image locally.
-
- Aug 20, 2012
-
-
Nikos Skalkotos authored
This exception can be used by the WizardPage instances to exit the wizard.
-
- Aug 08, 2012
-
-
Nikos Skalkotos authored
Make the ImageDescription field of the dialog wizard overwrite the DESCRIPTION image property.
-
Nikos Skalkotos authored
In the cli output classes this method will clear terminal screen if the standard output is a terminal.
-
Nikos Skalkotos authored
If snf-image-creator does not find any passworded user, then the USERS metadata field is not created at all.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
A user can now create and upload an image using the wizard
-
Nikos Skalkotos authored
-
- Jul 31, 2012
-
-
Nikos Skalkotos authored
The system does not perform anything yet when in wizard mode.
-
- Jul 27, 2012
-
-
Nikos Skalkotos authored
-
- Jul 26, 2012
-
-
Nikos Skalkotos authored
Create the new python module to host the aforementioned code.
-
Nikos Skalkotos authored
If present in the kamaki configuration file, the user will read the ~okeanos credentials using the kamaki config interface. Whenever the user changes the ~okeanos credentians, the changes are pushed back to kamaki.
-
- Jul 24, 2012
-
-
Nikos Skalkotos authored
Not fully implemented yet
-
- Jun 28, 2012
-
-
Nikos Skalkotos authored
-
- Jun 27, 2012
-
-
Nikos Skalkotos authored
Fixed many `E127 continuation line over-indented for visual indent' errors
-
Nikos Skalkotos authored
Before extracting an image or registring it with cyclades, the image properties are populated with metadata concerning excluded deployment tasks.
-
Nikos Skalkotos authored
Most partition manipulation programs leave 2048 sector empty space after the last partition.
-
Nikos Skalkotos authored
The method used a wrong warning output function
-
- Jun 26, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 25, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
vfs_uuid is more suitable for this and it whas added before blkid in guestfs, hence it is supported in more guestfs versions.
-
Nikos Skalkotos authored
Inform the user about metadata changes performed during syspreps execution or image shrinking.
-
- Jun 22, 2012
-
-
Nikos Skalkotos authored
Also fix various issues. snf-image-creator-dialog is almost ready. Some `Help' entries are missing.
-
- Jun 21, 2012
-
-
Nikos Skalkotos authored
Also create a new output class (InfoBoxOutput) to be used when performing syspreps
-
Nikos Skalkotos authored
This method returns a sysprep object with a given name. Now, (enable,disable)_sysprep work with sysprep objects instead of sysprep names
-