- 21 May, 2014 10 commits
-
-
Stavros Sachtouris authored
The object was a property, although this served no purpose at all.
-
Stavros Sachtouris authored
Refs #9 This change affects both the kamaki.cli and kamaki.clients hierarchies It is of semantic significance only Backwards compatibility is preserved in kamaki.clients, so that old code using base_url instead of endpoint_url will still work.
-
Stavros Sachtouris authored
Refs #9 Renamed: kamaki.cli.cmds._optional_json: _print --> print_ kamaki.cli.cmds.cyclades.Wait: _wait --> wait kamaki.cli.cmds.cyclades.ServerWait: _wait --> wait kamaki.cli.cmds.image: _load_image_meta --> load_image_meta kamak.cli.cmds.network: _wait --> wait kamaki.cli.cmds.pithos.PithosAccount: _is_dir --> obj_is_dir _resolve_pithos_url --> resolve_pithos_url Removed: kamaki.cli.cmds.pithos.PithosAccount: _validate_image_meta, _validate_image_location
-
Stavros Sachtouris authored
DontRaire[KeyErrors/UnicodeErrors/etc] --> dont_raise(error type) addLogSettings --> client_log dataModification --> fall_back
-
Stavros Sachtouris authored
The following variables are now used only inside the module or method they are defined: _help, _debug, _verbose, _color, filelog
-
Stavros Sachtouris authored
Move and rename: kamaki.cli.cmds.cyclades._service_wait --> kamaki.cli.cmds.Wait The class is now accessible to all commands, therefore it is not an internal class for cyclades module. The name of the class changed to conform with pep8 suggestions for classes
-
Stavros Sachtouris authored
Both classes are located in kamaki.cli.cmds
-
Stavros Sachtouris authored
New class is called "OptionalOutput" Old and new classes were/are located at kamaki.cli.cmds
-
Stavros Sachtouris authored
Class is located at kamaki.cli.cmds
-
Stavros Sachtouris authored
-
- 01 Apr, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 31 Mar, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #2
-
- 27 Feb, 2014 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 26 Feb, 2014 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #5150
-
- 25 Feb, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5150 Loop over a string and attempt to encode it in a given encoding If a char fails, replace it with a replacement character
-
- 24 Feb, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5150
-
- 11 Feb, 2014 1 commit
-
-
Stavros Sachtouris authored
Refs: #5051
-
- 13 Dec, 2013 2 commits
-
-
Stavros Sachtouris authored
Conflicts: kamaki/clients/cyclades/__init__.py
-
Stavros Sachtouris authored
-
- 12 Dec, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 11 Dec, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 10 Dec, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 09 Dec, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #4563
-
Stavros Sachtouris authored
Refs: #4563
-
- 29 Nov, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #4624, #4563
-
- 26 Nov, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4583
-
- 19 Nov, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4616, #4617 Remove max_theads from config, move control to threaded commands as --threads Set default MAX_THREADS to 1
-
- 15 Nov, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4596
-
- 06 Nov, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4563
-
- 10 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs:#4312
-
- 02 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 01 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4342 It currently exists along with -j/--json for bw compatiblity. --output-format=json is equivalent to -j or --json
-
- 27 Sep, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #4352
-
Stavros Sachtouris authored
Refs: #4352 Progress bar is now able to "count down", be "eating" the bar instead of filling it, thus has meaning for timeouts All waits are time-outs, except for "server BUILD"
-
- 20 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 12 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4292
-