summary refs log tree commit diff
path: root/contrib/graph (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated cgi module (#17741)V024602024-09-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes all uses of the `cgi` module from Synapse. It was deprecated in Python version 3.11 and removed in version 3.13 ([“dead battery”](https://docs.python.org/3.13/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library)). ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) --------- Co-authored-by: Quentin Gliech <quenting@element.io>
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-233-0/+3
| | | | | 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 headersPatrick Cloke2023-11-213-30/+48
|
* Fix-up the contrib/graph scripts. (#13013)Patrick Cloke2022-06-103-43/+69
| | | | | | * Clarifies comments and documentation. * Adds type-hints. * Fixes Python 3 compatibility (and runs pyupgrade). * Updates for changes in Synapse internals.
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-172-4/+0
|
* Lint the contrib/ directory in CI and linting scripts, add synctl to linting ↵Andrew Morgan2020-07-203-27/+27
| | | | | | | script (#7914) Run `isort`, `flake8` and `black` over the `contrib/` directory and `synctl` script. The latter was already being done in CI, but now the linting script does it too. Fixes https://github.com/matrix-org/synapse/issues/7910
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-3/+1
|
* Cleanup extra quotes from IDEs (#6236)Andrew Morgan2019-10-231-2/+2
|
* Run Black. (#5482)Amber Brown2019-06-203-76/+54
|
* Fix seven contrib files with Python syntax errors (#5446)cclauss2019-06-182-12/+14
| | | | | | * Fix seven contrib files with Python syntax errors Signed-off-by: cclauss <cclauss@me.com>
* Replace some type checks with six type checksAdrian Tschira2018-04-071-1/+3
| | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
* Add another graph contribErik Johnston2016-01-211-0/+151
|
* copyrightsMatthew Hodgson2016-01-072-2/+2
|
* Fix contrib/graph/graph2.py to handle FrozenDictErik Johnston2015-02-161-1/+2
|
* Move experiments, graph and cmdclient into contribMark Haines2015-01-222-0/+307