OpenSlides/tests/unit/motions
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 Added several motion REST API views. 2015-05-13 12:22:50 +02:00
test_models.py Initial work for supporting voting 2020-03-17 07:24:34 +01:00
test_projector.py (WIP) Ordered and delayed autoupdates: 2020-05-27 16:05:27 +02:00
test_views.py Run black 2019-01-08 21:51:52 +01:00