Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-08 | Fix bug with new task scheduler using lots of CPU. (#16278) | Erik Johnston | 2 | -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-08 | Bump 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-08 | Avoid temporary storage of sensitive information. (#16272) | Patrick Cloke | 3 | -2/+16 | |
During the UI auth process, avoid storing sensitive information into the database. | |||||
2023-09-08 | Raise setuptools_rust version cap to 1.7.0 (#16277) | V02460 | 2 | -1/+2 | |
2023-09-08 | Reduce CPU overhead of change password endpoint (#16264) | Erik Johnston | 2 | -58/+55 | |
2023-09-07 | Recheck if remote device is cached before requesting it (#16252) | Erik Johnston | 4 | -17/+35 | |
This fixes a bug where we could get stuck re-requesting the device over replication again and again. | |||||
2023-09-07 | Add `/notifications` endpoint to workers (#16265) | Erik Johnston | 6 | -37/+42 | |
2023-09-06 | Bump 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-06 | Send the opentracing span information to appservices (#16227) | Marcel | 3 | -14/+37 | |
2023-09-06 | Handle "registration_enabled" paramet |