Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-20 | Run unit tests against python 3.7 (#4677) | Richard van der Hoff | 3 | -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-19 | Revert "Merge pull request #4654 from matrix-org/hawkowl/registration-worker" | Erik Johnston | 6 | -97/+6 | |
This reverts commit 5bd2e2c31dbfed2e69800ee72aef80f7e4bda210, reversing changes made to d97c3a6ce651f7ff2ffb8b7ba5abd1e292b62896. | |||||
2019-02-19 | Revert "Merge pull request #4655 from matrix-org/hawkowl/registration-worker" | Erik Johnston | 4 | -95/+8 | |
This reverts commit 93555af5c91f2a242bb890a52cfd8e0ca303d34a, reversing changes made to 5bd2e2c31dbfed2e69800ee72aef80f7e4bda210. | |||||
2019-02-19 | Docs | Erik Johnston | 2 | -2/+8 | |
2019-02-19 | Use itertools | Erik Johnston | 1 | -2/+2 | |
2019-02-19 | Documentation | Erik Johnston | 2 | -5/+24 | |
2019-02-19 | Improve config documentation | Brendan Abolivier | 1 | -3/+11 | |
2019-02-19 | Fetch ACME domain into an instance member | Brendan Abolivier | 1 | -4/+5 | |
2019-02-19 | misc->feature | Richard van der Hoff | 1 | -0/+0 | |
2019-02-19 | Test against Postgres 9.5 as well as 9.4 | Richard van der Hoff | 2 | -14/+33 | |
Postgres 9.5 is the first to support UPSERTs, so we should reall |