- 31 Oct, 2013 1 commit
-
-
Stavros Sachtouris authored
This feature is useful for logging by external applications like kamaki New member variables: self.log_request=dict(method=.., path=.., headers=.., body=..) self.log_response=dict(status=.., message=.., data=..)
-
- 30 Oct, 2013 4 commits
-
-
Giorgos Korfiatis authored
Mention `resource-modify --update-existing-base-projects' and `reconcile-quota'; clarify cyclades and pithos API changes.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Giorgos Korfiatis authored
Do not pass service token in AstakosClient calls.
-
- 29 Oct, 2013 25 commits
-
-
Sofia Papagiannaki authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Giorgos Korfiatis authored
Endpoints no more end in slash.
-
Ilias Tsitsimpis authored
-
Giorgos Korfiatis authored
Use POST /tokens to authenticate. Delete AstakosClient.get_user_info() and replace its uses by AstakosClient.authenticate().
-
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
-
Ilias Tsitsimpis authored
Set up the newly created machine to prefer IPv4 connections (mainly for apt-get) over IPv6 connections.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Astakos' Authenticate Api Method has deprecated the `usage' request parameter. Remove it from AstakosClient.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Change AstakosClient to use ASTAKOS_AUTH_URL as entry point to the Astakos service, instead of ASTAKOS_BASE_URL it was using until now. Remove ASTAKOS_BASE_URL from Cyclades settings, replace it with ASTAKOS_AUTH_URL. Modify Cyclades to determine ASTAKOS_ACCOUNT_URL and ASTAKOS_UI_URL with calls to astakosclient.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Move astakos_services from astakosclient to astakos.api.services.
-
Ilias Tsitsimpis authored
Accept auth_url as the default entry point and query astakos endpoints to find out the account and ui urls.
-
Sofia Papagiannaki authored
Remove check for not allowed request method in view_method() decorator. Let the api_method() decorator handle such cases. Refs: #4501
-
Sofia Papagiannaki authored
Refs: #4502
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Mock the 'snf_django.lib.astakos.get_user' function. The way it was done didn't seem to work.
-
- 25 Oct, 2013 4 commits
-
-
Sofia Papagiannaki authored
Add tests
-
Giorgos Korfiatis authored
Argument passed to PublicKeyPair.user_limit_exceeded() was a dict rather that a string (user uuid). Django would happily convert it to a string and pass it through to the database query. Also fix a minor bug in tests.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Use the newer config.get("global", ..) syntax. Fallback to the old one for older version of kamaki.
-
- 23 Oct, 2013 2 commits
-
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Ilias Tsitsimpis authored
Rewrite the script in python. Invoke pep8 for a list of files given in the command line. Exclude files which are not python ones (their names don't end with .py) or are not real files (i.e. have been removed during the last commit).
-
- 22 Oct, 2013 4 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-