OpenSlides/tests
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
..
example_data_generator activate start command 2019-01-20 11:24:42 +01:00
integration Major cache rewrite: 2019-08-08 08:35:02 +02:00
karma New Feature: Paragraph based amendments 2018-06-14 11:01:03 +02:00
old Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
unit Major cache rewrite: 2019-08-08 08:35:02 +02:00
__init__.py reordered the tests 2012-11-24 15:00:17 +01:00
common_groups.py Protect element fields from the projector model. Fixes creation of 2019-04-09 17:15:16 +02:00
conftest.py Major cache rewrite: 2019-08-08 08:35:02 +02:00
settings.py Run black 2019-01-08 21:51:52 +01:00