MatrixSynapse/synapse/push
Patrick Cloke 2897fb6b4f
Improvements to bundling aggregations. (#11815)
This is some odds and ends found during the review of #11791
and while continuing to work in this code:

* Return attrs classes instead of dictionaries from some methods
  to improve type safety.
* Call `get_bundled_aggregations` fewer times.
* Adds a missing assertion in the tests.
* Do not return empty bundled aggregations for an event (preferring
  to not include the bundle at all, as the docstring states).
2022-01-26 08:27:04 -05:00
..
__init__.py Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
action_generator.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
baserules.py Add type hints to the push module. (#8901) 2020-12-11 11:43:53 -05:00
bulk_push_rule_evaluator.py Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
clientformat.py disallow-untyped-defs for synapse.push (#11023) 2021-10-11 17:42:10 +01:00
emailpusher.py Add type hints to event_push_actions. (#11594) 2021-12-21 13:25:34 +00:00
httppusher.py Add type hints to event_push_actions. (#11594) 2021-12-21 13:25:34 +00:00
mailer.py Improvements to bundling aggregations. (#11815) 2022-01-26 08:27:04 -05:00
presentable_names.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
push_rule_evaluator.py Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2022-01-05 11:41:49 +00:00
push_tools.py Add type hints to event_push_actions. (#11594) 2021-12-21 13:25:34 +00:00
push_types.py Improved push typing (#11409) 2021-11-30 11:49:20 +00:00
pusher.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
pusherpool.py Ensure emails are canonicalized before fetching associated user. (#11547) 2021-12-10 07:17:28 -05:00
rulekinds.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00