Statistics
| Branch: | Tag: | Revision:

root / astakosclient / astakosclient @ bdb325a1

# Date Author Comment
bdb325a1 06/11/2013 12:42 pm Georgios D. Tsoukalas

astakos: add weblogin service for non-web clients

02d597a0 06/10/2013 09:20 pm Christos Stavrakakis

astakosclient: Log warning when retrying

Make astakosclient log a warning, instead of info, when retrying
requests to Astakos.

2b40f200 06/10/2013 08:00 pm Christos Stavrakakis

Make API faults have default 500 status code

Make the default status code of API Fault and AstakosClientException
to be 500.

26498848 06/07/2013 05:44 pm Giorgos Korfiatis

astakos: Generate tokens without trailing equal signs

Strip padding ("=") introduced during the base64 encoding.
Update token examples in docs.

923e6582 06/05/2013 05:31 pm Georgios D. Tsoukalas

Rename astakos_keystone to astakos_identity

389642a0 06/04/2013 08:31 pm Kostas Papadimitriou

astakosclient: Append api version

47d421ae 06/04/2013 05:31 pm Georgios D. Tsoukalas

Incorporate all resources into service definitions

- Add 'service_origin' key in resources, as the normative name of
the service that exported it.
- Keep resources backwards compatible, export-resource-service
reads resources from the service list.

b55b9692 06/03/2013 02:09 pm Giorgos Korfiatis

common: Export only services specified as public

Employ helper function `filter_public' in service-export-* commands.
Also set `pithos_ui' service to non-public and clear version of
`astakos_ui'.

00d2a0ee 06/03/2013 11:50 am Georgios D. Tsoukalas

astakosclient: add service catalog

4080a1df 06/03/2013 11:50 am Georgios D. Tsoukalas

service catalogs: autofill endpoints from BASE_URL

e3ff6830 06/03/2013 11:49 am Georgios D. Tsoukalas

make synnefo URLs consistent and configurable

https://service.deployment.vendor.tld/service-base/api-prefix/hard/path |___________________________________| |__________| |________| |_______|
BASE_HOST BASE_PATH PREFIX Hardcoded...

25a04cdd 05/29/2013 03:32 pm Ilias Tsitsimpis

astakosclient: Implement get_user_info_with_endpoints

This function uses the keystone alike authentication API of Astakos

164e64d5 05/28/2013 06:21 pm Giorgos Korfiatis

quotaholder: Store timestamps using DateTimeField

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.

108be31f 05/27/2013 10:38 am Ilias Tsitsimpis

astakosclient: Implement get_endpoints method

92683993 05/23/2013 03:35 pm Ilias Tsitsimpis

astakosclient: Implement send_feedback function

7b5a37fd 05/23/2013 03:30 pm Ilias Tsitsimpis

astakosclient: Code refactoring for astakos api urls

Export astakos api urls as global variables that can be
easily changed, rather than hard coded values.

c7027e2e 05/20/2013 07:59 pm Kostas Papadimitriou

astakosclient: Prevent relative uri's requests

do not lstrip slashes from the path of astakos url to avoid making requests
with relative uris.

9848f747 05/17/2013 12:21 pm Ilias Tsitsimpis

astakosclient: Use path given in astakos_url (if any)

79b5d61b 05/10/2013 12:45 pm Sofia Papagiannaki

astakos: WIP move all api calls under ``/astakos/api``

Refs: #3340

d5f086f2 04/29/2013 05:18 pm Ilias Tsitsimpis

Revert "astakosclient: don't check resolve_commissions' parameters"

This reverts commit da18207e2825b4a0a4cb3abc6a9fbef541eda05b.
Issue resolved by commit 214058a911c5b4b8b3d9108ba891536a0b40dc49.

214058a9 04/29/2013 05:12 pm Christos Stavrakakis

astakosclient: Fix bug in checking arguments

da18207e 04/29/2013 04:29 pm Ilias Tsitsimpis

astakosclient: don't check resolve_commissions' parameters

In resolve_commissions, accept_serials and reject_serials
may be empty lists. Don't do a validation check for this
parameters and let the servers respond with an error
if bad values was given.

8b68fa76 04/25/2013 05:56 pm Giorgos Korfiatis

astakosclient: Update provisions' type in docstring

567f49a2 04/25/2013 05:54 pm Giorgos Korfiatis

astakosclient: Change provisions argument to dict

3a1bed03 04/25/2013 05:49 pm Giorgos Korfiatis

astakos: Set and return commission names in API calls

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.

271d2c4c 04/23/2013 03:40 pm Giorgos Korfiatis

astakos: Rename get_service_quotas to service_get_quotas

So that it follows the naming scheme of other astakosclient calls.

e311d555 04/19/2013 06:32 pm Giorgos Korfiatis

quotaholder: Improve data of NoCapacityError

Replace `available' by two fields: `limit' and `usage'.

480974e6 04/19/2013 06:32 pm Giorgos Korfiatis

astakos: Change response for API call `quotas'

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...

