Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. 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
  4. Oct 16, 2013
  5. Oct 11, 2013
  6. Jul 18, 2013
  7. 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
  8. Jun 15, 2013
  9. 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
  10. May 27, 2013
  11. Apr 25, 2013
  12. Mar 28, 2013
  13. 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
  14. Jan 10, 2013
  15. Jan 03, 2013
  16. Dec 31, 2012
  17. Dec 13, 2012
  18. Nov 21, 2012
  19. Nov 05, 2012
  20. Nov 02, 2012
  21. Oct 18, 2012
  22. Sep 04, 2012
  23. Sep 01, 2012
  24. Aug 29, 2012
  25. Aug 24, 2012
  26. Aug 23, 2012
  27. Aug 22, 2012
  28. Aug 08, 2012
  29. Jul 31, 2012
  30. Jul 27, 2012
  31. Jul 26, 2012
  32. Jul 24, 2012
  33. Jun 28, 2012
  34. Jun 27, 2012
Loading