Skip to content
Snippets Groups Projects
  1. Apr 30, 2015
  2. Apr 29, 2015
  3. Feb 19, 2015
  4. Dec 24, 2014
  5. Dec 22, 2014
  6. Dec 17, 2014
  7. Dec 15, 2014
  8. Dec 13, 2014
  9. Nov 13, 2014
  10. Nov 06, 2014
  11. Nov 05, 2014
    • Nikos Skalkotos's avatar
      Create tmp file to display a fatal error in dialog · ac4250f4
      Nikos Skalkotos authored
      When working with the dialog-based version of the program and a fatal
      error occurs, create a temporary log file and put the full output of the
      program there. This makes it easier for the user to determine what went
      wrong.
      ac4250f4
  12. Sep 09, 2014
  13. Sep 04, 2014
  14. Aug 07, 2014
  15. Jul 31, 2014
  16. Jul 15, 2014
    • Nikos Skalkotos's avatar
      Add device attribute in Disk class · fcc4df5d
      Nikos Skalkotos authored
      This attribute hosts the block device associated with this Disk
      instance. This can be the original media if the source media is a block
      device, a loop device of the original media if the original media is a
      regular file or a loop device of a temporary object if the original
      media is a directory.
      fcc4df5d
  17. Jun 11, 2014
  18. Jun 10, 2014
    • Nikos Skalkotos's avatar
      Switch license to GPLv3 · 822ccd58
      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.
      822ccd58
  19. May 15, 2014
    • Nikos Skalkotos's avatar
      Make sure tracebacks are always displayed correct · c90029f5
      Nikos Skalkotos authored
      If an exception that we don't know how to handle gets thrown, make sure
      the traceback is always printed in the command line. If the output of
      the program is also saved in a log file, then make sure the traceback
      gets printed there too.
      c90029f5
  20. Mar 19, 2014
    • Nikos Skalkotos's avatar
      Restore terminal attributes on exit · 77b92bac
      Nikos Skalkotos authored
      If a dialog widget exits in an abnormal way, we may end up having a
      messed up terminal. Make sure that the terminal attributes are always
      restored before the dialog-based version on snf-image-creator
      terminates.
      77b92bac
  21. Oct 16, 2013
  22. Oct 11, 2013
  23. Jul 18, 2013
  24. Jun 18, 2013
    • Nikos Skalkotos's avatar
      Comply with kamaki 0.9 · 49c07ce3
      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
      49c07ce3
  25. Jun 15, 2013
  26. Jun 11, 2013
    • Nikos Skalkotos's avatar
      Code Cleanup · 121f3bc0
      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
      121f3bc0
  27. May 27, 2013
  28. Apr 25, 2013
  29. Mar 28, 2013
  30. Mar 26, 2013
    • Nikos Skalkotos's avatar
      Rename DiskDevice class to Image · f5174d2c
      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.
      f5174d2c
  31. Jan 10, 2013
  32. Jan 03, 2013
  33. Dec 31, 2012
  34. Dec 13, 2012
  35. Nov 21, 2012
  36. Nov 05, 2012
  37. Nov 02, 2012
Loading