summary refs log tree commit diff
path: root/scripts-dev/check_pydantic_models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-08Fix bug with new task scheduler using lots of CPU. (#16278)Erik Johnston2-21/+23
Using the new `TaskScheduler` meant that we'ed create lots of new metrics (due to adding task ID to the desc of background process), resulting in requests for metrics taking an increasing amount of CPU.
2023-09-08Bump gitpython from 3.1.34 to 3.1.35 (#16279)dependabot[bot]1-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08Avoid temporary storage of sensitive information. (#16272)Patrick Cloke3-2/+16
During the UI auth process, avoid storing sensitive information into the database.
2023-09-08Raise setuptools_rust version cap to 1.7.0 (#16277)V024602-1/+2
2023-09-08Reduce CPU overhead of change password endpoint (#16264)Erik Johnston2-58/+55
2023-09-07Recheck if remote device is cached before requesting it (#16252)Erik Johnston4-17/+35
This fixes a bug where we could get stuck re-requesting the device over replication again and again.
2023-09-07Add `/notifications` endpoint to workers (#16265)Erik Johnston6-37/+42
2023-09-06Bump gitpython from 3.1.32 to 3.1.34 (#16267)dependabot[bot]1-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06Send the opentracing span information to appservices (#16227)Marcel3-14/+37
2023-09-06