Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type annotations and comments to auth handler (#7063) | Patrick Cloke | 2020-03-12 | 1 | -0/+1 |
| | |||||
* | Allow deleting an alias if the user has sufficient power level (#6986) | Patrick Cloke | 2020-03-04 | 1 | -0/+1 |
| | |||||
* | Add some type annotations to the federation base & client classes (#6995) | Patrick Cloke | 2020-02-28 | 1 | -0/+2 |
| | |||||
* | Add some type annotations in `synapse.storage` (#6987) | Richard van der Hoff | 2020-02-27 | 1 | -2/+3 |
| | | | | | I cracked, and added some type definitions in synapse.storage. | ||||
* | Port PresenceHandler to async/await (#6991) | Erik Johnston | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -0/+1 |
| | | | | Ensure good comprehension hygiene using flake8-comprehensions. | ||||
* | Add type hints to the spam check module (#6915) | Patrick Cloke | 2020-02-14 | 1 | -0/+1 |
| | | | | Add typing information to the spam checker modules. | ||||
* | Add typing to synapse.federation.sender (#6871) | Erik Johnston | 2020-02-07 | 1 | -0/+1 |
| | |||||
* | Add typing to SyncHandler (#6821) | Erik Johnston | 2020-02-03 | 1 | -0/+1 |
| | | | | Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Fix sending server up commands from workers (#6811) | Erik Johnston | 2020-01-30 | 1 | -0/+1 |
| | | | | Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | ||||
* | Fixup synapse.rest to pass mypy (#6732) | Erik Johnston | 2020-01-20 | 1 | -2/+1 |
| | |||||
* | Fixup synapse.api to pass mypy (#6733) | Erik Johnston | 2020-01-20 | 1 | -0/+1 |
| | |||||
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 1 | -0/+1 |
| | |||||
* | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 1 | -1/+0 |
| | | | | | | This looks like it got half-killed back in #888. Fixes #6567. | ||||
* | Bump version of mypy | Erik Johnston | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Include more folders in mypy | Erik Johnston | 2019-12-12 | 1 | -1/+13 |
| | |||||
* | Add benchmarks for structured logging performance (#6266) | Amber Brown | 2019-12-03 | 1 | -0/+9 |
| | |||||
* | Python 3.8 for tox (#6341) | Richard van der Hoff | 2019-11-07 | 1 | -1/+1 |
| | | | | | | | ... and update INSTALL.md to include py3.8. We'll also have to update the buildkite pipeline to run it | ||||
* | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -2/+2 |
| | | | * update version of black and also fix the mypy config being overridden | ||||
* | Update CI to run isort on scripts and scripts-dev (#6270) | Andrew Morgan | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Remove redundant arguments to CI's flake8 (#6277) | Andrew Morgan | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Add comment as to why we're pinning black in tests | Erik Johnston | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Pin black version | Erik Johnston | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -0/+1 |
| | | | | | Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it. | ||||
* | Fix presence timeouts when synchrotron restarts. (#6212) | Erik Johnston | 2019-10-18 | 1 | -1/+1 |
| | | | | | | | | | * Fix presence timeouts when synchrotron restarts. Handling timeouts would fail if there was an external process that had timed out, e.g. a synchrotron restarting. This was due to a couple of variable name typoes. Fixes #3715. | ||||
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -2/+1 |
| | |||||
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -6/+24 |
| | |||||
* | Fix coverage in sytest and use plugins for buildkite (#5922) | Amber Brown | 2019-08-29 | 1 | -13/+9 |
| | |||||
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -0/+10 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+6 |
| | |||||
* | Remove Python 2.7 support. (#5425) | Amber Brown | 2019-06-12 | 1 | -2/+2 |
| | | | | | | | | * remove 2.7 from CI and publishing * fill out classifiers and also make it not be installed on 3.5 * some minor bumps so that the old deps work on python 3.5 | ||||
* | Pin eliot to <1.8 on python 3.5.2 (#5218) | Richard van der Hoff | 2019-05-21 | 1 | -1/+1 |
| | | | | | | | | | | * Pin eliot to <1.8 on python 3.5.2 Fixes https://github.com/matrix-org/synapse/issues/5199 * Add support for 'markers' to python_dependencies * tell xargs not to strip quotes | ||||
* | set PIP_USE_PEP517 = False for tests | Richard van der Hoff | 2019-04-25 | 1 | -0/+5 |
| | | | | | pip 19.1 otherwise complains about "editable mode is not supported for pyproject.toml-style projects" | ||||
* | Add comment back in | Erik Johnston | 2019-03-19 | 1 | -0/+1 |
| | |||||
* | Revert changes | Erik Johnston | 2019-03-19 | 1 | -12/+2 |
| | |||||
* | Bring py27-old into line with other test envs | Erik Johnston | 2019-03-18 | 1 | -0/+14 |
| | |||||
* | Add coverage to py27-old | Erik Johnston | 2019-03-18 | 1 | -3/+6 |
| | |||||
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 1 | -0/+3 |
| | |||||
* | Run unit tests against python 3.7 (#4677) | Richard van der Hoff | 2019-02-20 | 1 | -27/+2 |
| | | | | | | | | | | | | * Run unit tests against python 3.7 ... so that we span the full range of our supported python versions * Switch to xenial * fix psql fail * pep8 etc want python 3.6 | ||||
* | Merge pull request #4420 from matrix-org/jaywink/openid-listener | Erik Johnston | 2019-02-11 | 1 | -0/+1 |
|\ | | | | | New listener resource for the federation API "openid/userinfo" endpoint | ||||
| * | Add parameterized Python module to test dependencies | Jason Robinson | 2019-01-23 | 1 | -0/+1 |
| | | | | | | | | | | | | Allows running parameterized tests. BSD license. Signed-off-by: Jason Robinson <jasonr@matrix.org> | ||||
* | | Use native UPSERTs where possible (#4306) | Amber Brown | 2019-01-24 | 1 | -0/+1 |
|/ | |||||
* | Make the dependencies more like a standard Python project and hook up the ↵ | Amber Brown | 2018-12-22 | 1 | -3/+1 |
| | | | | optional dependencies to setuptools (#4298) | ||||
* | Merge branch 'master' into develop | Richard van der Hoff | 2018-12-20 | 1 | -0/+1 |
|\ | |||||
| * | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 2018-12-20 | 1 | -0/+1 |
| | | |||||
* | | Make isort tox check print diff when it fails | Erik Johnston | 2018-12-10 | 1 | -2/+2 |
|/ | |||||
* | Report combined coverage to codecov (#4225) | Amber Brown | 2018-11-28 | 1 | -12/+17 |
| | |||||
* | Add a coveragerc (#4180) | Amber Brown | 2018-11-15 | 1 | -2/+13 |
| | |||||
* | Port hash_password to Python 3 (#4161) | Amber Brown | 2018-11-08 | 1 | -1/+1 |
| | | | | | | * port hash_password * changelog | ||||
* | Attempt to fix tox installs | Richard van der Hoff | 2018-10-30 | 1 | -0/+14 |
| | | | | | | | | | | | | It seems that, at some point, the ability to run tox on old servers (with old setuptools) got broken - and it was only working on our Jenkins instance by dint of reusing the tox environments. Let's try to get tox to do the right thing, and remove the guff from jenkins/prepare_synapse.sh. (There is a separate question about whether the jenkins builds should be using tox to prepare the virtualenv at all here, but that is somewhat orthogonal). | ||||
* | disable coverage checking | Richard van der Hoff | 2018-10-25 | 1 | -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. | ||||
* | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵ | Amber Brown | 2018-10-20 | 1 | -2/+2 |
| | | | | on py3) (#4068) | ||||
* | Run our oldest supported configuration in CI (#3952) | Amber Brown | 2018-09-27 | 1 | -0/+20 |
| | |||||
* | Fix client IPs being broken on Python 3 (#3908) | Amber Brown | 2018-09-20 | 1 | -0/+10 |
| | |||||
* | Add a way to run tests in PostgreSQL in Docker (#3699) | Amber Brown | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | merge (#3576) | Amber Brown | 2018-09-14 | 1 | -41/+3 |
| | |||||
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+19 |
| | |||||
* | rename 'isort' to 'check_isort' as requested | Krombel | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | check isort by travis | Krombel | 2018-07-16 | 1 | -2/+6 |
| | |||||
* | Use towncrier to build the changelog (#3425) | Amber Brown | 2018-06-25 | 1 | -0/+8 |
| | |||||
* | update tox.ini to cover 292 succeeding tests | Krombel | 2018-06-05 | 1 | -11/+19 |
| | | | | Signed-Off-By: Matthias Kesler <krombel@krombel.de> | ||||
* | extend tox testing for py3 to avoid regressions | Krombel | 2018-05-29 | 1 | -1/+28 |
| | |||||
* | tests/metrics is gone now | Amber Brown | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | run config tests on py3 | Adrian Tschira | 2018-04-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Adrian Tschira <nota@notafile.com> | ||||
* | Update tox.ini | Richard van der Hoff | 2018-04-30 | 1 | -1/+1 |
| | | | add missing comma | ||||
* | Add py3 tests to tox with folders that work | Adrian Tschira | 2018-04-27 | 1 | -1/+9 |
| | | | | | | | | It's just a few tests, but it will at least prevent a few files from regressing. Also, it makes it easiert to check your code against py36 while writing it. Signed-off-by: Adrian Tschira <nota@notafile.com> | ||||
* | do tox install with pip -e | Richard van der Hoff | 2017-09-05 | 1 | -5/+29 |
| | | | | | - this ensures we end up with a working virtualenv which we can use for other things. | ||||
* | Fix unittests under tox | Richard van der Hoff | 2016-12-06 | 1 | -0/+7 |
| | | | | | We now need to set PYTHONPATH when running the unit tests; update tox config to do so. | ||||
* | Change /bin/bash to /bin/sh in tox.ini | Bartek Rutkowski | 2016-06-10 | 1 | -2/+2 |
| | | | No features of Bash are used here, so using /bin/sh makes it more portable to systems that don't have Bash natively (like BSD systems). | ||||
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Remove pyc files before running tests | Daniel Wagner-Hall | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Generate code coverage report when running jenkins.sh | Mark Haines | 2015-12-18 | 1 | -1/+2 |
| | |||||
* | Output results files on jenkins | Daniel Wagner-Hall | 2015-11-16 | 1 | -3/+3 |
| | | | | | | | Outputs: * results.xml * coverage.xml * violations.flake8.log | ||||
* | Pull out jenkins script into a checked in script | Daniel Wagner-Hall | 2015-11-13 | 1 | -1/+3 |
| | |||||
* | Update the other place check_joined_room is called | Mark Haines | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Use the version of "matrix-angular-sdk" hosted on pypi | Mark Haines | 2015-09-01 | 1 | -2/+0 |
| | |||||
* | Make 'setup.py test' run tox | Mark Haines | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Allow tests to be filter when using tox | Daniel Wagner-Hall | 2015-08-26 | 1 | -1/+1 |
| | | | | | `tox` will run all tests `tox tests.api.test_auth.AuthTestCase` will run just the tests in AuthTestCase | ||||
* | Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew ↵ | Mark Haines | 2015-08-25 | 1 | -0/+2 |
| | | | | .pyc files everywhere | ||||
* | Add tox.ini file for synapse | Mark Haines | 2015-08-25 | 1 | -0/+25 |