blazar/climate/db
Yuriy Taraday ea0c144b13 Refactor context module to make it more flexible
- context data is stored in a dictionary now, so any key is allowed;
- list of allowed key for certain context is stored in special class
  variable;
- methods "current" and "elevated" of ClimateContext class are
  accessible from module level;
- moved to usage of threading.local instead of emulating one in code (as
  long as we use eventlet's monkey-patching, it's specific local() will
  be used).

Change-Id: I3c79c9cd0d16dfb5c61208f2aa71b5c59f3f40f3
2013-11-25 14:10:23 +04:00
..
migration Implement climate db api 2013-09-26 21:30:53 +04:00
sqlalchemy Refactor context module to make it more flexible 2013-11-25 14:10:23 +04:00
__init__.py Implement climate db api 2013-09-26 21:30:53 +04:00
api.py Remove context passing around, use climate.context instead 2013-10-28 15:12:11 +04:00
base.py Implement climate db api 2013-09-26 21:30:53 +04:00