summary refs log tree commit diff
path: root/mypy.ini (follow)
Commit message (Expand)AuthorAgeFilesLines
* disallow-untyped-defs for synapse.push (#11023)David Robertson2021-10-111-0/+3
* Annotate synapse.storage.util (#10892)David Robertson2021-10-081-0/+6
* Relax `ignore-missing-imports` for modules that have stubs now and update myp...David Robertson2021-10-081-35/+34
* disallow-untyped-defs for synapse.server_notices (#11021)David Robertson2021-10-071-0/+3
* `disallow-untyped-defs` for `synapse.state` (#11004)David Robertson2021-10-061-0/+3
* More types for synapse.util, part 1 (#10888)David Robertson2021-10-061-0/+24
* Refactor user directory tests (#10935)David Robertson2021-09-301-0/+6
* Improve typing in user_directory files (#10891)David Robertson2021-09-241-0/+2
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-0/+3
* Add type hints to state database module. (#10823)Patrick Cloke2021-09-151-0/+1
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-1/+1
* Make StateFilter frozen so we can hash it (#10816)reivilibre2021-09-141-0/+1
* Add types to synapse.util. (#10601)reivilibre2021-09-101-11/+64
* Pull out encrypted_by_default tests from user_directory tests (#10752)David Robertson2021-09-061-0/+1
* Additional type hints for client REST servlets (part 5) (#10736)Patrick Cloke2021-09-031-0/+3
* Merge remote-tracking branch 'origin/release-v1.41' into developRichard van der Hoff2021-08-271-0/+1
|\
| * Fix incompatibility with Twisted < 21. (#10713)Richard van der Hoff2021-08-271-0/+1
* | Persist room hierarchy pagination sessions to the database. (#10613)Patrick Cloke2021-08-241-0/+1
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-2/+2
* | Do not include rooms with an unknown room version in a sync response. (#10644)Patrick Cloke2021-08-191-0/+1
* | Additional type hints for the proxy agent and SRV resolver modules. (#10608)Dirk Klimpel2021-08-181-0/+3
|/
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-1/+1
* Fix type hints in space summary tests. (#10575)Patrick Cloke2021-08-111-0/+1
* Add type hints and comments to event auth code. (#10393)Patrick Cloke2021-07-141-0/+1
* Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-0/+1
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-3/+0
* Correct type hints for parse_string(s)_from_args. (#10137)Patrick Cloke2021-06-081-0/+1
* Enable Prometheus metrics for the jaeger client library (#10112)Richard van der Hoff2021-06-041-1/+1
* Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-0/+9
* Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958)Erik Johnston2021-05-201-0/+3
* Optionally track memory usage of each LruCache (#9881)Erik Johnston2021-05-051-0/+3
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-1/+0
* Update mypy configuration: `no_implicit_optional = True` (#9742)Jonathan de Jong2021-04-051-0/+1
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-1/+2
* Add type hints to misc. files. (#9676)Patrick Cloke2021-03-241-1/+4
* Do not ignore the unpaddedbase64 module when type checking. (#9568)Patrick Cloke2021-03-091-3/+0
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-041-0/+1
* Add type hints to groups code. (#9393)Patrick Cloke2021-02-171-0/+1
* Add type hints to E2E handler. (#9232)Patrick Cloke2021-01-281-41/+1
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-0/+14
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-0/+1
* Fix type hints in test_login.pyRichard van der Hoff2021-01-071-0/+1
* Add type hints to the receipts and user directory handlers. (#8976)Patrick Cloke2021-01-041-0/+2
* Add type hints to the crypto module. (#8999)Patrick Cloke2021-01-041-0/+2
* Add additional type hints to the storage module. (#8980)Patrick Cloke2020-12-301-0/+10
* Add type hints to admin and room list handlers. (#8973)Patrick Cloke2020-12-291-0/+5
* Clean up tox.ini (#8963)Richard van der Hoff2020-12-171-0/+5
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-0/+1
* Add type hints to the push module. (#8901)Patrick Cloke2020-12-111-6/+1
* Simplify the flow for SSO UIA (#8881)Richard van der Hoff2020-12-081-0/+1
* Add type hints for HTTP and email pushers. (#8880)Patrick Cloke2020-12-071-0/+3
* Add type hints to the push mailer module. (#8882)Patrick Cloke2020-12-071-0/+1
* Add some tests for `password_auth_providers` (#8819)Richard van der Hoff2020-12-011-0/+1
* Add additional type hints to HTTP client. (#8812)Patrick Cloke2020-11-251-1/+2
* Add type hints to matrix federation client / agent. (#8806)Patrick Cloke2020-11-251-0/+2
* Add a script to sign arbitrary json objects. (#8772)Richard van der Hoff2020-11-241-0/+1
* Properly report user-agent/IP during registration of SSO users. (#8784)Patrick Cloke2020-11-231-0/+1
* Block clients from sending server ACLs that lock the local server out. (#8708)Erik Johnston2020-11-031-0/+1
* Add type hints to application services. (#8655)Patrick Cloke2020-10-281-0/+4
* Add type hints for account validity handler (#8620)Patrick Cloke2020-10-261-0/+1
* Type hints for RegistrationStore (#8615)Erik Johnston2020-10-221-0/+1
* Add type hints to profile and base handlers. (#8609)Patrick Cloke2020-10-211-1/+3
* Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+1
* Enable mypy for synapse.util.caches (#8547)Richard van der Hoff2020-10-151-3/+1
* Add type hints to response cache. (#8507)Patrick Cloke2020-10-091-0/+1
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-0/+5
* Add typing information to the device handler. (#8407)Patrick Cloke2020-10-071-0/+1
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-0/+3
* Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-011-0/+1
* Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-0/+2
* Add types to async_helpers (#8260)Patrick Cloke2020-09-081-1/+2
* Add type hints to more handlers (#8244)Erik Johnston2020-09-031-0/+3
* Fix typing for `@cached` wrapped functions (#8240)Erik Johnston2020-09-031-1/+2
* Add StreamStore to mypy (#8232)Erik Johnston2020-09-021-0/+1
* Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-0/+1
* Allow running mypy directly. (#8175)Patrick Cloke2020-08-261-0/+49
* Add type hints to handlers.message and events.builder (#8067)Erik Johnston2020-08-121-0/+3
* Add support for using rust-python-jaeger-reporter (#7697)Erik Johnston2020-06-171-0/+3
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+3
* Fixup synapse.rest to pass mypy (#6732)Erik Johnston2020-01-201-0/+9
* Fixup synapse.api to pass mypy (#6733)Erik Johnston2020-01-201-0/+3
* Silence mypy errors for files outside those specifiedErik Johnston2019-12-101-1/+1
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-4/+7
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-4/+12
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-0/+54