0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00
synapse/synapse
David Robertson 1026776380
mypy plugin to check @cached return types (#14911)
Co-authored-by: David Robertson <davidr@element.io>
Co-authored-by: Patrick Cloke <patrickc@matrix.org>
Co-authored-by: Erik Johnston <erik@matrix.org>

Assert that the return type of callables wrapped in @cached
and @cachedList are cachable (aka immutable).
2023-10-02 14:22:36 +00:00
..
_scripts Update ruff config (#16283) 2023-09-08 11:24:36 -04:00
api Convert more cached return values to immutable types (#16356) 2023-09-20 07:48:55 -04:00
app Make cached account data/tags/admin types immutable (#16325) 2023-09-18 09:55:04 -04:00
appservice Return immutable objects for cachedList decorators (#16350) 2023-09-19 15:26:44 -04:00
config Implement MSC4028: push all encrypted events. (#16361) 2023-09-26 11:52:19 -04:00
crypto Refactor storing of server keys (#16261) 2023-09-12 11:08:04 +01:00
events Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
federation Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
handlers mypy plugin to check @cached return types (#14911) 2023-10-02 14:22:36 +00:00
http Add support for pydantic v2 via pydantic.v1 compat module (#16332) 2023-09-25 15:19:08 +00:00
logging Bump mypy from 1.4.1 to 1.5.1. (#16300) 2023-09-12 07:16:09 -04:00
media Support rendering some media downloads as inline (#15988) 2023-09-29 07:19:38 -04:00
metrics Only use literal strings for process names (#16315) 2023-09-15 09:10:24 +01:00
module_api Add automatic purge after all users forget a room (#15488) 2023-09-15 15:37:44 +02:00
push Return immutable objects for cachedList decorators (#16350) 2023-09-19 15:26:44 -04:00
replication Downgrade repl stream time out error to warning (#16401) 2023-09-29 11:52:48 +00:00
res Use oEmbed for YouTube Shorts (#15025) 2023-05-03 12:54:42 -04:00
rest Remove Python version from /_synapse/admin/v1/server_version (#16380) 2023-10-02 09:07:53 -04:00
server_notices Refactor get_user_by_id (#16316) 2023-09-14 12:46:30 +01:00
spam_checker_api Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 2022-05-31 12:04:53 +02:00
state Improve state types. (#16395) 2023-09-28 07:01:46 -04:00
static Update link to the clients webpage, fix #15825 (#15874) 2023-07-06 17:28:09 +02:00
storage mypy plugin to check @cached return types (#14911) 2023-10-02 14:22:36 +00:00
streams Use mypy 1.0 (#15052) 2023-02-16 16:09:11 +00:00
types Refactor get_user_by_id (#16316) 2023-09-14 12:46:30 +01:00
util mypy plugin to check @cached return types (#14911) 2023-10-02 14:22:36 +00:00
__init__.py Gracefully handle failing to thumbnail images (#16211) 2023-08-30 15:18:34 +01:00
_pydantic_compat.py Add support for pydantic v2 via pydantic.v1 compat module (#16332) 2023-09-25 15:19:08 +00:00
event_auth.py Bump ruff from 0.0.277 to 0.0.286 (#16198) 2023-08-29 09:41:43 -04:00
notifier.py Use StrCollection in additional places. (#16301) 2023-09-13 07:57:19 -04:00
py.typed Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 2021-10-13 08:42:41 +01:00
server.py Fix typo where we ended up with multiple WorkerLocksHandler (#16220) 2023-09-01 16:03:31 +01:00
visibility.py Use StrCollection in additional places. (#16301) 2023-09-13 07:57:19 -04:00