OpenSlides/openslides/utils
FinnStutzenstein d8b21c5fb5
(WIP) Ordered and delayed autoupdates:
- Extracted autoupdate code from consumers
- collect autoupdates until a AUTOUPDATE_DELAY is reached (since the first autoupdate)
- Added the AUTOUPDATE_DELAY parameter in the settings.py
- moved some autoupdate code to utils/autoupdate
- moved core/websocket to utils/websocket_client_messages
- add the autoupdate in the response (there are some todos left)
- do not send autoupdates on error (4xx, 5xx)
- the client blindly injects the autoupdate in the response
- removed the unused autoupdate on/off feature
- the clients sends now the maxChangeId (instead of maxChangeId+1) on connection
- the server accepts this.
2020-05-27 16:05:27 +02:00
..
__init__.py Add code 2011-07-31 10:46:29 +02:00
access_permissions.py number poll candidates depending on setting 2020-03-17 07:24:40 +01:00
arguments.py use f-string syntax for strings 2019-01-18 17:37:36 +01:00
auth.py added vote per user table and progress for polls 2020-03-17 07:24:39 +01:00
autoupdate.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
cache.py Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
cache_providers.py Rewrite projector code to be cache friendly 2020-05-22 15:23:54 +02:00
constants.py saml 2019-10-21 13:34:01 +02:00
consumer_autoupdate_strategy.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
consumers.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
exceptions.py Use python3 2014-08-24 21:21:11 +02:00
locking.py Adding a second optional redis for read only accesses 2019-12-03 12:30:31 +01:00
logging.py Logging prefix and handling redis connection errors 2019-09-02 08:09:28 +02:00
main.py Load configs before models 2020-04-27 09:41:23 +02:00
manager.py generate less queries in the autoupdate system 2020-03-17 07:24:36 +01:00
middleware.py Major cache rewrite: 2019-08-08 08:35:02 +02:00
migrations.py Fix 'errors' 2019-01-30 12:18:59 +01:00
models.py Prevent stopping an analog poll 2020-03-17 07:24:37 +01:00
plugins.py Run black 2019-01-08 21:51:52 +01:00
projector.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
redis.py Synchronize autoupdate code in the client 2020-05-22 15:23:53 +02:00
redis_connection_pool.py Adding a second optional redis for read only accesses 2019-12-03 12:30:31 +01:00
rest_api.py Major cache rewrite: 2019-08-08 08:35:02 +02:00
schema_version.py Logging prefix and handling redis connection errors 2019-09-02 08:09:28 +02:00
settings.py.tpl added jitsi settings to template and readme 2020-05-14 19:41:35 +02:00
startup.py saml 2019-10-21 13:34:01 +02:00
stats.py fixed formatting after flake update 2020-05-13 16:16:03 +02:00
timing.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
utils.py Fix assignment access permissions 2020-03-17 07:24:37 +01:00
validate.py adds more permissive html validation 2020-04-16 10:26:48 +02:00
views.py Added config for more verbose errors on reset password 2019-09-03 14:47:45 +02:00
websocket.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
websocket_client_messages.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00