Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3521 from matrix-org/rav/optimise_stream_change_cache | Richard van der Hoff | 2018-07-12 | 1 | -0/+1 |
|\ | | | | | Reduce set building in get_entities_changed | ||||
| * | changelog | Richard van der Hoff | 2018-07-12 | 1 | -0/+1 |
| | | |||||
* | | changelog | Richard van der Hoff | 2018-07-12 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3505 from matrix-org/erikj/receipts_cahce | Erik Johnston | 2018-07-12 | 1 | -0/+1 |
|\ | | | | | Use stream cache in get_linearized_receipts_for_room | ||||
| * | Newsfile | Erik Johnston | 2018-07-10 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3498 from OlegGirko/fix_attrs_syntax | Amber Brown | 2018-07-11 | 1 | -0/+0 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use more portable syntax using attrs package. Newer syntax attr.ib(factory=dict) is just a syntactic sugar for attr.ib(default=attr.Factory(dict)) It was introduced in newest version of attrs package (18.1.0) and doesn't work with older versions. We should either require minimum version of attrs to be 18.1.0, or use older (slightly more verbose) syntax. Requiring newest version is not a good solution because Linux distributions may have older version of attrs (17.4.0 in Fedora 28), and requiring to build (and package) newer version just to use newer syntactic sugar in only one test is just too much. It's much better to fix that test to use older syntax. Signed-off-by: Oleg Girko <ol@infoserver.lv> | ||||
| * | changelog entry | Amber Brown | 2018-07-11 | 1 | -0/+0 |
| | | |||||
* | | Attempt to include db threads in cpu usage stats (#3496) | Richard van der Hoff | 2018-07-10 | 1 | -0/+1 |
| | | | | | | | | | | Let's try to include time spent in the DB threads in the per-request/block cpu usage metrics. | ||||
* | | Refactor logcontext resource usage tracking (#3501) | Richard van der Hoff | 2018-07-10 | 1 | -0/+0 |
| | | | | | | | | | | Factor out the resource usage tracking out to a separate object, which can be passed around and copied independently of the logcontext itself. | ||||
* | | changelog | Richard van der Hoff | 2018-07-09 | 1 | -0/+1 |
|/ | |||||
* | changelog | Amber Brown | 2018-07-09 | 1 | -0/+0 |
| | |||||
* | Add an isort configuration (#3463) | Amber Brown | 2018-07-09 | 1 | -0/+0 |
| | |||||
* | changelog v0.32.2 github/release-v0.32.2 release-v0.32.2 | Amber Brown | 2018-07-07 | 1 | -1/+0 |
| | |||||
* | Correct attrs package name in requirements (#3492) | Amber Brown | 2018-07-07 | 2 | -0/+2 |
| | |||||
* | changelog v0.32.0rc1 | Amber Brown | 2018-07-05 | 28 | -19/+0 |
| | |||||
* | ACL changelog | Amber Brown | 2018-07-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3483 from matrix-org/rav/more_server_name_validation | Erik Johnston | 2018-07-05 | 1 | -0/+1 |
|\ | | | | | More server_name validation | ||||
| * | More server_name validation | Richard van der Hoff | 2018-07-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | We need to do a bit more validation when we get a server name, but don't want to be re-doing it all over the shop, so factor out a separate parse_and_validate_server_name, and do the extra validation. Also, use it to verify the server name in the config file. | ||||
* | | Merge pull request #3481 from matrix-org/rav/fix_cachedescriptor_test | Richard van der Hoff | 2018-07-04 | 1 | -0/+1 |
|\ \ | |/ |/| | Reinstate lost run_on_reactor in unit test | ||||
| * | Reinstate lost run_on_reactor in unit test | Richard van der Hoff | 2018-07-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | a61738b removed a call to run_on_reactor from a unit test, but that call was doing something useful, in making the function in question asynchronous. Reinstate the call and add a check that we are testing what we wanted to be testing. | ||||
* | | Merge pull request #3473 from matrix-org/erikj/thread_cache | Erik Johnston | 2018-07-04 | 1 | -0/+1 |
|\ \ | | | | | | | Invalidate cache on correct thread | ||||
| * | | Correct newsfile | Erik Johnston | 2018-07-02 | 2 | -0/+1 |
| | | | |||||
| * | | Newsfile | Erik Johnston | 2018-07-02 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #3474 from matrix-org/erikj/py3_auth | Erik Johnston | 2018-07-04 | 1 | -0/+0 |
|\ \ \ | |_|/ |/| | | Fix up auth check | ||||
| * | | Newsfile | Erik Johnston | 2018-07-02 | 1 | -0/+0 |
| |/ | |||||
* | | Reject invalid server names (#3480) | Richard van der Hoff | 2018-07-03 | 1 | -0/+1 |
| | | | | | | | | | | Make sure that server_names used in auth headers are sane, and reject them with a sensible error code, before they disappear off into the depths of the system. | ||||
* | | news snippet | Matthew Hodgson | 2018-07-02 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3467 from matrix-org/hawkowl/contributor-requirements | Matthew Hodgson | 2018-06-30 | 1 | -0/+0 |
|\ | | | | | Clarify "real name" in contributor requirements | ||||
| * | topfile | Amber Brown | 2018-06-29 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #3456 from matrix-org/hawkowl/federation-prevevent-checking | Erik Johnston | 2018-06-29 | 1 | -0/+1 |
|\ \ | | | | | | | Check the state of prev_events a bit more thoroughly when coming over federation | ||||
| * | | topfile update | Amber Brown | 2018-06-28 | 1 | -2/+1 |
| | | | |||||
| * | | topfile | Amber Brown | 2018-06-27 | 1 | -0/+2 |
| | | | |||||
* | | | add towncrier snippet | Matthew Hodgson | 2018-06-28 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -0/+1 |
| | | |||||
* | | Revert "Revert "Try to not use as much CPU in the StreamChangeCache"" (#3454) | Amber Brown | 2018-06-28 | 1 | -0/+0 |
|/ | |||||
* | Better testing framework for homeserver-using things (#3446) | Amber Brown | 2018-06-27 | 1 | -0/+0 |
| | |||||
* | Revert "Try to not use as much CPU in the StreamChangeCache" | Matthew Hodgson | 2018-06-26 | 1 | -0/+0 |
| | |||||
* | fixes | Amber Brown | 2018-06-26 | 1 | -0/+0 |
| | |||||
* | Use towncrier to build the changelog (#3425) | Amber Brown | 2018-06-25 | 15 | -0/+10 |