- Feb 19, 2015
-
-
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
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.
-
- 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
-
- Mar 28, 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 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 11, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 07, 2012
-
-
Nikos Skalkotos authored
This is handy because now progress class can print using the output methods of it's output class
-
- Jun 06, 2012
-
-
Nikos Skalkotos authored
If not then don't output progressbars and colors
-
Nikos Skalkotos authored
The progress bar of the progress generator had a wrong max attribute.
-
- Jun 05, 2012
-
-
Nikos Skalkotos authored
All image-creator components now output messages using an instance of one of the output classes.
-