Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove constantly lib use and switch to enums. (#12624) | andrew do | 2022-05-04 | 1 | -1/+1 |
| | |||||
* | Add some type hints to datastore (#12423) | Dirk Klimpel | 2022-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * Add some type hints to datastore * newsfile * change `Collection` to `List` * refactor return type of `select_users_txn` * correct type hint in `stream.py` * Remove `Optional` in `select_users_txn` * remove not needed return type in `__init__` * Revert change in `get_stream_id_for_event_txn` * Remove import from `Literal` | ||||
* | Stop reading from `event_reference_hashes` (#11794) | Richard van der Hoff | 2022-01-21 | 1 | -30/+24 |
| | | | | Preparation for dropping this table altogether. Part of #6574. | ||||
* | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 1 | -2/+2 |
| | |||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+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>` | ||||
* | Convert additional databases to async/await part 2 (#8200) | Patrick Cloke | 2020-09-01 | 1 | -7/+33 |
| | |||||
* | Convert additional database stores to async/await (#8045) | Patrick Cloke | 2020-08-07 | 1 | -5/+2 |
| | |||||
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -0/+71 |