OpenSlides/tests/integration
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
..
agenda Optional agenda items 2019-06-17 12:38:17 +02:00
assignments Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
core Remove ChatMessage 2019-05-15 13:44:45 +02:00
mediafiles Directories and access permissions for mediafiles 2019-07-12 13:08:07 +02:00
motions sorting of motion comment sections 2019-07-19 14:37:59 +02:00
test_plugin Run black 2019-01-08 21:51:52 +01:00
topics Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
users Merge pull request #4873 from GabrielInTheWorld/uiFixes 2019-07-26 12:04:56 +02:00
utils Major cache rewrite: 2019-08-08 08:35:02 +02:00
__init__.py New Test order. 2015-01-24 18:00:03 +01:00
helpers.py Make the projector-system explicit async. 2019-04-06 06:40:15 +02:00
websocket.py Major cache rewrite: 2019-08-08 08:35:02 +02:00