1
0

Commit Graph

  • aef398457f Up complement time outs (#13048) Erik Johnston 2022-06-14 17:59:06 +01:00
  • 69775afa77 deploy: bdb6628dcf babolivier 2022-06-14 15:25:01 +00:00
  • bdb6628dcf Fix version number in spam checker callbacks doc (#13047) Brendan Abolivier 2022-06-14 17:24:25 +02:00
  • 0e5120d5aa deploy: 493c2fc44a H-Shay 2022-06-14 14:54:21 +00:00
  • 493c2fc44a Remove code generating comments in configuration file (#12941) Shay 2022-06-14 07:53:42 -07:00
  • 5f4ecf759d Rename delta to apply in the proper schema version. (#13050) Patrick Cloke 2022-06-14 10:34:04 -04:00
  • fe1daad672 Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) Quentin Gliech 2022-06-14 15:12:08 +02:00
  • e2307e4155 deploy: b8bf61230c erikjohnston 2022-06-14 12:19:09 +00:00
  • 09a3c5ce0b Fix Complement runs always being Postgres (#13034) reivilibre 2022-06-14 13:13:35 +01:00
  • 9718ab32d2 deploy: 5d139f578d erikjohnston 2022-06-14 11:03:22 +00:00
  • 5d139f578d Merge branch 'release-v1.61' into develop Erik Johnston 2022-06-14 12:00:02 +01:00
  • d8384ba2c4 deploy: b8bf61230c erikjohnston 2022-06-14 10:58:17 +00:00
  • b8bf61230c Fixup upgrades v1.61.0 Erik Johnston 2022-06-14 11:56:45 +01:00
  • e87355f201 Update changelog Erik Johnston 2022-06-14 11:49:33 +01:00
  • b9e39960e6 deploy: d580014e22 erikjohnston 2022-06-14 10:45:25 +00:00
  • d580014e22 1.61.0 Erik Johnston 2022-06-14 11:44:27 +01:00
  • 7b54badd31 Mention removed community/group worker endpoints in upgrade.md (#13023) Sami Olmari 2022-06-14 13:35:22 +03:00
  • ef9776cfa5 deploy: a542a92c57 erikjohnston 2022-06-14 10:35:59 +00:00
  • a542a92c57 Mention removed community/group worker endpoints in upgrade.md (#13023) Sami Olmari 2022-06-14 13:35:22 +03:00
  • 92103cb2c8 Decouple synapse.api.auth_blocking.AuthBlocking from synapse.api.auth.Auth. (#13021) Quentin Gliech 2022-06-14 10:51:15 +02:00
  • 3d696e3e4e Changelog David Robertson 2022-06-13 21:07:07 +01:00
  • e93d5d6b1f Maybe make stateres a bit faster? David Robertson 2022-06-13 18:14:30 +01:00
  • e59ecd1890 deploy: a164a46038 babolivier 2022-06-13 18:16:55 +00:00
  • a164a46038 Uniformize spam-checker API, part 4: port other spam-checker callbacks to return Union[Allow, Codes]. (#12857) David Teller 2022-06-13 20:16:16 +02:00
  • 53b77b203a Replace noop background updates with DELETE. (#12954) Patrick Cloke 2022-06-13 14:06:27 -04:00
  • f03935dcb7 Return thread notification counts down sync. clokep/ranged-read-receipts-poc Patrick Cloke 2022-06-09 13:18:25 -04:00
  • cbbe77f620 Include the thread ID in the event push actions. Patrick Cloke 2022-06-08 13:46:49 -04:00
  • 3ca9a381ab Add demo script. Patrick Cloke 2022-06-07 07:42:56 -04:00
  • a8a45921fb Coalesce receipts. Patrick Cloke 2022-06-02 12:46:42 -04:00
  • 0c395fd8b9 Start splitting receipts on new events. Patrick Cloke 2022-06-02 08:31:36 -04:00
  • ad6b7cf5c6 Create a forked DAG. Patrick Cloke 2022-06-01 10:49:32 -04:00
  • 50ba4b34ff Let clients specify prev_event_ids HACKY HACKY HACKY XXX Patrick Cloke 2022-06-01 10:28:45 -04:00
  • eebc6dfe38 Add test script. Patrick Cloke 2022-05-31 09:58:42 -04:00
  • 580fbb740f Discard notifications in ranges. Patrick Cloke 2022-05-26 16:07:39 -04:00
  • 7c320b79bf Use the ranged receipts table when fetching receipts for /sync. Patrick Cloke 2022-05-26 16:07:21 -04:00
  • f43e0b4b1a Add a ranged receipts table and insert into it. Patrick Cloke 2022-05-26 16:06:30 -04:00
  • 82166cfa51 Accept an optional starting event ID for the /receipts API. Patrick Cloke 2022-05-26 16:02:45 -04:00
  • 1ec3885aa9 Accept a start & end event ID when creating a receipt. Patrick Cloke 2022-05-26 15:55:06 -04:00
  • 48b2d6c9ef Create a separate RangedReadReceipt class. Patrick Cloke 2022-05-26 15:52:41 -04:00
  • bc7e8a5e60 Pass a Receipt into insert_receipt. Patrick Cloke 2022-05-26 15:48:45 -04:00
  • f68b5e5773 Merge branch 'rav/simplify_event_auth_interface' into develop Richard van der Hoff 2022-06-13 11:34:59 +01:00
  • a6173a16fe changelog Richard van der Hoff 2022-06-10 11:08:01 +01:00
  • c1b28b8842 Remove redundant room_version param from check_auth_rules_from_context Richard van der Hoff 2022-06-10 11:01:55 +01:00
  • 0d9d36b15c Remove room_version param from check_auth_rules_for_event Richard van der Hoff 2022-06-10 10:48:25 +01:00
  • 68be42f6b6 Remove room_version param from validate_event_for_room_version Richard van der Hoff 2022-06-09 15:51:34 +01:00
  • 2959184a42 EventAuthTestCase: build events for the right room version Richard van der Hoff 2022-06-10 10:44:19 +01:00
  • d59916b06a tests.utils passes disallow-untyped-defs dmr/typing/tests2 David Robertson 2022-06-11 21:45:39 +01:00
  • e007d87eb1 tests.utils.test_treecache David Robertson 2022-06-11 21:39:59 +01:00
  • 0ee260f4d4 tests.utils.test_threepids David Robertson 2022-06-11 21:39:26 +01:00
  • 0f7af76d45 tests.utils.test_stream_change_cache David Robertson 2022-06-11 21:38:58 +01:00
  • ca41febb7e tests.util.test_stringutils David Robertson 2022-06-11 21:38:07 +01:00
  • 9a42f0785f tests.util.test_ratelimitutils David Robertson 2022-06-11 21:37:31 +01:00
  • 0d78696b21 test_retryutils David Robertson 2022-06-11 21:34:07 +01:00
  • a8f7a3ac07 test_logformatter David Robertson 2022-06-11 21:33:45 +01:00
  • 31e42e9b74 test.util.test_itertools David Robertson 2022-06-11 21:33:04 +01:00
  • 436081dfcd test.util.test_check_dependencies David Robertson 2022-06-11 21:32:15 +01:00
  • 78f24160bf tests.util.rw_lock David Robertson 2022-06-11 21:25:14 +01:00
  • d091b71ea2 Type tests.util.test_wheel_timer David Robertson 2022-06-11 20:20:46 +01:00
  • 92af1306db Changelog David Robertson 2022-06-11 19:58:14 +01:00
  • 97d72ef11a tests.utils is typed David Robertson 2022-06-11 19:45:49 +01:00
  • 395d624e12 Suppress checking of a mock David Robertson 2022-06-11 19:45:35 +01:00
  • 3338364dbe Introduce a Looper type David Robertson 2022-06-11 19:32:29 +01:00
  • d6ff8bdf96 Introduce a Timer dataclass David Robertson 2022-06-11 18:35:02 +01:00
  • a07c7335cc Track now as a float David Robertson 2022-06-11 18:33:07 +01:00
  • 39d547bf74 Annotate default_config David Robertson 2022-06-11 18:11:57 +01:00
  • fb5809aca4 Use ParamSpec to annotate looping_call David Robertson 2022-06-11 18:04:56 +01:00
  • 575e1c4309 Annotate create_room David Robertson 2022-06-11 18:00:24 +01:00
  • 29f721f4b2 Easy annotations David Robertson 2022-06-11 17:57:53 +01:00
  • 797b2bd9c7 Remove unused method David Robertson 2022-06-11 17:57:44 +01:00
  • a95ab83713 Cast to postgres types when handling postgres db David Robertson 2022-06-11 17:47:05 +01:00
  • cfff055fa2 Revert "Changelog" David Robertson 2022-06-10 19:33:21 +01:00
  • ae09cc2ee4 Changelog David Robertson 2022-06-10 19:32:40 +01:00
  • ac0825a719 deploy: 4579445cc5 DMRobertson 2022-06-10 14:48:27 +00:00
  • 4579445cc5 Add missing TOC link to poetry cheat sheet (#13022) David Robertson 2022-06-10 15:47:49 +01:00
  • 84cd0fe4e2 Fix-up the contrib/graph scripts. (#13013) Patrick Cloke 2022-06-10 08:30:14 -04:00
  • 81608490e3 Stop depending on room_id to be returned for children state in the hierarchy response. (#12991) Patrick Cloke 2022-06-10 07:15:51 -04:00
  • 3d1d510fa9 Enable testing against PostgreSQL databases in Complement CI. (#12965) reivilibre 2022-06-09 14:16:34 +01:00
  • 1df22e16df Fix example of running complement.sh. (#12990) Patrick Cloke 2022-06-09 07:21:15 -04:00
  • 7c6b2204d1 Faster joins: add issue links to the TODOs (#13004) Richard van der Hoff 2022-06-09 11:13:03 +01:00
  • 97053c9406 Type annotations for test_v2 (#12985) David Robertson 2022-06-09 09:48:04 +01:00
  • 04ca3a52f6 Use READ COMMITTED isolation level when inserting read receipts (#12957) Nick Mills-Barrett 2022-06-09 09:44:16 +01:00
  • b5e9e4bcd2 Run all the tests Brendan Abolivier 2022-06-08 14:57:08 +01:00
  • 965b9fead1 Tweak .coveragerc more Brendan Abolivier 2022-06-08 14:51:51 +01:00
  • b9ce2499ce Fix value for TOP in sytest Brendan Abolivier 2022-06-08 14:36:02 +01:00
  • c7a86def4a Switch back to relative files Brendan Abolivier 2022-06-08 14:35:49 +01:00
  • e9097a71a3 Revert change to .coveragerc Brendan Abolivier 2022-06-08 14:08:05 +01:00
  • dd2d66b0c9 Move the (unstable) dir parameter for /relations behind an experimental flag. (#12984) Patrick Cloke 2022-06-08 09:00:35 -04:00
  • 45635f58cf More tweaking Brendan Abolivier 2022-06-08 14:00:23 +01:00
  • 5591739b68 Stop using relative files and instead try to tell coverage which paths are equivalent Brendan Abolivier 2022-06-08 13:56:43 +01:00
  • efe2f85e3c Run less stuff in CI Brendan Abolivier 2022-06-08 13:55:39 +01:00
  • 3c8f1290b8 Use a GitHub form for issues rather than a hard-to-read, easy-to-ignore template. (#12982) reivilibre 2022-06-08 12:11:02 +01:00
  • a8046e43ed Fix limited test list Brendan Abolivier 2022-06-08 11:17:31 +01:00
  • a7891a6de9 Use correct value for TOP in Sytest Brendan Abolivier 2022-06-08 11:08:01 +01:00
  • ea40fbb3d6 Don't run all the tests for now Brendan Abolivier 2022-06-08 11:00:13 +01:00
  • 3967b32899 deploy: 67f51c84f8 reivilibre 2022-06-08 09:57:38 +00:00
  • 67f51c84f8 Merge the Complement testing Docker images into a single, multi-purpose image. (#12881) reivilibre 2022-06-08 10:57:05 +01:00
  • c316fe8d4a Docker Compose Worker Documentation and Examples (#12737) James 2022-06-08 10:26:42 +01:00
  • 3c1c40d843 Clean up the test code for client disconnections (#12929) Sean Quah 2022-06-07 18:17:32 +01:00
  • 586bfc6dc0 Use dummy fallback engines if imports fail (#12979) David Robertson 2022-06-07 17:33:55 +01:00
  • a10cc5f824 Test cancellation at every await during request handling (#12674) Sean Quah 2022-06-07 17:14:47 +01:00