summary refs log tree commit diff
path: root/synmark/__init__.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-301.22.1Erik Johnston4-2/+16
2020-10-30Merge pull request #8678 from matrix-org/rav/fix_frozen_eventsRichard van der Hoff7-40/+32
2020-10-30Tie together matches_user_in_member_list and get_users_in_room caches (#8676)Will Hunt2-4/+7
2020-10-271.22.0 v1.22.0 release-v1.22.0Erik Johnston3-1/+13
2020-10-26Fixup changelog v1.22.0rc2Erik Johnston1-3/+1
2020-10-26Expand changelog entryErik Johnston1-1/+1
2020-10-261.22.0rc2Erik Johnston5-4/+12
2020-10-26Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt4-13/+85
2020-10-26Properly handle presence events for application services. (#8656)Patrick Cloke2-4/+6
2020-10-26Fix user_daily_visits to not have duplicate rows for UA. (#8654)Erik Johnston2-4/+6
2020-10-22Fixup changelog even more v1.22.0rc1Erik Johnston1-2/+1
2020-10-22Fixup changelog some moreErik Johnston1-7/+3
2020-10-22Fixup changelogErik Johnston1-4/+4
2020-10-221.22.0rc1Erik Johnston89-88/+106
2020-10-21Optimise CacheDescriptor (#8594) release-v1.21.3Richard van der Hoff2-5/+8
2020-10-21fix failure caseRichard van der Hoff1-1/+4
2020-10-21optimise DeferredCache.setRichard van der Hoff2-3/+13
2020-10-21Add some more testsRichard van der Hoff2-0/+147
2020-10-21Push some deferred wrangling down into DeferredCacheRichard van der Hoff5-46/+67
2020-10-21Combine the two sets of tests for CacheDescriptorRichard van der Hoff2-228/+230
2020-10-21Limit AS transactions to 100 events (#8606)Will Hunt3-2/+58
2020-10-21Separate the TCP and terse JSON formatting code. (#8587)Patrick Cloke4-187/+240
2020-10-21Pin mypy-zope for compatibility with mypy. (#8600)Patrick Cloke2-1/+2
2020-10-21Add type hints to profile and base handlers. (#8609)Patrick Cloke6-41/+72
2020-10-20Consistently use wrap_as_background_task in more places (#8599)Patrick Cloke5-30/+20
2020-10-20Update mypy to 0.790, and move dependencies to extras (#8583)Jonathan de Jong3-3/+4
2020-10-20Remove some extraneous @unittest.INFOs on unit tests (#8592)Andrew Morgan3-2/+1
2020-10-20Cast errors generated during synapse_port_db to str (#8585)Andrew Morgan2-2/+4
2020-10-20Move schema file for as_device_stream (#8590)Will Hunt2-3/+3
2020-10-19Fix 'LruCache' object has no attribute '_on_resize' (#8591)Richard van der Hoff3-2/+17
2020-10-19Drop unused `device_max_stream_id` table (#8589)Vasilis Gerakaris2-0/+2
2020-10-19Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569)Jonathan de Jong3-4/+6
2020-10-19Expose the experimental appservice login flow to clients. (#8504)Patrick Cloke2-0/+3
2020-10-19Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff7-27/+53
2020-10-19Include a simple message in email notifications that include encrypted conten...Patrick Cloke9-75/+107
2020-10-19Support running synmark on macOS. (#8578)Patrick Cloke2-2/+6
2020-10-19Start an opentracing span for background processes. (#8567)Erik Johnston2-5/+7
2020-10-19Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff8-27/+30
2020-10-17Pre-emptively fix synapse.storage.types.Connection for future mypy release (#...Jonathan de Jong3-3/+4
2020-10-16Fix synmark (#8571)Richard van der Hoff2-1/+2
2020-10-16Clean-up old transaction IDs on the background worker. (#8544)Patrick Cloke2-1/+2
2020-10-16