Andrew Morgan
|
70dc5da72d
Simply calling execute_values in order to appease mypy
|
3 years ago |
Andrew Morgan
|
e532a8f77d
Add types-psycopg2 package to optional dev dependencies
|
3 years ago |
Andrew Morgan
|
33af486813
Changelog
|
3 years ago |
Andrew Morgan
|
3dd34bba19
Remove some unused classes.
|
3 years ago |
Andrew Morgan
|
dfffd5ad06
Refactor 'setupdb' to remove an indent-level, and help explain its purpose a bit more.
|
3 years ago |
Andrew Morgan
|
88c6999840
Pass a fake Connection mock to SQLBaseStore, instead of None.
|
3 years ago |
Andrew Morgan
|
89add577d7
Ignore monkey-patching functions. mypy doesn't currently allow this.
|
3 years ago |
Andrew Morgan
|
970555dc9e
Remove mock of non-existent property.
|
3 years ago |
Andrew Morgan
|
ed833e3bc9
Again, don't re-use variable names.
|
3 years ago |
Andrew Morgan
|
510b30f7e6
Don't re-use variable names with differing types.
|
3 years ago |
Andrew Morgan
|
ca2cfa58d8
Make default_config only return a dict representation
|
3 years ago |
Andrew Morgan
|
76f5ce9537
Add type annotation to Databases.databases
|
3 years ago |
Andrew Morgan
|
69bfd46158
Denote HomeServer.DATASTORE_CLASS as an abstract property the Python 3 way
|
3 years ago |
Andrew Morgan
|
d8448a0414
Remove tests/utils.py from mypy exclude list
|
3 years ago |
David Robertson
|
e605e4b8f2
Database storage profile passes mypy (#11342)
|
3 years ago |
David Robertson
|
5562ce6a53
Get directory db file to pass mypy (#11339)
|
3 years ago |
Tulir Asokan
|
6f862c5c28
Add support for the stable version of MSC2778 (#11335)
|
3 years ago |
Shay
|
605921bc6b
Remove unused tables `room_stats_historical` and `user_stats_historical` (#11280)
|
3 years ago |
David Robertson
|
fe58672546
Annotations for state_deltas.py (#11316)
|
3 years ago |
Patrick Cloke
|
3fad4e3fe5
Rollback #11322 due to wrong syntax in mypy.ini. (#11332)
|
3 years ago |
David Robertson
|
bea815cec8
Test room alias deletion (#11327)
|
3 years ago |
Shay
|
0bcae8ad56
Change display names/avatar URLs to None if they contain null bytes before storing in DB (#11230)
|
3 years ago |
Patrick Cloke
|
9b90b9454b
Add type hints to media repository storage module (#11311)
|
3 years ago |
David Robertson
|
6f8f3d4bc5
Attempt to annotate events_forward_extremities (#11314)
|
3 years ago |
David Robertson
|
4c96ce396e
Misc typing fixes for `tests`, part 1 of N (#11323)
|
3 years ago |
Patrick Cloke
|
95547e5300
Generalize the disallowed_untyped_defs in mypy.ini (#11322)
|
3 years ago |
Patrick Cloke
|
b64b6d12d4
Add more type hints to synapse.util. (#11321)
|
3 years ago |
reivilibre
|
2fffcb24d8
Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian packages (#11281)
|
3 years ago |
Dirk Klimpel
|
8840a7b7f1
Convert delete room admin API to async endpoint (#11223)
|
3 years ago |
David Robertson
|
c99da2d079
Annotations for user_erasure_store (#11313)
|
3 years ago |