- May 14, 2015
-
-
Nikos Skalkotos authored
There were cases where the parameter was of type long and this raises exceptions in newer versions of the python-dialog.
-
- Apr 30, 2015
-
-
Nikos Skalkotos authored
-
- Apr 29, 2015
-
-
Nikos Skalkotos authored
This option can be used to prefix each output line with a timestamp.
-
- Feb 19, 2015
-
-
Nikos Skalkotos authored
If --syslog option is passed to snf-mkimage or snf-image-creator, the program will log its output to syslog too. This resolves #42
-
Nikos Skalkotos authored
This is only needed for the info method. There is no reason to pollute the rest of the methods with this.
-
- Dec 22, 2014
-
-
Nikos Skalkotos authored
By default the output goes to sys.stdout. This is used in snf-mkimage to output the plankton answer when registering an image to a synnefo deployment. This resolves #21
-
- Dec 17, 2014
-
-
Nikos Skalkotos authored
The base class is named Output. Having a method with the same makes the code confusing.
-
- Dec 15, 2014
-
-
Nikos Skalkotos authored
-
- Dec 13, 2014
-
-
Nikos Skalkotos authored
Instead of defining a list member inside.
-
Nikos Skalkotos authored
output is a Output class method and using it in _Progress makes the code more confusing.
-
- Jun 10, 2014
-
-
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.
-
- Mar 19, 2014
-
-
Nikos Skalkotos authored
-
- Jan 08, 2014
-
-
Nikos Skalkotos authored
If the text was more lines that the height of the active region in the dialog the 2 last lines were not displayed.
-
- Jun 11, 2013
-
-
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
-
- May 27, 2013
-
-
Nikos Skalkotos authored
If the image gets registered as public allow anyone to read the metadata and the md5sum file.
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Jan 16, 2013
-
-
Nikos Skalkotos authored
-
- Jan 03, 2013
-
-
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.
-
- Oct 18, 2012
-
-
Nikos Skalkotos authored
Add progress >= 1.0.2 as install_dependency, since this is the version that fixed the empty progress bar problem.
-
- Aug 23, 2012
-
-
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
-
- Aug 08, 2012
-
-
Nikos Skalkotos authored
In the cli output classes this method will clear terminal screen if the standard output is a terminal.
-
- Jun 22, 2012
-
-
Nikos Skalkotos authored
Also fix various issues. snf-image-creator-dialog is almost ready. Some `Help' entries are missing.
-
- Jun 21, 2012
-
-
Nikos Skalkotos authored
Also create a new output class (InfoBoxOutput) to be used when performing syspreps
-
- Jun 14, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 12, 2012
-
-
Nikos Skalkotos authored
-
- Jun 11, 2012
-
-
Nikos Skalkotos authored
-