- Nov 22, 2012
-
-
Alex Pyrgiotis authored
This is the initial commit of the okeanos-helpdesk branch. The main purpose of this branch is to: * Move non-technical parts (e.g examples) to the okeanos-guides docs, where they can be presented in a more user-oriented way * Correct minor omissions that okeanos-helpdesk has encountered during the testing of the image-creator tool
-
- Nov 20, 2012
-
-
Nikos Skalkotos authored
The program would crash when running in wizard mode if the account or token where missing from the .kamakirc file.
-
- Nov 05, 2012
-
-
Nikos Skalkotos authored
This reverts commit 883e57b0. Drop the greenlet support.
-
- Nov 02, 2012
-
-
Nikos Skalkotos authored
Needed by new kamaki, otherwise it throughs an exception at the end.
-
Nikos Skalkotos authored
The former is older but there are packages for it in distros like Ubuntu.
-
- Nov 01, 2012
-
-
Nikos Skalkotos authored
It has changed after the last major revision and was not updated.
-
Nikos Skalkotos authored
-
- Oct 23, 2012
-
-
Nikos Skalkotos authored
This is a workaround for a progress bar bug, where the system may stay with the cursor hidden if finish() is not called.
-
Nikos Skalkotos authored
-
- Oct 22, 2012
-
-
Nikos Skalkotos authored
PBS has now bocome sh.
-
- Oct 19, 2012
-
-
Nikos Skalkotos authored
-
- Oct 18, 2012
-
-
Nikos Skalkotos authored
Thank you cven.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add progress >= 1.0.2 as install_dependency, since this is the version that fixed the empty progress bar problem.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Oct 17, 2012
-
-
Nikos Skalkotos authored
Add missing sections
-
- Oct 16, 2012
-
-
Nikos Skalkotos authored
Add a part explaining the usage and input options of the non-interactive version of snf-image-creator.
-
Nikos Skalkotos authored
Add SORTORDER image property
-
- Oct 15, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Oct 08, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Also add a basic readme file.
-
- Oct 03, 2012
-
-
Nikos Skalkotos authored
-
- Sep 04, 2012
-
-
Nikos Skalkotos authored
Create a new dialog_menu module to host all the "expert mode" code. Check the code with a new version of pep8
-
- 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.
-