From eac170b21b89c86780e22bab7a2a74b33de50fc6 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 5 Nov 2024 16:54:18 -0600 Subject: [PATCH] Use more correct changelog entries for refactoring `Generator` usage (#17890) Use more correct changelog entries for refactoring `Generator` usage - https://github.com/element-hq/synapse/pull/17813 - https://github.com/element-hq/synapse/pull/17814 - https://github.com/element-hq/synapse/pull/17815 - https://github.com/element-hq/synapse/pull/17816 - https://github.com/element-hq/synapse/pull/17817 ### Pull Request Checklist * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) --- changelog.d/17813.bugfix | 1 - changelog.d/17813.misc | 1 + changelog.d/17814.bugfix | 1 - changelog.d/17814.misc | 1 + changelog.d/17815.bugfix | 1 - changelog.d/17815.misc | 1 + changelog.d/17816.bugfix | 1 - changelog.d/17816.misc | 1 + changelog.d/17817.bugfix | 1 - changelog.d/17817.misc | 1 + changelog.d/17818.bugfix | 1 - changelog.d/17818.misc | 1 + changelog.d/17890.misc | 1 + 13 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/17813.bugfix create mode 100644 changelog.d/17813.misc delete mode 100644 changelog.d/17814.bugfix create mode 100644 changelog.d/17814.misc delete mode 100644 changelog.d/17815.bugfix create mode 100644 changelog.d/17815.misc delete mode 100644 changelog.d/17816.bugfix create mode 100644 changelog.d/17816.misc delete mode 100644 changelog.d/17817.bugfix create mode 100644 changelog.d/17817.misc delete mode 100644 changelog.d/17818.bugfix create mode 100644 changelog.d/17818.misc create mode 100644 changelog.d/17890.misc diff --git a/changelog.d/17813.bugfix b/changelog.d/17813.bugfix deleted file mode 100644 index 5dd276709b..0000000000 --- a/changelog.d/17813.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid lost data on some database query retries. diff --git a/changelog.d/17813.misc b/changelog.d/17813.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17813.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage. diff --git a/changelog.d/17814.bugfix b/changelog.d/17814.bugfix deleted file mode 100644 index 5dd276709b..0000000000 --- a/changelog.d/17814.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid lost data on some database query retries. diff --git a/changelog.d/17814.misc b/changelog.d/17814.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17814.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage. diff --git a/changelog.d/17815.bugfix b/changelog.d/17815.bugfix deleted file mode 100644 index 5dd276709b..0000000000 --- a/changelog.d/17815.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid lost data on some database query retries. diff --git a/changelog.d/17815.misc b/changelog.d/17815.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17815.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage. diff --git a/changelog.d/17816.bugfix b/changelog.d/17816.bugfix deleted file mode 100644 index 5dd276709b..0000000000 --- a/changelog.d/17816.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid lost data on some database query retries. diff --git a/changelog.d/17816.misc b/changelog.d/17816.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17816.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage. diff --git a/changelog.d/17817.bugfix b/changelog.d/17817.bugfix deleted file mode 100644 index 5dd276709b..0000000000 --- a/changelog.d/17817.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid lost data on some database query retries. diff --git a/changelog.d/17817.misc b/changelog.d/17817.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17817.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage. diff --git a/changelog.d/17818.bugfix b/changelog.d/17818.bugfix deleted file mode 100644 index 5dd276709b..0000000000 --- a/changelog.d/17818.bugfix +++ /dev/null @@ -1 +0,0 @@ -Avoid lost data on some database query retries. diff --git a/changelog.d/17818.misc b/changelog.d/17818.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17818.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage. diff --git a/changelog.d/17890.misc b/changelog.d/17890.misc new file mode 100644 index 0000000000..f8676aee59 --- /dev/null +++ b/changelog.d/17890.misc @@ -0,0 +1 @@ +Refactor database calls to remove `Generator` usage.