Statistics
| Branch: | Tag: | Revision:

root / astakosclient / astakosclient / tests.py @ 10d9cd27

History | View | Annotate | Download (40.7 kB)

# Date Author Comment
b173906e 06/12/2013 03:08 pm Ilias Tsitsimpis

astakosclient: Fix url paths

Fix some Astakos' urls paths that were broken.
Remove get_endpoints and rename get_user_info_with_endpoints
to get_endpoints.
Fix tests.

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.

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

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.

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

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

Refs: #3340

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.

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

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

astakosclient: Create function issue_one_commission

Refs #3440

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

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

astakosclient: Rename some functions

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

astakosclient: Add request for commission's actions

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

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

Rename snf-astakos-client to astakosclient