You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/release-v1.12.0' into dinsic-release-v1.12.x
* origin/release-v1.12.0:
Missing bits
Use r0 instead of 'unstable' for joined_members|rooms
Add test to optionally keep other sessions when modifying a user's password. (#832)
Remove tests that call query_auth endpoint. (#827)
Add tests for validating alt_aliases of a canonical alias event. (#824)
Update the haproxy config to route fallback auth and register to the same worker. (#828)
Add tests for a user with sufficient power level removing an alias. (#818)
Add a test for an event with an invalid signature (#821)
Fix race in self signing key tests. (#822)
Use retry_until_success instead of repeat_until_true.
Attempt to deflake a test.
Fix frontend proxy worker binding to wrong port. (#823)
Stop checking for aliases in the public room list.
Attempt to deflake a sytest (#816)
Fix formatting from review.
Support running Dendrite in more than 1 sqlite db file
Add tests for moving alt_aliases to an upgraded room.
Support running dendrite in sqlite
Copy file name to clipboardExpand all lines: docker/base.Dockerfile
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,3 @@ ENV PGHOST=/var/run/postgresql
60
60
ENV PGDATA=$PGHOST/data
61
61
ENV PGUSER=postgres
62
62
RUN for ver in `ls /usr/lib/postgresql | head -n 1`; do su -c '/usr/lib/postgresql/'$ver'/bin/initdb -E "UTF-8" --lc-collate="C" --lc-ctype="C" --username=postgres' postgres; done
63
-
64
-
# Turn off all the fsync stuff for postgres
65
-
RUN for ver in /etc/postgresql/*/main; do mkdir -p $ver/conf.d/; echo -e "fsync=off\nfull_page_writes=off" >> $ver/conf.d/fsync.conf; done
0 commit comments