Check if remote files exist before uploading
[snf-image-creator] / image_creator / dialog_wizard.py
2013-05-17 Nikos SkalkotosUse OS as img name in wizard if distro is unknown
2013-05-17 Nikos SkalkotosDon't execute syspreps if the fs is not mounted rw
2013-03-28 Nikos SkalkotosAdd missing docstrings
2013-03-26 Nikos SkalkotosRename DiskDevice class to Image
2013-03-22 Nikos SkalkotosClean-up the code using flake8
2013-03-22 Nikos SkalkotosFix an undefined variable bug
2013-03-19 Nikos SkalkotosMinor code and messages cleanup
2013-03-19 Nikos SkalkotosFix a bug in wizard introduced in 37d581b868919aae
2013-03-18 Nikos SkalkotosDisplay gathered info in wizard's confirmation box
2013-03-17 Nikos SkalkotosSupport private images
2013-03-14 Nikos SkalkotosUse only the token to authenticate to synnefo
2013-03-06 Nikos SkalkotosUse user id to authenticate with synnefo
2013-01-03 Nikos SkalkotosMinor fixes in output messages
2012-11-20 Nikos SkalkotosFix a bug in dialog wizard
2012-09-04 Nikos SkalkotosCode cleanup and refactoring
2012-09-01 Vangelis KoukisFix various typos, add .gitignore file
2012-08-24 Nikos SkalkotosIn wizard update the bg title after shrinking
2012-08-23 Nikos SkalkotosFix the wizard confirmation message
2012-08-22 Nikos SkalkotosAdd logging service in snf-image-creator-dialog
2012-08-21 Nikos SkalkotosWhen in wizard mode, allow local image dumping
2012-08-20 Nikos SkalkotosImplement a WizardExit exception in dialog_wizard
2012-08-08 Nikos SkalkotosUse the description field inputed in the wizard
2012-08-08 Nikos SkalkotosAdd a new clear method in the Output class
2012-08-08 Nikos SkalkotosRemove the image size from the image metadata
2012-08-08 Nikos SkalkotosMake the dialog wizard workable
2012-07-31 Nikos SkalkotosAdd all wizard dialog boxes.
2012-07-26 Nikos SkalkotosMove wizard code out of dialog_main.py