Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Replace EventContext fields prev_group and delta_ids with field state_group_deltas #15233

Merged
merged 28 commits into from
Jun 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bbaf807
remove fields prev_group and delta_ids and add field state_group_deltas
H-Shay Mar 9, 2023
e89cbb6
check context.state_group_deltas for possible state delta
H-Shay Mar 9, 2023
82ea621
update tests
H-Shay Mar 9, 2023
e8b8186
newsfragment
H-Shay Mar 9, 2023
d6e858c
fix lints
H-Shay Mar 9, 2023
6486e1f
properly serialize/deserialize context.state_group_deltas
H-Shay Mar 9, 2023
430ea51
lint
H-Shay Mar 9, 2023
59cbe10
fix changelog
H-Shay Mar 15, 2023
1f19617
Merge branch 'develop' into shay/kill_prev_with_fire
H-Shay May 2, 2023
75ad4a1
Merge branch 'develop' into shay/kill_prev_with_fire
H-Shay May 10, 2023
492968c
clarify state_group_deltas and create function to build them
H-Shay May 16, 2023
60765d9
fix mypy
H-Shay May 16, 2023
3a2ea21
remove extraneous space
H-Shay May 16, 2023
10c853e
Update synapse/events/snapshot.py
H-Shay May 17, 2023
0784641
Update synapse/events/snapshot.py
H-Shay May 17, 2023
91504ae
refactors
H-Shay May 17, 2023
839af7a
Merge branch 'shay/kill_prev_with_fire' of https://github.com/matrix-…
H-Shay May 17, 2023
9e9df0c
make state group deltas non-optional
H-Shay May 17, 2023
962ec1c
add upgrade notes about incompatible versions over replication
H-Shay May 17, 2023
effa597
Merge branch 'develop' into shay/kill_prev_with_fire
H-Shay May 17, 2023
28b025b
Update upgrade.md
H-Shay May 17, 2023
6ac912a
Update upgrade.md
H-Shay May 17, 2023
b5ed756
fix stupid errors
H-Shay May 18, 2023
77a58db
formatting/doc change
H-Shay May 18, 2023
5277a75
Merge branch 'develop' into shay/kill_prev_with_fire
H-Shay Jun 6, 2023
fa0a671
fix numbers
H-Shay Jun 6, 2023
49866ea
make serialization backwards/forwards compatible
H-Shay Jun 12, 2023
1b8769a
fix stray space upgrade.md
H-Shay Jun 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix changelog
H-Shay committed Mar 15, 2023
commit 59cbe10b4272b47273ec206080434d57b2ce5276
2 changes: 1 addition & 1 deletion changelog.d/15233.misc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Replace EventContext fields prev_group and delta_ids with field state_group_deltas.
Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_group_deltas`.