Commit Graph

  • c23af6099b
    Merge pull request #463 from matrix-org/rav/log_docs main Richard van der Hoff 2024-09-13 16:32:55 +01:00
  • 73c759e4f7 Add some documentation on the log fields Richard van der Hoff 2024-09-13 16:21:48 +01:00
  • cdb32f4460
    Merge pull request #451 from nisbet-hubbard/patch-3 Kegan Dougal 2024-09-09 08:37:30 +01:00
  • c2dd20a00e
    Merge pull request #454 from bnjbvr/fix-typo Kegan Dougal 2024-08-21 09:30:08 +01:00
  • 93c2150a15
    Merge pull request #455 from matrix-org/update-dco Kegan Dougal 2024-08-21 09:29:43 +01:00
  • 3804a90bf8
    Merge pull request #457 from matrix-org/richvdh-patch-1 Kegan Dougal 2024-08-21 09:29:15 +01:00
  • d40bf6947a
    landing.md: clarifications richvdh-patch-1 Richard van der Hoff 2024-08-16 11:46:32 +01:00
  • f00d979a2f add DCO update-dco Josh Simmons 2024-07-25 15:29:37 -07:00
  • fbabf4fe1b fix typo Subsribe -> Subscribe in function name Benjamin Bouvier 2024-07-16 17:14:05 +02:00
  • f70dbe0186 v0.99.19 v0.99.19 Kegan Dougal 2024-06-28 16:20:09 +01:00
  • ddb11e7b5b
    Update README.md nisbet-hubbard 2024-06-16 07:18:05 +08:00
  • 09be2d1b93
    Update README.md Kegan Dougal 2024-06-11 13:23:58 +01:00
  • 837163f7f8
    Merge pull request #443 from jessebot/patch-1 Kegan Dougal 2024-06-05 09:01:44 +01:00
  • 58a4c6f061
    Merge pull request #449 from matrix-org/kegan/sequence-protection Kegan Dougal 2024-06-05 08:08:45 +01:00
  • 7ea0b711db Check for lower kegan/sequence-protection Kegan Dougal 2024-06-04 17:22:43 +01:00
  • 17cb5f0376 Check the returned next_batch Kegan Dougal 2024-06-04 17:00:31 +01:00
  • 91a1a56f64 Add test Kegan Dougal 2024-06-04 16:57:57 +01:00
  • 3c2275a935 Protect against dropped databases Kegan Dougal 2024-06-04 15:26:58 +01:00
  • 273e9d4446 Update Landing.md - add info on how to use extra_well_known_client_content in homeserver.yaml JesseBot 2024-05-27 16:53:55 +02:00
  • 5da6865609
    Merge pull request #428 from matrix-org/grafana-dashboard Kegan Dougal 2024-05-30 13:31:45 +01:00
  • ea3baf2351 v0.99.18 v0.99.18 Kegan Dougal 2024-05-23 11:07:56 +01:00
  • 98b12cba6a
    Merge pull request #441 from matrix-org/s7evink/startup-perf Kegan Dougal 2024-05-21 18:13:06 +01:00
  • 4b70d7d55f
    Return err and not nil s7evink/startup-perf Till Faelligen 2024-05-21 16:17:06 +02:00
  • ce15a2800c
    Remove materialized view and use a recursive CTE instead to get unique event_types Till Faelligen 2024-05-21 16:16:17 +02:00
  • 9eee30b152
    Add a materialized view for event_types and use it in an updated query Till Faelligen 2024-05-21 15:27:15 +02:00
  • f25087d56a
    Merge pull request #440 from matrix-org/kegan/patch-device-lists Kegan Dougal 2024-05-20 14:06:56 +01:00
  • 451f6fb9c8 Add regression test kegan/patch-device-lists Kegan Dougal 2024-05-20 14:02:29 +01:00
  • e295c31ab7 Ensure null is not sent when we mean [] Kegan Dougal 2024-05-20 13:57:24 +01:00
  • d5b3e4b33d
    Merge pull request #439 from gnieto/fix/url-escape Kegan Dougal 2024-05-20 13:12:46 +01:00
  • 45f3e012db fix: urlencode since opaque string Guillem Nieto Taló 2024-05-20 11:57:24 +02:00
  • 425a5d4a2f
    Merge pull request #436 from matrix-org/s7evink/optimize-latest-event-in-room Kegan Dougal 2024-05-20 09:24:02 +01:00
  • 1551ccd7c9
    Merge pull request #437 from matrix-org/kegan/device-data-table Kegan Dougal 2024-05-20 09:11:17 +01:00
  • 3fc49bd4ea Migration review comments kegan/device-data-table Kegan Dougal 2024-05-20 08:37:09 +01:00
  • fdbebaea68 Some review comments; swap to UPDATE..RETURNING Kegan Dougal 2024-05-20 08:22:48 +01:00
  • 35c9fd4d95 Remove spurious return Kegan Dougal 2024-05-17 17:10:05 +01:00
  • af1f34861e Ensure txns are closed so we can wipe the db for other tests Kegan Dougal 2024-05-17 16:09:02 +01:00
  • 5028f93f83 If there's no updates, don't insert anything Kegan Dougal 2024-05-17 15:37:45 +01:00
  • fcd9b490f9 Debug logging Kegan Dougal 2024-05-17 15:20:18 +01:00
  • b6f2f9d273 Use a CURSOR Kegan Dougal 2024-05-17 14:48:08 +01:00
  • b383ed0d82 Add migrations and refactor internal structs Kegan Dougal 2024-05-17 13:45:14 +01:00
  • 425ed4efba
    Fix order of params and tell pq what $1 is s7evink/optimize-latest-event-in-room Till Faelligen 2024-05-17 11:04:59 +02:00
  • 1ae5b5cb3d
    Also optimize LatestEventNIDInRooms Till Faelligen 2024-05-17 10:41:28 +02:00
  • 2cd9a81ab2 Add DeviceListTable Kegan Dougal 2024-05-17 09:37:38 +01:00
  • 3ca77f2bc0
    Optimize getting the latest events in each room Till Faelligen 2024-05-17 10:26:09 +02:00
  • 62b181c3b6
    Apply suggestions from code review grafana-dashboard Will Lewis 2024-05-16 14:10:31 +01:00
  • 693587ef7e v0.99.17 v0.99.17 Kegan Dougal 2024-05-10 14:25:32 +01:00
  • 0d22cf1da5
    Merge pull request #432 from matrix-org/kegan/device-list-updates Kegan Dougal 2024-05-10 10:35:09 +01:00
  • 150d9d6371
    Merge pull request #433 from matrix-org/kegan/sign Kegan Dougal 2024-05-09 16:37:07 +01:00
  • 39f0d220e0 Maybe sign releases very-good-sign-test kegan/sign Kegan Dougal 2024-05-09 16:03:29 +01:00
  • f564f2d774 Redo the device data unit tests kegan/device-list-updates Kegan Dougal 2024-05-09 15:32:21 +01:00
  • c5b0afb2be bugfix: ensure we send back device list updates at the correct time Kegan Dougal 2024-05-09 12:36:18 +01:00
  • 5816c60e33 Add SELECT .. FOR UPDATE clauses to DeviceDataTable Kegan Dougal 2024-05-08 14:26:24 +01:00
  • 26e0a72877 debug travis/close-405-2 Travis Ralston 2024-05-03 11:41:34 -06:00
  • 436ae9e97b debug Travis Ralston 2024-05-03 11:35:38 -06:00
  • 5ba006e217 Try closing the request body specifically too Travis Ralston 2024-05-03 11:32:49 -06:00
  • f092982329 Finish 405 responses to avoid hanging Travis Ralston 2024-05-03 11:17:32 -06:00
  • 718513a1cb Add grafana chart for SS proxy Will Lewis 2024-05-01 16:13:13 +01:00
  • 8c76aad4e9
    Merge pull request #425 from csett86/patch-1 Kegan Dougal 2024-04-26 16:42:35 +01:00
  • 3e0162d70b
    README: document prebuild binaries Christoph Settgast 2024-04-26 17:36:50 +02:00
  • 66fd58bc49 v0.99.16 v0.99.16 Kegan Dougal 2024-04-26 13:42:42 +01:00
  • 91d34b6b88
    Merge pull request #424 from matrix-org/kegan/msc4115-unstable Kegan Dougal 2024-04-26 13:41:23 +01:00
  • 9620a624d7 Comment on escaped dots kegan/msc4115-unstable Kegan Dougal 2024-04-26 12:16:39 +01:00
  • 0af85096aa Check for unstable prefix in MSC4115 Kegan Dougal 2024-04-25 15:15:42 +01:00
  • abf5aeff82
    Merge pull request #422 from matrix-org/kegan/db-size Kegan Dougal 2024-04-24 16:55:25 +01:00
  • b0ab21ea90
    Merge pull request #423 from matrix-org/kegan/msc4115 Kegan Dougal 2024-04-24 16:55:13 +01:00
  • c4f2617a2d Remove MSC4115 unsigned.membership field kegan/msc4115 Kegan Dougal 2024-04-24 16:20:07 +01:00
  • a1b5e48529 Run the cleaner on startup kegan/db-size Kegan Dougal 2024-04-22 08:59:23 +01:00
  • 5dae70069b Clean the syncv3_snapshots table periodically Kegan Dougal 2024-04-22 08:55:05 +01:00
  • c18961bb46
    Merge pull request #418 from matrix-org/kegan/account-data-dupe Kegan Dougal 2024-04-12 15:03:01 +01:00
  • 236f065953 Given we only process 1 update in this function, return not break kegan/account-data-dupe Kegan Dougal 2024-04-12 08:34:37 +01:00
  • 48b5a549b6 Fix sending dupe room account data Kegan Dougal 2024-04-11 17:16:26 +01:00
  • a7152348ac Add regression test for https://github.com/matrix-org/sliding-sync/issues/417 Kegan Dougal 2024-04-11 16:08:33 +01:00
  • 01e090a01d Rejoin regression test kegan/rejoin Kegan Dougal 2024-04-11 15:51:14 +01:00
  • 8750e1c435
    Merge pull request #410 from matrix-org/kegan/race-tests kegsay 2024-03-11 15:01:26 +00:00
  • 05a82a43dc Same race pattern as timeSince for timeSleep kegan/race-tests Kegan Dougal 2024-03-11 12:06:13 +00:00
  • 4d54faa1a6 Fix remaining race conditions; add -race to CI Kegan Dougal 2024-03-11 10:30:03 +00:00
  • c7dd361ca6 Use atomic.Bool rather than bool in tests to fix race detector issues Kegan Dougal 2024-03-11 10:22:18 +00:00
  • cfff8bccb7
    Merge pull request #393 from csett86/disable-cgo kegsay 2024-03-05 13:57:39 +00:00
  • 6db85e6db0
    Merge pull request #395 from maxkratz/hotfix/readme-params-layout kegsay 2024-03-05 13:54:33 +00:00
  • 71598947e4
    Merge pull request #406 from matrix-org/kegan/sentry-user kegsay 2024-03-05 13:54:06 +00:00
  • 905f815794 bugfix: ensure sentry username/id values are correct kegan/sentry-user Kegan Dougal 2024-03-05 11:30:05 +00:00
  • 30f8c5b308
    Merge pull request #405 from matrix-org/kegan/spans kegsay 2024-02-26 14:23:36 +00:00
  • 8ccb0185b3 Include mutexes in spans kegan/spans Kegan Dougal 2024-02-26 13:01:18 +00:00
  • dcb8854001 Add more spans for live updates; change when we early return from buffered events Kegan Dougal 2024-02-26 12:53:57 +00:00
  • a95f3c78c0
    Merge pull request #402 from matrix-org/kegan/timeline-cap kegsay 2024-02-21 14:08:32 +00:00
  • 6d6a2d6c08 Add a sensible timeline_limit cap kegan/timeline-cap Kegan Dougal 2024-02-21 13:22:20 +00:00
  • aa3ea8fe2e
    Merge pull request #401 from matrix-org/kegan/msc4102 kegsay 2024-02-16 10:02:57 +00:00
  • 782703cd48 Implement MSC4102 kegan/msc4102 Kegan Dougal 2024-02-15 18:02:40 +00:00
  • b5044b9755 fixes the spacing for the env list in README.md doc Max Kratz 2024-01-27 16:52:33 +01:00
  • bbb886efd9 v0.99.15 v0.99.15 Kegan Dougal 2024-01-22 12:12:08 +00:00
  • 536a8dfb00
    Merge pull request #394 from matrix-org/kegan/dm-avatar-only kegsay 2024-01-22 12:10:58 +00:00
  • 51b851a48a Add live stream test; correctly calculate avatar changes kegan/dm-avatar-only Kegan Dougal 2024-01-22 11:33:09 +00:00
  • 08d3ec9745 only use the hero avatar if the room is a DM Kegan Dougal 2024-01-22 10:34:06 +00:00
  • 8d300dc206 Add avatar regression test Kegan Dougal 2024-01-22 10:05:32 +00:00
  • d70848c332 CGO disabled to allow running on older distros Christoph Settgast 2024-01-13 23:14:23 +01:00
  • ef2aa0a521
    Merge pull request #392 from matrix-org/kegan/space-leak kegsay 2024-01-12 12:28:55 +00:00
  • 4c6d504022 bugfix: ensure metadata about space children doesn't leak to active connections kegan/space-leak Kegan Dougal 2024-01-12 12:15:38 +00:00
  • b0d20cefac v0.99.14 v0.99.14 Kegan Dougal 2024-01-08 10:33:04 +00:00
  • 49c92260b8
    Merge pull request #385 from nisbet-hubbard/patch-2 kegsay 2024-01-08 10:26:03 +00:00
  • e6a2e67195
    Merge pull request #390 from matrix-org/kegan/fallback-key-types-fix kegsay 2024-01-05 17:33:04 +00:00