- 05 Dec, 2013 1 commit
-
-
Ilias Tsitsimpis authored
A new endpoint (astakos_oauth2) was added to Astakos service. Add this endpoint to the astakosclient tests.
-
- 29 Oct, 2013 2 commits
-
-
Giorgos Korfiatis authored
Introduce function authenticate(), which performs POST /tokens in private mode, i.e. giving a token to be checked for authentication. Function get_endpoints() performs the call in public mode, in order to retrieve the endpoints. Initialize endpoints lazily: when a URL is missing, get_endpoints() is triggered.
-
Ilias Tsitsimpis authored
-
- 05 Aug, 2013 1 commit
-
-
Christos Stavrakakis authored
This commit makes astakosclient PEP8 compliant.
-
- 12 Jun, 2013 1 commit
-
-
Ilias Tsitsimpis authored
Fix some Astakos' urls paths that were broken. Remove get_endpoints and rename get_user_info_with_endpoints to get_endpoints. Fix tests.
-
- 07 Jun, 2013 1 commit
-
-
Giorgos Korfiatis authored
Strip padding ("=") introduced during the base64 encoding. Update token examples in docs.
-
- 29 May, 2013 1 commit
-
-
Ilias Tsitsimpis authored
This function uses the keystone alike authentication API of Astakos
-
- 28 May, 2013 1 commit
-
-
Giorgos Korfiatis authored
Add new fields issue_datetime in Commission and issue_datetime, log_datetime in ProvisionLog. Migrate away from custom string-based issue_time and log_time fields.
-
- 27 May, 2013 1 commit
-
-
Ilias Tsitsimpis authored
-
- 23 May, 2013 1 commit
-
-
Ilias Tsitsimpis authored
Export astakos api urls as global variables that can be easily changed, rather than hard coded values.
-
- 10 May, 2013 1 commit
-
-
Sofia Papagiannaki authored
Refs: #3340
-
- 25 Apr, 2013 2 commits
-
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Support issue_commission's `name' parameter for an optional description of the commission. Include this field in the dict returned by get_commission. Change astakosclient accordingly.
-
- 23 Apr, 2013 1 commit
-
-
Ilias Tsitsimpis authored
All Exceptions that AstakosClient is raising should be under AstakosClientException class
-
- 19 Apr, 2013 2 commits
-
-
Giorgos Korfiatis authored
The following indicators are returned for each holding: "limit": the quota limit (as before) "usage": the current usage (pessimistically, includes any pending allocations) "pending": the difference of max and min allocation, indicates that there are pending commissions on this holding
-
Giorgos Korfiatis authored
Replace `available' by two fields: `limit' and `usage'.
-
- 15 Apr, 2013 2 commits
-
-
Ilias Tsitsimpis authored
Refs #3440
-
Ilias Tsitsimpis authored
Refs #3440
-
- 12 Apr, 2013 9 commits
-
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Refs #3440
-
Ilias Tsitsimpis authored
Refs #3440
-
Ilias Tsitsimpis authored
Refs #3440
-
Ilias Tsitsimpis authored
All Exceptions that AstakosClient is raising should be under AstakosClientException class
-
Ilias Tsitsimpis authored
Refs #3440
-
Ilias Tsitsimpis authored
Refs #3440
-
- 10 Apr, 2013 1 commit
-
-
Ilias Tsitsimpis authored
-
- 08 Apr, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 22 Mar, 2013 2 commits
-
-
Ilias Tsitsimpis authored
Rename functions/methods according to PEP-8 naming conventions.
-
Ilias Tsitsimpis authored
-
- 20 Mar, 2013 1 commit
-
-
Ilias Tsitsimpis authored
* NoDisplayName raised if getDisplayName called with non-existing uuid * NoUUID raised if getUUID called with non-existing display_name
-
- 12 Mar, 2013 8 commits
-
-
Ilias Tsitsimpis authored
* Move retry decorator to utils module. * Rename exceptions to be more intuitive. * Add 403 Forbidden exception. * Move exceptions to errors class
-
Ilias Tsitsimpis authored
* AstakosClientEInvalid: Invalid X-Auth-Token, 401 * AstakosClientEMethod: Method not allowed, 400 * AstakosClientENotFound: Not Found, 404
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Remove token argument from class initialization method and make it a mandatory argument to all the other class methods.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-