db9f7a2b 04/19/2013 01:45 pm Giorgos Korfiatis

astakosclient: Add user option in get_service_quotas

5b33b8e5 04/18/2013 12:38 pm Giorgos Korfiatis

astakosclient: Add request for service quotas

5c418e94 04/15/2013 01:25 pm Ilias Tsitsimpis

astakosclient: Add documentation for quotas functionality

12eab714 04/15/2013 12:51 pm Ilias Tsitsimpis

astakosclient: Create function issue_one_commission

Refs #3440

10797183 04/15/2013 12:27 pm Ilias Tsitsimpis

astakosclient: Create function check_input to simplify code

81875157 04/15/2013 11:23 am Ilias Tsitsimpis

astakosclient: Resolve multiple commissions at once

Refs #3440

7b7392a6 04/12/2013 05:55 pm Ilias Tsitsimpis

astakosclient: Add some more unit-tests

925d0fee 04/12/2013 05:50 pm Ilias Tsitsimpis

astakosclient: Rephrase some comments

Most astakos-quotas calls use services' tokens

b5008ef0 04/12/2013 05:49 pm Ilias Tsitsimpis

astakosclient: Rename some functions

19198628 04/12/2013 05:37 pm Ilias Tsitsimpis

astakosclient: Raise BadValue when failing to parse request data

805e294c 04/12/2013 05:17 pm Ilias Tsitsimpis

astakosclient: Add request for commission's actions

0a2a342c 04/12/2013 05:16 pm Ilias Tsitsimpis

astakosclient: ReRaise json Exceptions as AstakosClient ones

994f37b6 04/12/2013 01:06 pm Ilias Tsitsimpis

astakosclient: Add request for commission's info

Refs #3440

7a0180ef 04/12/2013 12:37 pm Ilias Tsitsimpis

astakosclient: Add request for pending commissions

Refs #3440

fd420756 04/12/2013 11:36 am Ilias Tsitsimpis

astakosclient: Add request for Commissions

Refs #3440

83f9157b 04/12/2013 11:32 am Ilias Tsitsimpis

astakosclient: Replace ValueError with BadValue

All Exceptions that AstakosClient is raising should
be under AstakosClientException class

baeb2ba5 04/12/2013 11:29 am Ilias Tsitsimpis

astakosclient: Add request for Quotas

Refs #3440

c4644612 04/12/2013 11:27 am Ilias Tsitsimpis

astakoclient: Add request for Resource List

Refs #3440

21190887 04/10/2013 11:50 am Ilias Tsitsimpis

astakosclient: AstakosClientException now has details attr

334dc272 04/09/2013 05:46 pm Ilias Tsitsimpis

astakosclient: For objpool pool_size is now size

1ecb12b5 04/08/2013 02:56 pm Christos Stavrakakis

Rename snf-astakos-client to astakosclient