summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-101.77.0rc2 v1.77.0rc2David Robertson5-3/+22
2023-02-09Bump schema version (#15036)David Robertson2-2/+8
2023-02-08Fix bug in replication where response is cached (#15024)Erik Johnston2-0/+3
2023-02-08Permalink to the docs v1.77.0rc1David Robertson1-1/+1
2023-02-08Note the revert (that I didn't PR)David Robertson1-1/+1
2023-02-08Merge the osx wheel fix with poetry-core 1.5.0David Robertson1-2/+1
2023-02-08Rearrange itemsDavid Robertson1-23/+24
2023-02-08Manually add new news fragmentsDavid Robertson3-2/+2
2023-02-07Hacky fix to make mac wheels (#15019)David Robertson3-2/+12
2023-02-07Include no actions instead of dont_notify for suppressing edits. (#15016)Patrick Cloke2-1/+2
2023-02-07Disambiguate `get_ex_outlier_stream_rows` queryDavid Robertson1-4/+4
2023-02-07Revert "Add `event_stream_ordering` column to membership state tables (#14979)"David Robertson4-145/+11
2023-02-071.77.0rc1David Robertson63-61/+67
2023-02-07Proper types for tests.test_terms_auth (#15007)David Robertson3-7/+17
2023-02-07Add tests for using _flatten_dict with an event. (#15002)Patrick Cloke3-9/+68
2023-02-07Properly typecheck types.http (#14988)David Robertson17-191/+298
2023-02-07Add `event_stream_ordering` column to membership state tables (#14979)Nick Mills-Barrett5-11/+146
2023-02-06Allow poetry-core 1.5.0 (#14949)icp2-2/+5
2023-02-06Add missing types to test_state. (#14985)Patrick Cloke3-62/+141
2023-02-06Type hints for tests.federation (#14991)David Robertson10-94/+127
2023-02-06Add missing type hints to tests.replication. (#14987)Patrick Cloke21-149/+193
2023-02-06Expect type stubs from canonicaljson (#14992)David Robertson2-3/+1
2023-02-06Type hints for tests.appservice (#14990)David Robertson9-59/+132
2023-02-06Bump anyhow from 1.0.68 to 1.0.69 (#14996)dependabot[bot]2-2/+3
2023-02-06Bump phonenumbers from 8.13.4 to 8.13.5 (#14999)dependabot[bot]2-3/+4
2023-02-06Bump isort from 5.11.4 to 5.11.5 (#14998)dependabot[bot]2-4/+5
2023-02-06Bump serde_json from 1.0.91 to 1.0.92 (#14997)dependabot[bot]2-2/+3
2023-02-06Bump prometheus-client from 0.15.0 to 0.16.0 (#14995)dependabot[bot]2-3/+4
2023-02-06Bump types-setuptools from 65.6.0.3 to 67.1.0.0 (#14994)dependabot[bot]2-3/+4
2023-02-06Bump hiredis from 2.1.1 to 2.2.1 (#14993)dependabot[bot]2-90/+91
2023-02-06Only notify the target of a membership event (#14971)David Robertson2-8/+31
2023-02-03Properly typecheck tests.api (#14983)David Robertson7-110/+140
2023-02-03Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke9-2/+76
2023-02-03Properly typecheck tests.app (#14984David Robertson5-15/+29
2023-02-03Add a docstring & tests for _flatten_dict. (#14981)Patrick Cloke3-1/+49
2023-02-03Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke7-59/+184
2023-02-03Faster joins: Refactor handling of servers in room (#14954)Sean Quah9-37/+77
2023-02-03Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke5-20/+44
2023-02-02Skip unused calculations in sync handler. (#14908)Patrick Cloke3-125/+137
2023-02-02Do not calculate presence or ephemeral events when they are filtered out (#14...Patrick Cloke2-10/+10
2023-02-02Skip unused calculations in sync handler. (#14908)Patrick Cloke3-125/+137
2023-02-02Do not calculate presence or ephemeral events when they are filtered out (#14...Patrick Cloke2-10/+10
2023-02-02Fetch fewer events when getting hosts in room (#14962)David Robertson2-2/+45
2023-02-02Fix stupid bugDavid Robertson1-2/+4
2023-02-02Don't notify a target who's not in the roomDavid Robertson1-2/+11
2023-02-02Only notify the target of a membership eventDavid Robertson2-9/+21
2023-02-02Bump dtolnay/rust-toolchain from e645b0cf01249a964ec099494d38d2da0f0b349f to ...dependabot[bot]4-15/+16
2023-02-01Make extension-module optional, but default. (#14965)Patrick Cloke2-1/+6
2023-02-01Allow enabling the asyncio reactor in complement (#14858)realtyem6-4/+42
2023-02-01Bump hiredis from 2.0.0 to 2.1.1 (#14939)dependabot[bot]2-43/+92
2023-02-01Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke25-96/+176
2023-02-01Attempt to delete more duplicate rows in receipts_linearized table. (#14915)Patrick Cloke3-9/+30
2023-02-01Bump docker/build-push-action from 3 to 4 (#14952)dependabot[bot]2-1/+2
2023-02-01Cherry-pick "Fetch fewer events when getting hosts in room" (WIP #14962)David Robertson2-2/+46
2023-02-01Add more user information to export-data command. (#14894)Dirk Klimpel6-20/+206
2023-02-01lnav config for synpase logs (#14953)David Robertson3-0/+115
2023-02-01Fix my hackDavid Robertson1-4/+4
2023-02-01Fix inconsistencies between MSC3952 and implementation. (#14957)Patrick Cloke2-3/+4
2023-01-31update changelog and upgrade notes v1.76.0H. Shay2-2/+2
2023-01-31update changelogH. Shay1-9/+10
2023-01-311.76.0H. Shay4-2/+16
2023-01-31HACK: force tracing for partial state /send_join responsesDavid Robertson1-0/+5
2023-01-31Tag /send_join responses to detect faster joins (#14950)David Robertson3-0/+12
2023-01-31Revert "Tag /send_join responses to detect faster joins"David Robertson1-2/+0
2023-01-31Fix running cargo bench & test in CI. (#14943)Patrick Cloke3-0/+36
2023-01-31Tag /send_join responses to detect faster joins (#14950)David Robertson3-0/+12
2023-01-31Fix "Re-starting finished log context" spam when creating events (#14947)Sean Quah2-1/+4
2023-01-31Tag /send_join responses to detect faster joinsDavid Robertson1-0/+2
2023-01-31Make sqlite database migrations transactional again, part two (#14926)Sean Quah5-5/+109
2023-01-31Reject boolean power levels (#14944)David Robertson4-6/+7
2023-01-31Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson14-47/+75
2023-01-30Handle malformed values of `notification.room` in power level events (#14942)David Robertson4-17/+128
2023-01-30Initial batch of notes on faster joins (#14677)David Robertson3-0/+377
2023-01-30Bump types-pillow from 9.4.0.3 to 9.4.0.5 (#14938)dependabot[bot]2-3/+4
2023-01-30Bump types-jsonschema from 4.17.0.2 to 4.17.0.3 (#14937)dependabot[bot]2-3/+4
2023-01-30Bump types-pyyaml from 6.0.12.2 to 6.0.12.3 (#14936)dependabot[bot]2-3/+4
2023-01-30Bump ijson from 3.1.4 to 3.2.0.post0 (#14935)dependabot[bot]2-63/+80
2023-01-27Implement MSC3952: Intentional mentions (#14823)Patrick Cloke11-11/+263
2023-01-27Describe faster joinsDavid Robertson1-0/+17
2023-01-27Use an enum for direction. (#14927)Patrick Cloke9-44/+76
2023-01-271.76.0rc2 v1.76.0rc2David Robertson5-5/+25
2023-01-26Add missing type hints in tests (#14879)Patrick Cloke8-42/+75
2023-01-26Fix paginating /relations with a live token (#14866)Patrick Cloke3-70/+123
2023-01-26Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke13-58/+43
2023-01-26Batch look-ups to see if rooms are partial stated. (#14917)Patrick Cloke4-11/+43
2023-01-26Fix typo in release script (#14920)David Robertson2-1/+2
2023-01-26Fix initialization of `_device_list_id_gen` (#14914)Sean Quah2-0/+2
2023-01-26Fix type hints in typing edu unit tests (#14886)Andrew Morgan5-43/+66