- 03 Jun, 2013 40 commits
-
-
Kostas Papadimitriou authored
/im/ renamed to /ui/. Updated all references in default settings, documentation and constants.
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
Add uniqueness constraint in AstakosUser and Component models. Before that, invalidate (set to None) any duplicate tokens. When renewing a token, retry a couple of times, if generated token is in use.
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
-
Giorgos Korfiatis authored
Drop old Service model and add models Service, Endpoint, and EndpointData. Remove Resource's reference to Service.
-
Giorgos Korfiatis authored
Add model Component and migrate services along with their token and UI URL to this new model. Rename service to component where needed. Add field service_type in Resource and fill it based on the name of the service that used to own the resource.
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
using UI_AUTH_SKIP_REDIRECTS. Useful for developers coping with 401 cyclades api responses.
-
Kostas Papadimitriou authored
BASE_PATH is not slash prefixed causing js to make requests to relative urls.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Removed most url's from ui conf file. Default values are dynamically set based on other settings (CYCLADES_BASE_URL, ASTAKOS_BASE_URL etc.). We still do service lookups to be able to change urls in *extraordinary* deployments. - Moved url settings in ui.settings module
-
Kostas Papadimitriou authored
- Handle single arguments - Avoid lstrip'ing first argument
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- Individualize userdata api by placing module under synnefo namespace and urs under it's own USERDATA_PREFIX
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Giorgos Korfiatis authored
Add script `astakos-register-services' that will help the deployer register the standard Synnefo services and their resources.
-
Giorgos Korfiatis authored
astakos-migrate-0.14 will first run snf-manage resource-modify astakos.pending_app --limit-interactive then migrate the user-specific settings and then run snf-manage reconcile-resources-astakos --fix Option `--usersetting' will run only the second step (data migration).
-
Giorgos Korfiatis authored
Empty im/scripts directory.
-
Giorgos Korfiatis authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
-
Georgios D. Tsoukalas authored
https://service.deployment.vendor.tld/service-base/api-prefix/hard/path |___________________________________| |__________| |________| |_______| BASE_HOST BASE_PATH PREFIX Hardcoded |_________________________________________________| SERVICE_BASE_URL - Introduce <SERVICE>_BASE_URL setting, and <API>_PREFIX constants for all services. Extract BASE_HOST, BASE_PATH from the setting. - Use settings and constants to construct top-level patterns (base-path/api-prefix) in services' urls.py - Refactor/extend proxy() to be compatible with the above. - Change URLs passed around (ui, e-mails) to be compatible. (needs more work) Notes: This configuration REQUIRES that any rewriting and proxying on the front-end must eventually result in the application server (gunicorn) getting the original path of the request, otherwise the view-generated URLs will be different. Changes: - set top-level urlpatterns from <SERVICE>_BASE_URL - rename setting: APP_INSTALL_URL to CYCLADES_BASE_URL - rename setting: ASTAKOS_URL to ASTAKOS_BASE_URL everywhere - introduce setting: PITHOS_BASE_URL - update shipped .confs, quick install admin guide, upgrade guide - fix urls/views/reverse()/other that were broken - (more not listed)
-