Erik Johnston
|
98e085513e
|
Better terms
|
2018-06-04 15:34:45 +01:00 |
Erik Johnston
|
01f0c0e821
|
Postgres fast update
|
2018-06-01 17:25:07 +01:00 |
Erik Johnston
|
2908104ed6
|
Speed things up a bit
|
2018-06-01 17:13:37 +01:00 |
Erik Johnston
|
2a9d3b8a19
|
fixu[p
|
2018-06-01 15:14:56 +01:00 |
Erik Johnston
|
f4eb10533e
|
fixup
|
2018-06-01 15:05:07 +01:00 |
Erik Johnston
|
1205362f1d
|
use farey function
|
2018-06-01 15:01:13 +01:00 |
Erik Johnston
|
ca11acf388
|
foo
|
2018-06-01 11:06:50 +01:00 |
Erik Johnston
|
a09d5e45b0
|
fixu
|
2018-05-31 19:23:04 +01:00 |
Erik Johnston
|
397e4c1d3d
|
fixup
|
2018-05-31 19:20:50 +01:00 |
Erik Johnston
|
c5da3f697e
|
fixup
|
2018-05-31 19:17:17 +01:00 |
Erik Johnston
|
9d885e578a
|
fixup
|
2018-05-31 19:16:25 +01:00 |
Erik Johnston
|
8384b1f3aa
|
Fixup
|
2018-05-31 19:08:31 +01:00 |
Erik Johnston
|
1e666c7b72
|
Use fractions
|
2018-05-31 18:58:30 +01:00 |
Erik Johnston
|
676064f2da
|
schema
|
2018-05-31 10:00:41 +01:00 |
Erik Johnston
|
f651f850a4
|
blah
|
2018-05-30 11:27:39 +01:00 |
Erik Johnston
|
1a64c21301
|
Make to_s_neighbours set
|
2018-05-25 14:46:50 +01:00 |
Erik Johnston
|
66450785d8
|
Ignore topological for receipts
|
2018-05-25 13:54:25 +01:00 |
Erik Johnston
|
3e927f85df
|
Check is_state
|
2018-05-25 12:36:51 +01:00 |
Erik Johnston
|
e717693d77
|
fix insert
|
2018-05-25 12:05:47 +01:00 |
Erik Johnston
|
34240a8d18
|
Implement background update for chunks
|
2018-05-25 11:42:52 +01:00 |
Erik Johnston
|
25ae0bf3ab
|
Set a chunk ID for all forward extremities
|
2018-05-25 11:42:35 +01:00 |
Erik Johnston
|
f9f6a6e0c1
|
Support pagination for tokens without chunk part
|
2018-05-25 10:56:42 +01:00 |
Erik Johnston
|
70639b07ec
|
Fix purge history
|
2018-05-25 10:56:42 +01:00 |
Erik Johnston
|
516207a966
|
Fix non integer limit
|
2018-05-25 10:56:42 +01:00 |
Erik Johnston
|
7e09f57a88
|
Fix backfill
|
2018-05-25 10:56:40 +01:00 |
Erik Johnston
|
1fc988b43c
|
Fix clamp leave and disable backfill
|
2018-05-25 10:55:10 +01:00 |
Erik Johnston
|
f24c3bf0be
|
Implement pagination using chunks
|
2018-05-25 10:55:10 +01:00 |
Erik Johnston
|
b0beffa99e
|
Use calculated topological ordering when persisting events
|
2018-05-25 10:55:10 +01:00 |
Erik Johnston
|
b65cc7defa
|
Add chunk ID to pagination token
|
2018-05-25 10:55:10 +01:00 |
Erik Johnston
|
13dbcafb9b
|
Compute new chunks for new events
We also calculate a consistent topological ordering within a chunk, but
it isn't used yet.
|
2018-05-25 10:54:23 +01:00 |
Erik Johnston
|
bcc9e7f777
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/room_chunks
|
2018-05-25 10:53:43 +01:00 |
Amber Brown
|
9c36c150e7
|
Merge pull request #3283 from NotAFile/py3-state
py3-ize state.py
|
2018-05-24 14:23:33 -05:00 |
Amber Brown
|
cc1349c06a
|
Merge pull request #3279 from NotAFile/py3-more-iteritems
more six iteritems
|
2018-05-24 14:23:13 -05:00 |
Amber Brown
|
5b788aba90
|
Merge pull request #3280 from NotAFile/py3-more-misc
More Misc. py3 fixes
|
2018-05-24 14:22:59 -05:00 |
Adrian Tschira
|
0e61705661
|
py3-ize state.py
|
2018-05-24 20:59:00 +02:00 |
Adrian Tschira
|
17a70cf6e9
|
Misc. py3 fixes
Signed-off-by: Adrian Tschira <nota@notafile.com>
|
2018-05-24 20:20:33 +02:00 |
Adrian Tschira
|
6c16a4ec1b
|
more iteritems
|
2018-05-24 20:19:06 +02:00 |
Amber Brown
|
7ea07c7305
|
Merge pull request #3278 from NotAFile/py3-storage-base
Py3 storage/_base.py
|
2018-05-24 13:08:09 -05:00 |
Amber Brown
|
1f69693347
|
Merge pull request #3244 from NotAFile/py3-six-4
replace some iteritems with six
|
2018-05-24 13:04:07 -05:00 |
Amber Brown
|
c4fb15a06c
|
Merge pull request #3246 from NotAFile/py3-repr-string
use repr, not str
|
2018-05-24 13:00:20 -05:00 |
Amber Brown
|
36501068d8
|
Merge pull request #3247 from NotAFile/py3-misc
Misc Python3 fixes
|
2018-05-24 12:58:37 -05:00 |
Amber Brown
|
2aff6eab6d
|
Merge pull request #3245 from NotAFile/batch-iter
Add batch_iter to utils
|
2018-05-24 12:54:12 -05:00 |
Adrian Tschira
|
095292304f
|
Py3 storage/_base.py
Signed-off-by: Adrian Tschira <nota@notafile.com>
|
2018-05-24 18:24:12 +02:00 |
David Baker
|
ecc4b88bd1
|
Merge pull request #3277 from matrix-org/dbkr/remove_from_user_dir
Remove users from user directory on deactivate
|
2018-05-24 16:12:12 +01:00 |
Erik Johnston
|
46345187cc
|
Merge pull request #3243 from NotAFile/py3-six-3
Replace some more comparisons with six
|
2018-05-24 16:08:57 +01:00 |
Neil Johnson
|
037c6db85d
|
Merge branch 'master' into develop
|
2018-05-24 16:03:44 +01:00 |
David Baker
|
7a1af504d7
|
Remove users from user directory on deactivate
|
2018-05-24 15:59:58 +01:00 |
Neil Johnson
|
14ca678674
|
Update CHANGES.rst
|
2018-05-24 15:54:02 +01:00 |
Neil Johnson
|
6f67163c63
|
Update CHANGES.rst
|
2018-05-24 15:04:41 +01:00 |
Neil Johnson
|
bdd2ed5acf
|
update for v0.30.0
|
2018-05-24 15:02:03 +01:00 |