- Feb 13, 2023
-
-
reivilibre authored
-
- Feb 10, 2023
-
- Feb 09, 2023
-
-
Andrew Morgan authored
-
- Feb 07, 2023
-
-
David Robertson authored
-
- Feb 06, 2023
-
-
icp authored
-
- Jan 31, 2023
-
-
H. Shay authored
-
- Jan 27, 2023
-
- Jan 25, 2023
-
- Jan 23, 2023
-
-
dependabot[bot] authored
-
- Jan 17, 2023
-
-
dependabot[bot] authored
* Bump ruff from 0.0.215 to 0.0.224 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.215 to 0.0.224. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.215...v0.0.224 ) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> * Changelog Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
GitHub Actions <github-actions[bot]@users.noreply.github.com>
-
- Jan 12, 2023
-
-
Erik Johnston authored
* Re-enable some linting * Newsfile * Remove comment
- Jan 10, 2023
-
-
David Robertson authored
-
- Jan 09, 2023
-
-
dependabot[bot] authored
* Bump ruff from 0.0.206 to 0.0.215 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.206 to 0.0.215. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.206...v0.0.215 ) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> * Changelog Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
GitHub Actions <github-actions[bot]@users.noreply.github.com>
-
- Jan 05, 2023
-
-
dependabot[bot] authored
-
- Dec 21, 2022
-
-
Patrick Cloke authored
ruff is a flake8-compatible Python linter written in Rust. It supports the flake8 plugins that we use and is significantly faster in testing.
-
Patrick Cloke authored
PyYAML 3.13 fixes some issues with Python 3.7 compatibility and was released in 2018.
-
- Dec 20, 2022
-
- Dec 13, 2022
-
-
Sean Quah authored
-
- Dec 12, 2022
-
-
Brendan Abolivier authored
Fixes #13655 This change uses ICU (International Components for Unicode) to improve boundary detection in user search. This change also adds a new dependency on libicu-dev and pkg-config for the Debian packages, which are available in all supported distros.
-
- Dec 06, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Dec 05, 2022
-
-
Patrick Cloke authored
The internal methods of the StreamChangeCache were inconsistently treating the earliest known stream position as valid. It is now treated as invalid, meaning the cache cannot determine if an entity at the earliest known stream position has changed or not.
-
- Dec 01, 2022
-
- Nov 29, 2022
-
-
David Robertson authored
-
- Nov 22, 2022
-
-
David Robertson authored
-
- Nov 16, 2022
-
-
Erik Johnston authored
-
- Nov 08, 2022
-
-
Sean Quah authored
-
- Nov 04, 2022
-
-
Sean Quah authored
-
- Nov 01, 2022
-
-
David Robertson authored
-
- Oct 28, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Oct 26, 2022
-
- Oct 25, 2022
-
-
Quentin Gliech authored
This implements a fake OIDC server, which intercepts calls to the HTTP client. Improves accuracy of tests by covering more internal methods. One particular example was the ID token validation, which previously mocked. This uncovered an incorrect dependency: Synapse actually requires at least authlib 0.15.1, not 0.14.0.
-
Olivier Wilkinson (reivilibre) authored
-
- Oct 21, 2022
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 19, 2022
-
-
Erik Johnston authored
-
- Oct 18, 2022
-
-
David Robertson authored
* Don't pin dev-deps in pyproject; use lower bounds This makes it slightly less tedious to update these things via successive dependabot updates, by reducing the likelihood of a merge conflict. * Changelog * Changelog
-
David Robertson authored
* Fix `track_memory_usage` on poetry-core 1.3.x installations The same kind of problem as discussed in #14085: 1. we defined an extra with an underscore 2. we look it up at runtime with an underscore 3. but poetry-core 1.3.x. installs it with a dash, causing (2) to fail. Fix by using a dash everywhere. * Changelog
-
Ivan Shapovalov authored
Signed-off-by:
Ivan Shapovalov <intelfx@intelfx.name>
-