summary refs log tree commit diff
path: root/synapse/res/templates (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-25Only cache the wheelsRichard van der Hoff1-2/+10
2018-10-25Combine the pep8 and check_isort builds into oneRichard van der Hoff1-4/+1
there's really no point spinning up two separate jobs for these.
2018-10-25disable coverage checkingRichard van der Hoff1-4/+1
I don't think we ever use this, and it slows things down. If we want to use it, we should just do so on a couple of builds rather than all of them.
2018-10-24isortNeil Johnson1-2/+1
2018-10-24remove trailing whiter spaceNeil Johnson1-1/+1
2018-10-24only fetch develop for check-newsfragmentsRichard van der Hoff1-4/+4
2018-10-24Disable newsfragment checks on branch buildsRichard van der Hoff1-1/+3
2018-10-24reduce git clone depthRichard van der Hoff1-0/+4
2018-10-24fix branch regexpRichard van der Hoff1-1/+1
2018-10-24also build on release branchesRichard van der Hoff1-0/+1
2018-10-24Disable travis-ci branch builds for most branchesRichard van der Hoff1-0/+6
(We really don't need to kick off 10 builds for the branch as well as 10 for the PR)
2018-10-24fix tupleRichard van der Hoff1-1/+2
Co-Authored-By: neilisfragile <neil@matrix.org>
2018-10-24Update changelog.d/3975.featureRichard van der Hoff1-1/+1
Co-Authored-By: neilisfragile <neil@matrix.org>
2018-10-24Allow backslashes in event field filtersRichard van der Hoff3-2/+16
Fixes a bug introduced in https://github.com/matrix-org/synapse/pull/1783 which meant that single backslashes were not allowed in event field filters. The intention here is to allow single-backslashes, but disallow double-backslashes.
2018-10-24Fix a number of flake8 errorsRichard van der Hoff12-20/+21
Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there.
2018-10-24isortErik Johnston1-4/+1
2018-10-24CommentErik Johnston1-2/+5