From 59fef3e80b09480d1ac86f4cf0895cb806d76ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 20 May 2026 16:31:30 +0200 Subject: [PATCH] Add patch entry for #34323, remove shipped patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove pr-33721, pr-34001, pr-34004 — all shipped in v1.51.0. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .patches/pr-33721.txt | 1 - .patches/pr-34001.txt | 1 - .patches/pr-34004.txt | 1 - .patches/pr-34323.txt | 1 + 4 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .patches/pr-33721.txt delete mode 100644 .patches/pr-34001.txt delete mode 100644 .patches/pr-34004.txt create mode 100644 .patches/pr-34323.txt diff --git a/.patches/pr-33721.txt b/.patches/pr-33721.txt deleted file mode 100644 index a4c71542c3..0000000000 --- a/.patches/pr-33721.txt +++ /dev/null @@ -1 +0,0 @@ -Fix home page widgets not being draggable or resizable after the first save diff --git a/.patches/pr-34001.txt b/.patches/pr-34001.txt deleted file mode 100644 index 760a059e5f..0000000000 --- a/.patches/pr-34001.txt +++ /dev/null @@ -1 +0,0 @@ -Fix facets endpoint performance regression when filters or permissions are applied diff --git a/.patches/pr-34004.txt b/.patches/pr-34004.txt deleted file mode 100644 index 506fd76855..0000000000 --- a/.patches/pr-34004.txt +++ /dev/null @@ -1 +0,0 @@ -Preserve external hrefs in BUI link components under non-root base path \ No newline at end of file diff --git a/.patches/pr-34323.txt b/.patches/pr-34323.txt new file mode 100644 index 0000000000..8435da76c5 --- /dev/null +++ b/.patches/pr-34323.txt @@ -0,0 +1 @@ +Split queryEntities list and count queries to fix CTE materialization bottleneck