summary refs log tree commit diff
path: root/synapse/python_dependencies.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-20Run unit tests against python 3.7 (#4677)Richard van der Hoff3-38/+14
* Run unit tests against python 3.7 ... so that we span the full range of our supported python versions * Switch to xenial * fix psql fail * pep8 etc want python 3.6
2019-02-19Revert "Merge pull request #4654 from matrix-org/hawkowl/registration-worker"Erik Johnston6-97/+6
This reverts commit 5bd2e2c31dbfed2e69800ee72aef80f7e4bda210, reversing changes made to d97c3a6ce651f7ff2ffb8b7ba5abd1e292b62896.
2019-02-19Revert "Merge pull request #4655 from matrix-org/hawkowl/registration-worker"Erik Johnston4-95/+8
This reverts commit 93555af5c91f2a242bb890a52cfd8e0ca303d34a, reversing changes made to 5bd2e2c31dbfed2e69800ee72aef80f7e4bda210.
2019-02-19DocsErik Johnston2-2/+8
2019-02-19Use itertoolsErik Johnston1-2/+2
2019-02-19DocumentationErik Johnston2-5/+24
2019-02-19Improve config documentationBrendan Abolivier1-3/+11
2019-02-19Fetch ACME domain into an instance memberBrendan Abolivier1-4/+5
2019-02-19misc->featureRichard van der Hoff1-0/+0
2019-02-19Test against Postgres 9.5 as well as 9.4Richard van der Hoff2-14/+33
Postgres 9.5 is the first to support UPSERTs, so we should reall