summary refs log tree commit diff
path: root/jenkins-sqlite.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-08Do not include docker files in python buildMichael Kaye1-0/+1
2018-06-08Refactor docker locations and README.Michael Kaye7-117/+126
This addresses #3224
2018-06-08Refactor docker locations and README.Michael Kaye7-117/+126
This addresses #3224
2018-06-08Try to log more helpful info when a sig verification failsRichard van der Hoff1-6/+25
Firstly, don't swallow the reason for the failure Secondly, don't assume all exceptions are verification failures Thirdly, log a bit of info about the key being used if debug is enabled
2018-06-08Fix event filtering in get_missing_events handlerRichard van der Hoff1-0/+4
2018-06-07fix various changelog bugs and typosMatthew Hodgson1-4/+3
2018-06-07fix logRichard van der Hoff1-1/+1
2018-06-07Fix event-purge-by-ts admin APIRichard van der Hoff1-6/+4
This got completely broken in 0.30. Fixes #3300.
2018-06-06Add missing dependency on attrRichard van der Hoff1-0/+1
We've rcently added a dep on `attr`. I don't know why the CI didn't pick this up, but we should make it explicit anyway.
2018-06-06Fix sql error in _get_state_groups_from_groupsRichard van der Hoff1-1/+1
If this was called with a `(type, None)` entry in types (which is supposed to return all state of type `type`), it would explode with a sql error.
2018-06-067 char sha in changelog v0.31.0 github/release-v0.31.0 release-v0.31.0Neil Johnson1-3/+3
2018-06-06Update CHANGES.rstNeil Johnson1-4/+4
2018-06-06bump version and changelogNeil Johnson2-3/+12
2018-06-06also redact __str__ of ApplicationService used for loggingMichael Telatynski1-1/+5
2018-06-06redact_uri in two missed log pathsMichael Telatynski1-2/+2
2018-06-06Fix metric documentation tables (#3341)Amber Brown1-20/+30
2018-06-06Add note to changelog on prometheus metricsRichard van der Hoff1-1/+4
2018-06-06Fix metric documentation tables (#3341)Amber Brown1-20/+30
2018-06-06federation/send_queue.py: fix usage of sortedcontainers.SortedDictIvan Shapovalov1-27/+22
2018-06-05update tox.ini to cover 292 succeeding testsKrombel1-11/+19
Signed-Off-By: Matthias Kesler <krombel@krombel.de>
2018-06-05factor out uri redaction into a method on httpMichael Telatynski3-13/+17
2018-06-05Let's try labels instead of label, that might workWill Hunt1-3/+3
2018-06-06Port to sortedcontainers (with tests!) (#3332)Amber Brown6-35/+241
2018-06-05Add metrics to track appservice transactionsWill Hunt1-0/+22
2018-06-04doc/postgres.rest: fix displaying of the last command blockBruno Pagani1-9/+9
Also indent all of them with 4 spaces.
2018-06-04Fix replication metricsRichard van der Hoff1-2/+2
fix bug introduced in #3256
2018-06-04bump version and changelog v0.31.0-rc1Neil Johnson2-1/+47
2018-06-04Hopefully, fix LaterGuage error handlingRichard van der Hoff1-3/+6
2018-06-04Add hacky cache factor override systemErik Johnston4-4/+18
2018-06-04Put python's logs into Trial when running unit tests (#3319)Amber Brown1-13/+27
2018-06-03federation/send_queue.py: fix usage of LaterGaugeIvan Shapovalov1-1/+1
Fixes a startup crash due to commit df9f72d9e5fe264b86005208e0f096156eb03e4b "replacing portions".
2018-06-02Strip `access_token` from outgoing requests using existing regexMichael Telatynski1-1/+6
2018-06-01Remove was_forgotten_atRichard van der Hoff1-26/+0
This is unused. IT MUST DIE!!!1 ̧̪͈̱̹̳͖͙H̵̰̤̰͕̖e̛ ͚͉̗̼̞w̶̩̥͉̮h̩̺̪̩͘ͅọ͎͉̟ ̜̩͔̦̘ͅW̪̫̩̣̲͔̳a͏͔̳͖i͖͜t͓̤̠͓͙s̘̰̩̥̙̝ͅ ̲̠̬̥Be̡̙̫̦h̰̩i̛̫͙͔̭̤̗̲n̳͞d̸ ͎̻͘T̛͇̝̲̹̠̗ͅh̫̦̝ͅe̩̫͟ ͓͖̼W͕̳͎͚̙̥ą̙l̘͚̺͔͞ͅl̳͍̙̤̤̮̳.̢ ̟̺̜̙͉Z̤̲̙̙͎̥̝A͎̣͔̙͘L̥̻̗̳̻̳̳͢G͉̖̯͓̞̩̦O̹̹̺!̙͈͎̞̬ *
2018-06-01Handle RRs which arrive before their eventsRichard van der Hoff1-25/+19
2018-06-01Ignore depth when updating read-receiptsRichard van der Hoff1-30/+37
Order read receipts by stream ordering instead of depth
2018-06-01Add private IPv6 addresses to preview blacklist #3312Felix Schäfer1-0/+3
The added addresses are expected to be local or loopback addresses and shouldn't be spidered for previews. Signed-off-by: Felix Schäfer <felix@thegcat.net>
2018-06-01remove unnecessary INSERTNeil Johnson1-1/+0
2018-05-31code_style.rst: formattingRichard van der Hoff1-1/+1
2018-05-31Run Prometheus on a different port, optionally. (#3274)Amber Brown16