Statistics
| Branch: | Tag: | Revision:

root / snf-common / synnefo / lib @ b6b98d5e

Name Size
  amqp
  db
  middleware
  settings
  singleton
__init__.py 3.6 kB
context_processors.py 2.2 kB
dictconfig.py 22.4 kB
ordereddict.py 4.1 kB
services.py 4.5 kB
utils.py 3.4 kB

Latest revisions

# Date Author Comment
b6b98d5e 09/05/2013 05:08 pm Georgios D. Tsoukalas

common: setting cycle detection tests

e0a1b727 09/05/2013 05:08 pm Georgios D. Tsoukalas

common: move settings mechanism to synnefo.lib

Since module synnefo.settings initializes settings on import,
one could not access the setting mechanism module (.setup),
and global defaults (.default) without triggering it,
which involves reading configuration files.

1f45a434 08/08/2013 04:24 pm Constantinos Venetsanopoulos

Annotate snf-cyclades-app settings

Make sure for every setting that gets annotated to change the
corresponding 'getattr' entry to a 'settings.SETTING' entry.

cfd39ba2 07/12/2013 03:47 pm Georgios D. Tsoukalas

Merge branch 'feature-fix-service-version-numbers' into feature-reconfigure-settings

Conflicts:
snf-astakos-app/astakos/im/tests/api.py
snf-common/synnefo/lib/services.py
snf-cyclades-app/synnefo/api/tests/flavors.py
snf-cyclades-app/synnefo/api/tests/images.py...

44a90141 07/10/2013 05:43 pm Georgios D. Tsoukalas

Remove 'v' from service version IDs, keep it in URLs

- Openstack versionId does not have a leading 'v' as
in 'v1.0', but is just '1.0'. URLs do have the 'v'.

- Compute is v2 instead of v2.0

- some more version-related fixes

c2c4af89 06/12/2013 07:35 pm Georgios D. Tsoukalas

common: reconfigure the synnefo settings framework

- add 'services' endpoint in 'synnefo' namespace,
where all components register their services.

- add three stages of setting initialization:
1. preprocessing, after default settings are read from components,...

c1a0ab9b 06/12/2013 12:07 pm Georgios D. Tsoukalas

common: fix lib url handling and doctests

5d6afd11 06/11/2013 03:55 pm Georgios D. Tsoukalas

common: make service public urls end in '/'

51057b1a 06/11/2013 03:55 pm Georgios D. Tsoukalas

common: Add a get_service_path() function

7fb14dbb 06/06/2013 06:05 pm Kostas Papadimitriou

cloudbar: Automatic active service detection

automatically detect which cloudbar menu is active by matching the current
window location with the registered service url.

View revisions

Also available in: Atom