OpenSlides/tests/unit
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 Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
config Run black 2019-01-08 21:51:52 +01:00
core New Projector 2019-01-19 08:19:40 +01:00
motions Generic relations for the repos 2019-07-30 09:07:51 +02:00
users Bulk views for users: state, password and delete 2019-07-23 08:41:39 +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