- 07 May, 2014 1 commit
-
-
Stavros Sachtouris authored
Closes #10 Methods affected in kamaki.clients.pithos.rest_api.PithosRestClient: account_head/post, container_head/put/post, object_head/get/copy/move
-
- 29 Apr, 2014 1 commit
-
-
Stavros Sachtouris authored
Bug: pithos.PithosClient.append_object failed to find and join the last thread
-
- 07 Apr, 2014 1 commit
-
-
Ilias Tsitsimpis authored
Handle input and output encodings in console as well as HTTP response and request headers. Console input/output is encoded/decoded from/to preferred encoding.
-
- 03 Apr, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 01 Apr, 2014 6 commits
-
-
Stavros Sachtouris authored
Introduce the "headers_to_quote" and "header_prefices" properties in RequestManager class. Modify the class so that only matching API-specific header values are encoded and quoted.
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
In ResponseManager, do not encode all headers to unicode. Encode ONLY the headers mentioned by the caller method. A caller method can use the headers_to_decode and header_prefices property-getter/setter methods to set a list of header keys and a list of header key prefices for encoding. All keys are case insensitive.
-
Stavros Sachtouris authored
-
Ilias Tsitsimpis authored
Introduce the 'get_endpoint_url' method (identity client wrapper) and use it in client initialization.
-
- 31 Mar, 2014 4 commits
-
-
Stavros Sachtouris authored
Closes #2
-
Stavros Sachtouris authored
Refs: #2
-
Stavros Sachtouris authored
Refs: #2 In kamaki, AstakosClient is imported from the astakosclient package, and then it is wrapped so that some convenienve methods can be added.
-
Stavros Sachtouris authored
Refs: #2 The "service_type" of an API client is related to the endpoint URL used to initialize the client and should match the "type" attribute of the corresponding endpoint.
-
- 28 Mar, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes #5
-
- 18 Mar, 2014 1 commit
-
-
Stavros Sachtouris authored
Replace "dateutils" with "python-dateutil"
-
- 17 Mar, 2014 21 commits
-
-
Ilias Tsitsimpis authored
Update astakos-related commands to support project id assignments and reassignments (introduced in synnefo 0.16). Also, update commands and library methods that are affected by these changes.
-
Giorgos Korfiatis authored
Change expected value from 202 to 200 in reassign_floating_ip
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
In create: change from FlagArgument to BooleanArgument In modify: add a --public FlagArgument In arguments: test BooleanArgument and fix minor bugs
-
Stavros Sachtouris authored
BooleanArgument is different to FlagArgment because it accepts both boolean values (True|False)
-
Stavros Sachtouris authored
Side effect: class _quota is not needed, therefore merged to quota_list as well
-
Stavros Sachtouris authored
Problem: a new-line was missing, causing the first line of "details" to break.
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Notable changes: in CLI, --project --> --project-id in clients, create_floating_ip overwrites OS/network method
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
1. Rename "kamaki project application ACTION" --> "kamaki project ACTION" 2. Application commands now require a project ID 3. astakosclient.Astakosclient.application_action signature has changed accordingly 4. All ex-application actions will use only one non-positional argument, namely "project_id", and application ID with the required positional --app-id=APPLICTION_ID
-
Giorgos Korfiatis authored
tenant_id is a UUID that represents a project, not a user.
-
Giorgos Korfiatis authored
- Add optional argument --project in command "file create" - Add command "file reassign"
-
Giorgos Korfiatis authored
Add optional argument --project in create subcommands; add subcommand "reassign" for "server", "network" and "ip" commands.
-
Stavros Sachtouris authored
"quote" is method imported from urllib in kamaki.clients
-
- 07 Mar, 2014 3 commits
-
-
Vangelis Koukis authored
-
Vangelis Koukis authored
-
Vangelis Koukis authored
-