Update version.py and ChangeLog for 0.6.1
[snf-image-creator] / image_creator / main.py
2014-01-07 Nikos SkalkotosSwitch names btw snf-image-creator & snf-mkimage
2013-10-16 Nikos SkalkotosAdd diagnose() method in OSBase derived classes
2013-10-11 Nikos SkalkotosAllow image creation from unsupported media
2013-08-03 Nikos SkalkotosFix a typo in one of the input options
2013-07-30 Nikos SkalkotosAdd option for printing the needed sysprep params
2013-07-30 Nikos SkalkotosAdd support for sysprep-parameters
2013-06-20 Nikos SkalkotosRemove all referencies to words like ~okeanos
2013-06-18 Nikos SkalkotosChange the metadata file format to json
2013-06-18 Nikos SkalkotosAdd --cloud option in snf-image-creator
2013-06-18 Nikos SkalkotosComply with kamaki 0.9
2013-06-11 Nikos SkalkotosCode Cleanup
2013-06-07 Nikos SkalkotosMove mount/umount from image to os_type module
2013-05-27 Nikos SkalkotosShare the md5sum and meta file if image is public
2013-05-24 Nikos SkalkotosCheck if remote files exist before uploading
2013-05-23 Nikos SkalkotosFix an some error messages in snf-image-creator
2013-05-17 Nikos SkalkotosDon't execute syspreps if the fs is not mounted rw
2013-03-26 Nikos SkalkotosRename DiskDevice class to Image
2013-03-22 Nikos SkalkotosClean-up the code using flake8
2013-03-21 Nikos SkalkotosDon't check the token if -t is not defined
2013-03-20 Nikos SkalkotosFix syntax errors
2013-03-17 Nikos SkalkotosSupport private images
2013-03-16 Nikos SkalkotosFix minor typos
2013-03-14 Nikos SkalkotosUse only the token to authenticate to synnefo
2013-01-10 Nikos SkalkotosAllow users to specify tmp dir for large files
2013-01-03 Nikos SkalkotosMinor fixes in output messages
2012-11-05 Nikos SkalkotosRevert "Monkey patch the source to work with gevent" v0.1
2012-11-02 Nikos SkalkotosMonkey patch the source to work with gevent
2012-10-18 Nikos SkalkotosHandle keaboard interrupts and TERM signals.
2012-10-18 Nikos SkalkotosMount the media ro if --print-sysprep is specified
2012-09-01 Vangelis KoukisFix various typos, add .gitignore file
2012-08-08 Nikos SkalkotosRemove the image size from the image metadata
2012-08-08 Nikos SkalkotosRemove an unused import in main.py
2012-06-27 Nikos SkalkotosFix pep8 errors
2012-06-21 Nikos SkalkotosAdd get_sysprep_by_name method in os_type classes
2012-06-15 Nikos SkalkotosOpen snapshot in binary mode before uploading
2012-06-15 Nikos SkalkotosIn some circumstances mount the image readonly
2012-06-15 Nikos SkalkotosDon't handle kamaki exceptions in kamaki_wrapper
2012-06-14 Nikos SkalkotosFix a bug introduced in 4e58b51b
2012-06-11 Nikos SkalkotosCreate a new output subpackage
2012-06-06 Nikos SkalkotosFix copyright date in main.py
2012-06-06 Nikos SkalkotosCheck if stdout is a tty
2012-06-05 Nikos SkalkotosUnify output by creating a seperated output module
2012-05-18 Nikos SkalkotosRemove get_metadata() from os_type classes
2012-05-18 Nikos SkalkotosAdd option for passing user-defined image metadata
2012-05-04 Nikos SkalkotosRemove the swap partition when shrinking
2012-04-29 Nikos SkalkotosMove get_os_class from image_creator to os_type
2012-04-27 Nikos SkalkotosCleanup code in disk module
2012-04-25 Nikos SkalkotosAdd new line in metadata and md5sum string
2012-04-24 Nikos SkalkotosMinor cleanup (typos, comments, etc)
2012-04-24 Nikos SkalkotosSwitch to ansicolor for coloring & fix pep8 errors
2012-04-23 Nikos SkalkotosUse progress for progress bar & implement register
2012-04-20 Nikos SkalkotosAdd progress bar in pithos upload & compute md5sum
2012-04-20 Nikos SkalkotosSeperate snapshoting from get_device in Disk class
2012-04-19 Nikos SkalkotosFix image upload
2012-04-19 Nikos SkalkotosMake -u and -r input options require an argument
2012-04-10 Nikos SkalkotosAdd options for enabling/disabling sysprep tasks
2012-04-09 Nikos SkalkotosAdd options for printing sysprep and data cleanup
2012-03-24 Nikos SkalkotosAdd silent mode option
2012-03-24 Nikos SkalkotosCapitalize all image metadata keys
2012-03-24 Nikos SkalkotosFix cli options help messages
2012-03-23 Nikos SkalkotosMove image_extract method into DiskDevice
2012-03-21 Nikos SkalkotosFix linux sysprep_acpid & remove output indents
2012-03-20 Nikos SkalkotosBeautify program's output.
2012-03-19 Nikos SkalkotosFix license, copyright and pep8 infractions
2012-03-16 Nikos SkalkotosCreate an exception based error reporting system
2012-03-13 Nikos SkalkotosAdd sysprep method in os_type classes.
2012-03-09 Nikos SkalkotosRemove python-losetup dependency
2012-03-08 Nikos SkalkotosAdd options for image upload/register with kamaki
2012-02-29 Nikos SkalkotosAdd input options and populate image metadata
2012-02-28 Nikos SkalkotosDocument basic classes and methods
2012-02-24 Nikos SkalkotosMajor code revision
2012-02-22 Nikos SkalkotosFix code for cleanup of image data
2012-02-20 Nikos SkalkotosAdd OS specific classes
2012-02-17 Nikos SkalkotosUse libguestfs to access the image
2012-02-15 Nikos SkalkotosInitial commit