Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 5 | -0/+5 |
| | | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them. | ||||
* | Update license headers | Patrick Cloke | 2023-11-21 | 5 | -50/+80 |
| | |||||
* | Add type hints to synmark. (#16421) | Patrick Cloke | 2023-10-04 | 5 | -48/+85 |
| | |||||
* | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 1 | -1/+1 |
| | | | Enable additional checks & clean-up unneeded configuration. | ||||
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 2 | -3/+0 |
| | |||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 5 | -5/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
| | |||||
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 2 | -2/+5 |
| | | | | | | | - Update black version to the latest - Run black auto formatting over the codebase - Run autoformatting according to [`docs/code_style.md `](https://github.com/matrix-org/synapse/blob/80d6dc9783aa80886a133756028984dbf8920168/docs/code_style.md) - Update `code_style.md` docs around installing black to use the correct version | ||||
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 3 | -66/+39 |
| | | | | | | | This modifies the configuration of structured logging to be usable from the standard Python logging configuration. This also separates the formatting of logs from the transport allowing JSON logs to files or standard logs to sockets. | ||||
* | Support running synmark on macOS. (#8578) | Patrick Cloke | 2020-10-19 | 1 | -2/+5 |
| | | | By using the "poll" reactor since macOS doesn't support epoll. | ||||
* | Fix synmark (#8571) | Richard van der Hoff | 2020-10-16 | 1 | -1/+1 |
| | | | This seems to have been broken since #6513. | ||||
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -3/+3 |
| | |||||
* | Add some benchmarks for LruCache (#6446) | Amber Brown | 2020-04-03 | 4 | -5/+90 |
| | |||||
* | Move background update handling out of store | Erik Johnston | 2019-12-05 | 1 | -3/+3 |
| | |||||
* | Add benchmarks for structured logging performance (#6266) | Amber Brown | 2019-12-03 | 4 | -0/+283 |