This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add endpoint to get an event at a given timestamp - MSC3030 #9445
Merged
Commits on Jul 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 91b1b36 - Browse repository at this point
Copy the full SHA 91b1b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5fa11 - Browse repository at this point
Copy the full SHA 8e5fa11View commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96c48ba - Browse repository at this point
Copy the full SHA 96c48baView commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 668aa4e - Browse repository at this point
Copy the full SHA 668aa4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b07487 - Browse repository at this point
Copy the full SHA 5b07487View commit details -
Configuration menu - View commit details
-
Copy full SHA for f721899 - Browse repository at this point
Copy the full SHA f721899View commit details -
Configuration menu - View commit details
-
Copy full SHA for af085ab - Browse repository at this point
Copy the full SHA af085abView commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 065273b - Browse repository at this point
Copy the full SHA 065273bView commit details
Commits on Nov 10, 2021
-
Merge branch 'develop' into eric/jump-to-date
Conflicts: scripts-dev/complement.sh synapse/rest/client/room.py
Configuration menu - View commit details
-
Copy full SHA for 0e0ddda - Browse repository at this point
Copy the full SHA 0e0dddaView commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e321ef7 - Browse repository at this point
Copy the full SHA e321ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e21e4b5 - Browse repository at this point
Copy the full SHA e21e4b5View commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fa15989 - Browse repository at this point
Copy the full SHA fa15989View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2695d - Browse repository at this point
Copy the full SHA ec2695dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a93c3 - Browse repository at this point
Copy the full SHA 22a93c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b311853 - Browse repository at this point
Copy the full SHA b311853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5638123 - Browse repository at this point
Copy the full SHA 5638123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 612b51f - Browse repository at this point
Copy the full SHA 612b51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 654d7ae - Browse repository at this point
Copy the full SHA 654d7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6280d36 - Browse repository at this point
Copy the full SHA 6280d36View commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8766b0a - Browse repository at this point
Copy the full SHA 8766b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a2642 - Browse repository at this point
Copy the full SHA 86a2642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2c997 - Browse repository at this point
Copy the full SHA 5a2c997View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3ba38 - Browse repository at this point
Copy the full SHA bc3ba38View commit details -
Configuration menu - View commit details
-
Copy full SHA for edac953 - Browse repository at this point
Copy the full SHA edac953View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab800e3 - Browse repository at this point
Copy the full SHA ab800e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9800a4b - Browse repository at this point
Copy the full SHA 9800a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8523bf3 - Browse repository at this point
Copy the full SHA 8523bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f05c292 - Browse repository at this point
Copy the full SHA f05c292View commit details -
Merge branch 'develop' into eric/jump-to-date
Conflicts: scripts-dev/complement.sh
Configuration menu - View commit details
-
Copy full SHA for 984a14b - Browse repository at this point
Copy the full SHA 984a14bView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dae7e0a - Browse repository at this point
Copy the full SHA dae7e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ac1ed - Browse repository at this point
Copy the full SHA 87ac1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5b622 - Browse repository at this point
Copy the full SHA 2a5b622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0610fac - Browse repository at this point
Copy the full SHA 0610facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 183e1bf - Browse repository at this point
Copy the full SHA 183e1bfView commit details
Commits on Nov 30, 2021
-
Fix query rejections and edge cases
See - #9445 (comment) - #9445 (comment) This commit does make one of the federation Complement tests fail but I think it's because our backward extremity query is weird and doesn't check the event in questions prev_events. Currently we only check the event itself which won't be a backward extremity because we already have the event and set the prev_events as the new backward extremities.
Configuration menu - View commit details
-
Copy full SHA for 5362bd3 - Browse repository at this point
Copy the full SHA 5362bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ac526 - Browse repository at this point
Copy the full SHA 76ac526View commit details -
There was a flaw in my logic before where it checked the event itself as a backward extremity instead of the events prev_events.
Configuration menu - View commit details
-
Copy full SHA for 58d67f2 - Browse repository at this point
Copy the full SHA 58d67f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d61fc - Browse repository at this point
Copy the full SHA 63d61fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70420e5 - Browse repository at this point
Copy the full SHA 70420e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8644b9 - Browse repository at this point
Copy the full SHA a8644b9View commit details -
Add origin_server_ts to client endpoint
Added it to the client endpoint as well because it could be useful to make sure that a requested event is not 24 hours older than the timestamp requested for day-by-day archive for example.
Configuration menu - View commit details
-
Copy full SHA for c38984c - Browse repository at this point
Copy the full SHA c38984cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed1360a - Browse repository at this point
Copy the full SHA ed1360aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13371a6 - Browse repository at this point
Copy the full SHA 13371a6View commit details -
Also check for the event itself as a backward extremity
See #9445 (comment) This additional check for the event itself as a backward extremity is necessary because it's probably possible to have an outlier event with no prev_events as backward extremities.
Configuration menu - View commit details
-
Copy full SHA for d137292 - Browse repository at this point
Copy the full SHA d137292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 662366a - Browse repository at this point
Copy the full SHA 662366aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7e689 - Browse repository at this point
Copy the full SHA dd7e689View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d2120 - Browse repository at this point
Copy the full SHA e7d2120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5660fde - Browse repository at this point
Copy the full SHA 5660fdeView commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3c404b - Browse repository at this point
Copy the full SHA c3c404bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff2db4 - Browse repository at this point
Copy the full SHA 1ff2db4View commit details -
Merge branch 'develop' into eric/jump-to-date
Conflicts: scripts-dev/complement.sh
Configuration menu - View commit details
-
Copy full SHA for 067d67a - Browse repository at this point
Copy the full SHA 067d67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5888eba - Browse repository at this point
Copy the full SHA 5888ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68704f4 - Browse repository at this point
Copy the full SHA 68704f4View commit details
Commits on Dec 2, 2021
-
Use %r to protect from ascii junk
See #9445 (comment) This will print `\n` as `'\n'` instead of an actual newline for example
Configuration menu - View commit details
-
Copy full SHA for 3ee5d0c - Browse repository at this point
Copy the full SHA 3ee5d0cView commit details -
Remove MSC3030 complement test flag because unknown state of tests at…
… time of merge Complement tests are in matrix-org/complement#178 but haven't had any review and not sure when they will merge.
Configuration menu - View commit details
-
Copy full SHA for 2621e5d - Browse repository at this point
Copy the full SHA 2621e5dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.