OpenSlides/tests/unit/utils
FinnStutzenstein 5aef823807 Major cache rewrite:
- Removed the restricted data cache (it wasn't used since OS 3.0)
- unify functions for restricted and full data: Just one function, which
  accteps an optional user_id: If it is None, full data is returned, and
  with a user id given, the restricted data
- More atomic access to redis, especially for:
- Check for data-existance in redis and do an auto-ensure-cache.
- Speedup through hashing of scripts and redis' script cache.
- Save schema version into the redis cache and rebuild, if the version
  changed

Client changes:
- Simplified the ConstantsService
- Fixed bug, when receiving an autoupdate with all_data=True from the
  Server
2019-08-08 08:35:02 +02:00
..
__init__.py New Test order. 2015-01-24 18:00:03 +01:00
cache_provider.py Disable the future-lock when updating the restircted data cache 2019-03-04 21:37:00 +01:00
test_cache.py Major cache rewrite: 2019-08-08 08:35:02 +02:00
test_utils.py Run black 2019-01-08 21:51:52 +01:00
test_validate.py Run black 2019-01-08 21:51:52 +01:00
test_views.py Run black 2019-01-08 21:51:52 +01:00