- 07 Jul, 2014 9 commits
-
-
Stavros Sachtouris authored
Also, adjust to new "kamaki.cli" naming conventions
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
The Cyclades client overrides some methods of the OS-specific client, due to API differences: create_volume, create_snapshot Unit tests for these methods are also implemented
-
Stavros Sachtouris authored
Includes unit tests
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Package name: kamaki.clients.blockstorage
-
- 23 Jun, 2014 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Fixes #25 If the default log file location is not accessile, inform user about the error (e.g., no write permission, location does not exist). Also, make non-debug log messages shorter and make sure all instructions and warnings are printed to standard error.
-
- 16 Jun, 2014 3 commits
-
-
Stavros Sachtouris authored
Fixes #21
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 13 Jun, 2014 4 commits
-
-
Stavros Sachtouris authored
Refs #21
-
Stavros Sachtouris authored
Refs #21
-
Stavros Sachtouris authored
Refs #21
-
Stavros Sachtouris authored
Fixes #22
-
- 12 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 11 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Closes #27
-
- 05 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes #24
-
- 02 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 30 May, 2014 1 commit
-
-
Stavros Sachtouris authored
This bug caused AstakosClientError class to call both parent class constructors, while only the AstakosClientException class constructor needs to be called.
-
- 26 May, 2014 1 commit
-
-
Stavros Sachtouris authored
The false alarm in caused when testing kamaki threads that run too fast to catch them in an unfinished state. The "assert thread as unfinished" check fails in that case, although nothing is wrong with the functionality.
-
- 23 May, 2014 5 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs #18 Most errors are caused by changes in the names of classes, methods and packages.
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Old unitests were testing the old AstakosClient class, which is not been used anymore. The new package inctroduces wrapper classes for the synnefo.AstakosClient class. The later is not tested in this patch, but the wrapper classes and kamaki-specific extentions are.
-
- 21 May, 2014 11 commits
-
-
Ilias Tsitsimpis authored
Rename packages, classes, methods and variables so that they comply with PEP8 standards.
-
Stavros Sachtouris authored
Resolves #9 This variable was used only once per case
-
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
-
Stavros Sachtouris authored
The method was used only once, so it is merged in caller code
-
Stavros Sachtouris authored
Refs #9 Renamed to comply with pep8: kamaki.cli.config.Config: _cloud_name --> cloud_name kamaki.cli.shell: _init_shell --> init_shell Merged with caller methods because they where used only once: kamaki.cli: _construct_command_syntax, _num_of_matching_terms kamaki.cli.utils: _parse_with_regex kamaki.cli.one_cmd: _get_cmd_tree_from_spec, _get_best_match_from_cmd_tree Remove now unused method _num_of_matching_terms
-
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
-