- 04 Jun, 2013 23 commits
-
-
Kostas Papadimitriou authored
v1 -> v1.0
-
Kostas Papadimitriou authored
enable modules that include object from cyclades_setting to access endpoint urls.
-
Kostas Papadimitriou authored
feedback/user_catalogs/autenticate endpoints moved under /v1.0/ prefix
-
Kostas Papadimitriou authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
If service-import finds resource definitions included in a service definition, it imports them, too.
-
Giorgos Korfiatis authored
Add field service_origin in model Resource as well as in the resource definitions, indicating the service where the resource comes from. It is not a foreign key, in order to allow deleting a component/service, without affecting registered resources and quota. API call /service_quotas uses this field to identify relevant resources.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
In commands resource-import and service-import, read from standard input with `--json -'.
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
- 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.
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
If the backend is initialized with astakos_url=None, or AstakosClient cannot be imported, a fake AstakosClient is instantiated which will raise an AssertionError on any attempt to access it. Read-only uses of pithos backend, as in pithcat, should never have to access the astakosclient initialized. The fake client is there to make an access raise an informative error message instead of 'NoneType object has no attribute xxx'.
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
Token is now random 256 bits encoded as a base64 string. Increase the auth_token database fields to accommodate it.
-
Giorgos Korfiatis authored
-
Kostas Papadimitriou authored
Propagate update_token url via window object to the updateToken js function.
-
- 03 Jun, 2013 17 commits
-
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
Also remove setting UI_ACCOUNTS_API_URL
-
Giorgos Korfiatis authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
Add cloudbar settings in the test settings to prevent tests from failing if cyclades are not installed
-
Sofia Papagiannaki authored
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
* change the call to utilize the updated db models * update tests * update docs
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Include service_type in each resource dict.
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-