Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-05 | Implement backgroud update for chunks github/erikj/chunks_bg_update erikj/chunks_bg_update | Erik Johnston | 2 | -0/+76 | |
2018-06-05 | Assign chunks to forward extremities | Erik Johnston | 2 | -49/+115 | |
2018-06-01 | Remove spurious conditional | Erik Johnston | 1 | -2/+2 | |
2018-06-01 | Remove spurious break | Erik Johnston | 1 | -3/+0 | |
2018-06-01 | Use *row | Erik Johnston | 1 | -2/+2 | |
2018-06-01 | Reuse stream_ordering attribute instead of order | Erik Johnston | 2 | -9/+5 | |
The internal metadata "order" attribute was only used in one place, which was equivalent to using the stream ordering anyway. | |||||
2018-06-01 | Don't drop topo ordering when there is no chunk_id | Erik Johnston | 1 | -1/+1 | |
2018-06-01 | Comment on stream vs topological vs depth ordering in schema | Erik Johnston | 1 | -0/+5 | |
2018-06-01 | Update docs for RoomStreamToken | Erik Johnston | 1 | -8/+16 | |
2018-05-31 | Implement pagination using chunks | Erik Johnston | 3 | -18/+109 | |
2018-05-31 | Use calculated topological ordering when persisting events | Erik Johnston | 1 | -4/+5 | |
2018-05-31 | Add chunk ID to pagination token | Erik Johnston | 2 | -43/+84 | |
2018-05-30 | Rename func to _insert_into_chunk_txn | Erik Johnston | 1 | -6/+5 | |
2018-05-30 | Remove unnecessary COALESCE | Erik Johnston | 1 | -2/+2 | |
2018-05-30 | Comments | Erik Johnston | 1 | -4/+4 | |
2018-05-30 | Just iterate once rather than create a new set | Erik Johnston | 1 | -13/+6 | |
2018-05-30 | Remove redundant conditions | Erik Johnston | 1 | -10/+9 | |
2018-05-30 | Remove unnecessary set | Erik Johnston | 1 | -1/+1 | |
2018-05-30 | Correctly loop over events_and_contexts | Erik Johnston | 1 | -16/+14 | |
2018-05-25 | Compute new chunks for new events | Erik Johnston | 2 | -6/+203 | |
We also calculate a consistent topological ordering within a chunk, but it isn't used yet. | |||||
2018-05-24 | py3-ize state.py | Adrian Tschira | 1 | -23/+25 | |
2018-05-24 | Misc. py3 fixes | Adrian Tschira | 5 | -11/+13 | |
Signed-off-by: Adrian Tschira <nota@notafile.com> | |||||
2018-05-24 | more iteritems | Adrian Tschira | 1 | -4/+6 | |
2018-05-24 | Py3 storage/_base.py | Adrian Tschira | 1 | -17/+22 | |
Signed-off-by: Adrian Tschira <nota@notafile.com> | |||||
2018-05-24 | Remove users from user directory on deactivate | David Baker | 2 | -0/+11 | |
2018-05-24 | Update CHANGES.rst v0.30.0 github/release-v0.30.0 release-v0.30.0 | Neil Johnson | 1 | -5/+5 | |
2018-05-24 | Update CHANGES.rst | Neil Johnson | 1 | -1/+1 | |
2018-05-24 | update for v0.30.0 | Neil Johnson | 1 | -4/+23 | |
2018-05-24 | bump version | Neil Johnson | 1 | -1/+1 | |
2018-05-23 | Allow overriding the server_notices user's avatar | Richard van der Hoff | 3 | -9/+32 | |
probably should have done this in the first place, like @turt2live suggested. | |||||
2018-05-23 | consent_tracking.md: clarify link | Richard van der Hoff | 1 | -1/+1 | |
2018-05-23 | minor post-review tweaks | Richard van der Hoff | 2 | -5/+5 | |
2018-05-23 | fix typo | Richard van der Hoff | 1 | -1/+1 | |
2018-05-23 | Use the localpart in the consent uri | Richard van der Hoff | 1 | -1/+3 | |
... |