From patchwork Fri Sep 11 21:03:48 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 98053 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F671C88E5A for ; Fri, 11 Sep 2026 21:04:07 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.49577.1789160638348494116 for ; Fri, 11 Sep 2026 14:03:58 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=reLS8+oI; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EE6D32E96 for ; Fri, 11 Sep 2026 14:03:53 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 526E23F8C6 for ; Fri, 11 Sep 2026 14:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1789160637; bh=SZFaBuCZ5t2XE+3YDqqLkD/RhjtMqH0WaSAFL3FiTTw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=reLS8+oIdFGWOUTnfbswKyQ17my+HK6G2VIyPUwh8qFIufyGe9I9Sdwcuesw4cKQI cb86QAhQPUTAU54MSV1fTS9rjFTKqSW4uRxWfZnDLBh96YOu1O5X5QUvqRABUHU+sL hiv5G1tS3xUWBWVkY3Xj/NYOK9rzyHWIeAuDQPVg= From: Ross Burton To: yocto-patches@lists.yoctoproject.org Subject: [PATCH][yocto-autobuilder-helper 5/8] dashboard/bugtriage: add BZSearch, subclassing URLSearchParams Date: Fri, 11 Sep 2026 22:03:48 +0100 Message-ID: <20260911210351.2020798-5-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260911210351.2020798-1-ross.burton@arm.com> References: <20260911210351.2020798-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 11 Sep 2026 21:04:07 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/4820 Add a subclass of URLSearchParams that has some helper functions for constructing Bugzilla search queries. Change all constructors that use URLSearchParams to BZSearch. Signed-off-by: Ross Burton --- scripts/dashboard/bugtriage/index.html | 43 +++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/scripts/dashboard/bugtriage/index.html b/scripts/dashboard/bugtriage/index.html index 7febd4dc..a9ccf2e7 100644 --- a/scripts/dashboard/bugtriage/index.html +++ b/scripts/dashboard/bugtriage/index.html @@ -484,6 +484,39 @@