- 06 Sep, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 29 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4242
-
- 26 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4220
-
- 21 Aug, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #4228 Collect all uuids and get them with one request
-
Stavros Sachtouris authored
Refs: #4228
-
- 26 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3867 Commands affected: server_create/start/shutdown/reboot Also, the wait functionality is now encapsulated in a _server_wait class The server_wait command is just an implementation of this class.
-
Stavros Sachtouris authored
-
- 12 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3934
-
- 06 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3934
-
Stavros Sachtouris authored
Refs: #3934 config set remote.smth.option value inserts option=value in remote smth config get remote.smth lists the contents (key=val) of remote smth config delete remote.smth.option deletes this specific option from the remote smth config delete remote.smth completely erased the remote smth
-
- 05 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3934
-
- 31 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3874 Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get user information and, most importantly, endpoints. Allow users to authenticate multiple tokens on the same session. In every session there must be at most one authentication per user/token. Major change: top kamaki.cli.commands class now contains a base_auth field with the cached authenticating client. All urls are drained from this field.
-
- 24 May, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3633
-
- 22 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3732
-
- 20 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Apply the feature wherever is applicable Generalize the feature by moving the corresponding code to _command_init
-
- 10 May, 2013 1 commit
-
-
Stavros Sachtouris authored
This caused warnings about preset variables
-
- 09 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Unsolved bug: redudant info in logfile
-
- 12 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
Kamaki logger module is now available to both cli and clients packages Users may set the log_file option in configuration file kamaki config set log_file ... Support #3441
-
- 11 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
This is implemented as a configuration option in cli Developers may set it as kamaki.clients.Client.MAX_THREADS = <limit> Adjust documentation acoordingly Feature #3546
-
- 05 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
to avoid kamaki failures due to logging problems
-
Stavros Sachtouris authored
- LOG_TOKEN: whether to log user token in http requests (default: off) - LOG_DATA: whether to log http body (send or secv - default: off) config options: log_token=off, log_data=off
-
- 24 Jan, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 22 Jan, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 22 Dec, 2012 3 commits
-
-
Stavros Sachtouris authored
Suggested use: - declare: (self.)arguments = dict(argname=Argument()) - set/update: self['argname'] = Argument(...) - use: self['argname'] - get arg object: self.get_argument_object('argname')
-
Stavros Sachtouris authored
Not __getitem__ of cli.commands does return arg.value - to set: mycmd['argname'] = Argument(…) or mycmd.argument['argname'] = Argument(…) - to get Argument object: mycmd.get_argument_object('argname') or mycmd.argument['argname'] - to get Argument value: mycmd['argname'] or mycmd['argname'].get_argument('argname') //bw comp.
-
Stavros Sachtouris authored
Now any cli.commands subclass instance: - sets args like this: mycmd['myargname'] = Argument() instead of mycmd.arguments['myargname'] - gets args like this: mycmd['myargname'] = Argument() instead of mycmd.arguments['myargname'] -get argument values like this: mycmd['myargname'].value instead of mycmd.get_argument('myargname') Backwards compatibility is preserved -old methds still ok
-
- 12 Dec, 2012 1 commit
-
-
Dionysis Zindros authored
-
- 07 Dec, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 01 Nov, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 15 Oct, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 04 Sep, 2012 1 commit
-
-
Stavros Sachtouris authored
-
- 22 Aug, 2012 1 commit
-
-
Stavros Sachtouris authored
pithos_sh download is incremental, therefore better than kamaki download
-