From unknown Tue Aug 12 08:32:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54024] [mumi] Preprocess search query from GraphQL before use Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 16 Feb 2022 08:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ricardo Wurmus Cc: arunisaac@systemreboot.net, 54024@debbugs.gnu.org X-Debbugs-Original-Cc: Arun Isaac , guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164499969920188 (code B ref -1); Wed, 16 Feb 2022 08:22:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Feb 2022 08:21:39 +0000 Received: from localhost ([127.0.0.1]:47286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKFZD-0005FY-Ip for submit@debbugs.gnu.org; Wed, 16 Feb 2022 03:21:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:37300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKFZA-0005FP-OZ for submit@debbugs.gnu.org; Wed, 16 Feb 2022 03:21:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKFZA-0001e9-EF for guix-patches@gnu.org; Wed, 16 Feb 2022 03:21:36 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:43778) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKFZ6-0004FN-Ju for guix-patches@gnu.org; Wed, 16 Feb 2022 03:21:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=McBu/1ChzzPaBwX2XF5D7aQMSD7Mm5Ad1ijplpyCyIc=; b=Bbo/XxwnsmJp7f2X8ehqMVfU1L l8EtasW72Mil9c77Jss0m3PO0gCdYV8rMsZR588q5jL1ia7ob3wswGQtvQP8mddVrwR9nW6Z50PLK q99A1fISaLf/JCTEcde8P7WTDY8HsLpseUSN6/nnaXItP31yyMlfiaKhymVAz6LnBUMifUoGSNUuP SZKDHFTYXI4GqlKqCZxT25KaeYz6Mxad25PUCKBkn7FBvdJuCLpg6LhEXZW2UwjT9dEa+pZrFxtqv NV8N3YLnFDhwFCgdTbjL6Px1HqyPSkrwpX4dVNJ5ZtDyUzqnnhq6AKzinsDuGByPV507c/xapFUE5 SS59P5TQ==; Received: from [192.168.2.1] (port=7652 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nKFYx-000OWv-Gn; Wed, 16 Feb 2022 13:51:23 +0530 From: Arun Isaac Date: Wed, 16 Feb 2022 13:51:21 +0530 Message-Id: <20220216082121.23755-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Ricardo, It looks like there is a small bug in the GraphQL patches I sent earlier. I had failed to preprocess the search query before use. Regards, Arun Arun Isaac (1): web: Preprocess search query from GraphQL before use. mumi/web/graphql.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.34.0 From unknown Tue Aug 12 08:32:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54024] [PATCH] web: Preprocess search query from GraphQL before use. References: <20220216082121.23755-1-arunisaac@systemreboot.net> In-Reply-To: <20220216082121.23755-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 16 Feb 2022 08:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ricardo Wurmus Cc: 54024@debbugs.gnu.org, Arun Isaac Received: via spool by 54024-submit@debbugs.gnu.org id=B54024.164499989520520 (code B ref 54024); Wed, 16 Feb 2022 08:25:01 +0000 Received: (at 54024) by debbugs.gnu.org; 16 Feb 2022 08:24:55 +0000 Received: from localhost ([127.0.0.1]:47291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKFcN-0005Ku-0M for submit@debbugs.gnu.org; Wed, 16 Feb 2022 03:24:55 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:51266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKFcL-0005Kl-BW for 54024@debbugs.gnu.org; Wed, 16 Feb 2022 03:24:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=35LZYLoyk3/ajZwrpMuCSDJKYo2ZfTKWJ7k/e6Xc2Ck=; b=H5cadrcfN8amO3/WTV2HlTGZY3 JmbLJlFo8ui5KRPzjEZcPzLTDKsfS7Y+meaeznOGfk6Cu8O8PtuU9vL6BHA8ReKhxrM8ayGLQWwVP 7KaEPqJ74hUXfLi878ZQ+FEb9urI3gzCngye14UlF8dK2MQad9sKOHKJnFhT/6g7e/35Y38qnpkOS HgsqB11ewUYdkgGrFm24l3miV2LKQdQfF6jJrDcvCqF7HkklXRI7ECBbIC1+9DB+oZ7S7Ba/gMTHn a8OOQQSrKU0DRclT753H8rqHD1TmS7ANN/yp+S+ERsjtg3+V7Fi7h45evTmwvjEzpz2ED1vokpHwN x/J/QUyA==; Received: from [192.168.2.1] (port=7718 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nKFcG-000OXR-ME; Wed, 16 Feb 2022 13:54:48 +0530 From: Arun Isaac Date: Wed, 16 Feb 2022 13:54:46 +0530 Message-Id: <20220216082446.24153-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * mumi/web/graphql.scm (): Preprocess search query using process-query before passing on to search-bugs. --- mumi/web/graphql.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mumi/web/graphql.scm b/mumi/web/graphql.scm index 662c5ba..56110a0 100644 --- a/mumi/web/graphql.scm +++ b/mumi/web/graphql.scm @@ -102,7 +102,8 @@ (bug-status number))) (issues (non-nullable-type (list-type )) (lambda* (parent context info #:key search) - (search-bugs search))) + (search-bugs (string-join + (process-query search))))) (person (non-nullable-type ) (lambda* (parent context info #:key email) email))) -- 2.34.0 From unknown Tue Aug 12 08:32:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#54024: closed (Re: [mumi] Preprocess search query from GraphQL before use) Message-ID: References: <87a6epgmn8.fsf@elephly.net> <20220216082121.23755-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 54024 X-Gnu-PR-Package: guix-patches Reply-To: 54024@debbugs.gnu.org Date: Thu, 17 Feb 2022 22:22:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1645136522-30781-1" This is a multi-part message in MIME format... ------------=_1645136522-30781-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54024: [mumi] Preprocess search query from GraphQL before use which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54024@debbugs.gnu.org. --=20 54024: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54024 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1645136522-30781-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54024-done) by debbugs.gnu.org; 17 Feb 2022 22:21:28 +0000 Received: from localhost ([127.0.0.1]:52880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKp9U-0007zR-2i for submit@debbugs.gnu.org; Thu, 17 Feb 2022 17:21:28 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKp9R-0007zG-NK for 54024-done@debbugs.gnu.org; Thu, 17 Feb 2022 17:21:26 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1645136483; cv=none; d=zohomail.com; s=zohoarc; b=n8a78LLLS3ICs5KP+e+tYyHrr9+QV/tx50UMyB7XK8ccxPgRdLr4gBmvePMQ20oy1eKf2KEl0DsK41m/oTiewWWVPYFsKyFeHdFTfTSMz2ju48RsSW8Rr/ANB0undHvBc8haA770h7HD+JvMpnlr4c0sOSl8Yy9XN4n9cVwh4Xw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645136483; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=9n/Tq4RnB9Rt8D4UHbaOx3oskLnDuiJ94ImAOpHQwW4=; b=AS27GrR7KLAra+td7Z8q8mmQ1YG+8S/oSzrWpBX44D8roBXKj20tv8Gk/2EUM3NIX+bgEh7B61CAH2ztoI4NDXUHtcgLd31G1iKzMn9CwU++Dms+v/HBfu2IWw8tn9RjNRcilhA82Rq48ZwfN+SFIvW1bN/wBfLZ68VDygC88Mw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1645136483; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=9n/Tq4RnB9Rt8D4UHbaOx3oskLnDuiJ94ImAOpHQwW4=; b=eZUSsJtGS8F8QzgzkUZh8nC76nJndnWpdvKpM49wsgVVJVWxNyijmUEpOKY+FRqI DXg81mWzlWSsPZreT0fp+7+E1y24WAilj9fO+ixYOvxRnq4eUJER7wfgvWS2ovgc5qt 0Pk5wgXvgtAg7/GzUA1PZQw5+MTw4rri2vB4Br8U= Received: from localhost (p54ad4f3c.dip0.t-ipconnect.de [84.173.79.60]) by mx.zohomail.com with SMTPS id 1645136479746189.42963127386986; Thu, 17 Feb 2022 14:21:19 -0800 (PST) References: <20220216082121.23755-1-arunisaac@systemreboot.net> User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus To: Arun Isaac Subject: Re: [mumi] Preprocess search query from GraphQL before use Date: Thu, 17 Feb 2022 23:19:28 +0100 In-reply-to: <20220216082121.23755-1-arunisaac@systemreboot.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87a6epgmn8.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54024-done Cc: 54024-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Arun, > It looks like there is a small bug in the GraphQL patches I sent > earlier. I had failed to preprocess the search query before use. Applied, thanks! (Reconfiguring issues.guix.gnu.org would take a little while longer as we=E2=80=99re in the process of moving the root fs and /gnu/store to new di= sks. Almost finished it today but ran into problems after rebooting.) --=20 Ricardo ------------=_1645136522-30781-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Feb 2022 08:21:39 +0000 Received: from localhost ([127.0.0.1]:47286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKFZD-0005FY-Ip for submit@debbugs.gnu.org; Wed, 16 Feb 2022 03:21:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:37300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKFZA-0005FP-OZ for submit@debbugs.gnu.org; Wed, 16 Feb 2022 03:21:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKFZA-0001e9-EF for guix-patches@gnu.org; Wed, 16 Feb 2022 03:21:36 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:43778) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKFZ6-0004FN-Ju for guix-patches@gnu.org; Wed, 16 Feb 2022 03:21:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=McBu/1ChzzPaBwX2XF5D7aQMSD7Mm5Ad1ijplpyCyIc=; b=Bbo/XxwnsmJp7f2X8ehqMVfU1L l8EtasW72Mil9c77Jss0m3PO0gCdYV8rMsZR588q5jL1ia7ob3wswGQtvQP8mddVrwR9nW6Z50PLK q99A1fISaLf/JCTEcde8P7WTDY8HsLpseUSN6/nnaXItP31yyMlfiaKhymVAz6LnBUMifUoGSNUuP SZKDHFTYXI4GqlKqCZxT25KaeYz6Mxad25PUCKBkn7FBvdJuCLpg6LhEXZW2UwjT9dEa+pZrFxtqv NV8N3YLnFDhwFCgdTbjL6Px1HqyPSkrwpX4dVNJ5ZtDyUzqnnhq6AKzinsDuGByPV507c/xapFUE5 SS59P5TQ==; Received: from [192.168.2.1] (port=7652 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nKFYx-000OWv-Gn; Wed, 16 Feb 2022 13:51:23 +0530 From: Arun Isaac To: Ricardo Wurmus Subject: [mumi] Preprocess search query from GraphQL before use Date: Wed, 16 Feb 2022 13:51:21 +0530 Message-Id: <20220216082121.23755-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac , guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Ricardo, It looks like there is a small bug in the GraphQL patches I sent earlier. I had failed to preprocess the search query before use. Regards, Arun Arun Isaac (1): web: Preprocess search query from GraphQL before use. mumi/web/graphql.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.34.0 ------------=_1645136522-30781-1-- From unknown Tue Aug 12 08:32:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54024] [mumi] Preprocess search query from GraphQL before use Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Feb 2022 06:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ricardo Wurmus Cc: 54024-done@debbugs.gnu.org Received: via spool by 54024-done@debbugs.gnu.org id=D54024.164525231916871 (code D ref 54024); Sat, 19 Feb 2022 06:32:01 +0000 Received: (at 54024-done) by debbugs.gnu.org; 19 Feb 2022 06:31:59 +0000 Received: from localhost ([127.0.0.1]:56705 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLJHj-0004O3-9k for submit@debbugs.gnu.org; Sat, 19 Feb 2022 01:31:59 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:51268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLJHf-0004Np-UG for 54024-done@debbugs.gnu.org; Sat, 19 Feb 2022 01:31:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=I1oX69SSZ7r+SbLCSBqUMThO6rJr3pFrYLKsCkVpXbQ=; b=dkV2YehhZAd66jhVh36qt8eZj+ HmtTBcKB39t3HY5OPq7Ut7/gOKnE+jhlG1Tk9xg4eiqPZwIAXcwK7cXs5o++wbv05mFKm3VwfDbeU dbLl8oW2pcE+Hw87nzDfzf46IbtI/VTiC/oVpQCu91PXAH6Cx6sb0jGkGitPwHtmC80ileCjGXk1e BjhdJ9xDycqyRmbuC1DcWOkPXqfi8YKLWKgL2a4ogyEJ7S8OdO2n34vokAGtWtd2YF5axiB2LsRR4 hWZpwFAT6qJ3Cu6s7pSgF1nDPQzffOdc1KB75GoA8xBmRzSSMJip147uRUi6mQXye9X0juy6r5xBa nujJWdHQ==; Received: from [192.168.2.1] (port=7586 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nLJHc-000VlF-B9; Sat, 19 Feb 2022 12:01:52 +0530 From: Arun Isaac In-Reply-To: <87a6epgmn8.fsf@elephly.net> References: <20220216082121.23755-1-arunisaac@systemreboot.net> <87a6epgmn8.fsf@elephly.net> Date: Sat, 19 Feb 2022 12:01:46 +0530 Message-ID: <875ypbfju5.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Thanks, Ricardo! I think this new patch still isn't up on issues.guix.gnu.org, but that's ok. It's not very urgent. Should we consider more automated ways to redeploy mumi on every commit? Or maybe, we should run a separate development server just for that. WDYT? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmIQjtIbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuz1iQH/0cnNQFYz7Vjv/kO9rd8 CqLuMxPAWjlQRhp/KRCdaX8qmbHcc+2m1dAUIY9zz9K2/DzvQH+Wh/3DvfG/oifB CFlgB/Duy1YJarSOAT6rzVGAySWUOrkpn468oD9yxo/Kb64XYATnCLd7Ts/xh/6B RBPs4TQTFakTDBB+QwkBIyKROgi0qLezxYRR9okR050cN1sqI6DQuKvWjj639rrV 24mJRTkxBoDqTr1eRZthJYWC132aYII1vItAbxvveSCvADtT22LPUkRoVcm6TgVN gFO+D2GzxuwZEvVmIXP7QJEYpNNqd6r0IParRvevcOuIQSwTO311A2BHwjjKWL6X 6i8= =n9EO -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 12 08:32:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54024] [mumi] Preprocess search query from GraphQL before use Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Feb 2022 11:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Arun Isaac Cc: 54024-done@debbugs.gnu.org Received: via spool by 54024-done@debbugs.gnu.org id=D54024.164526895812358 (code D ref 54024); Sat, 19 Feb 2022 11:10:02 +0000 Received: (at 54024-done) by debbugs.gnu.org; 19 Feb 2022 11:09:18 +0000 Received: from localhost ([127.0.0.1]:56964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLNc6-0003DF-Fp for submit@debbugs.gnu.org; Sat, 19 Feb 2022 06:09:18 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLNc2-0003D4-Qf for 54024-done@debbugs.gnu.org; Sat, 19 Feb 2022 06:09:16 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1645268940; cv=none; d=zohomail.com; s=zohoarc; b=B6ypBT7Kbr6PPEtiLTlx5WQFKLB35/E51mSkhvry8OjGYpNaAJm63RGfuoZRDtCyG2RLq6WsVx54RYVXKc/ZiJasvCbNauANYbot4wFuPJCgXLB4QYyfQRvKIs59vPvUn9qOxOSYIacK+O4ZsTIZzA9caY4rQ8OXHKomgumSuSk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645268940; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=bphykQ2ojQYDGZjdzG39jWUQC4LZENZDp+Z66RpiIdA=; b=WgYOf8vrjNO+1Klf+2y7RSYCM3GTS7GPjw0ZByq8pR7Ditk6lUdDkNpa+UZS0NmXOZwX2FVHjLmkqgb/MqYa6yONrHgSoWGXW/cXyWTAaPdif6yX3hIiCK9sPMKl/KUy2NpCG/S3roig5981tSVy9SIe0F4l0enicW1XGgwaT04= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1645268940; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=bphykQ2ojQYDGZjdzG39jWUQC4LZENZDp+Z66RpiIdA=; b=gwqYz+8hnGyZDYJKpNn1v7ngVVgavhNq8Q1aC898zsB0KZToPgahwMDM6nobZSh+ LxzTytrj49AnF3YShYSJtpl7u1sZweuf3MtIvgFUMwjRLKOfQqZdNk4D7E413GseIcq K3EJWF/PsCKTN9jzfyjpA+ko3b7MaZDWqjD6i4+c= Received: from localhost (p4fd5a60d.dip0.t-ipconnect.de [79.213.166.13]) by mx.zohomail.com with SMTPS id 1645268938180672.5167477032613; Sat, 19 Feb 2022 03:08:58 -0800 (PST) References: <20220216082121.23755-1-arunisaac@systemreboot.net> <87a6epgmn8.fsf@elephly.net> <875ypbfju5.fsf@systemreboot.net> User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus Date: Sat, 19 Feb 2022 12:07:20 +0100 In-reply-to: <875ypbfju5.fsf@systemreboot.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87czjjdsfu.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Arun Isaac writes: > Thanks, Ricardo! I think this new patch still isn't up on > issues.guix.gnu.org, but that's ok. It's not very urgent. It=E2=80=99s not up because we=E2=80=99re still having problems with the mi= gration. > Should we consider more automated ways to redeploy mumi on every commit? > Or maybe, we should run a separate development server just for > that. WDYT? We could change maintenance.git to not use the default mumi package but to build the latest mumi at all times. I won=E2=80=99t be able to do this, though. Toddler has a high fever and I barely sleep these days. --=20 Ricardo From unknown Tue Aug 12 08:32:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54024] [mumi] Preprocess search query from GraphQL before use Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Feb 2022 20:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ricardo Wurmus Cc: 54024-done@debbugs.gnu.org Received: via spool by 54024-done@debbugs.gnu.org id=D54024.164530196429260 (code D ref 54024); Sat, 19 Feb 2022 20:20:03 +0000 Received: (at 54024-done) by debbugs.gnu.org; 19 Feb 2022 20:19:24 +0000 Received: from localhost ([127.0.0.1]:58780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLWCS-0007br-JJ for submit@debbugs.gnu.org; Sat, 19 Feb 2022 15:19:24 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:51270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLWCO-0007bg-Nu for 54024-done@debbugs.gnu.org; Sat, 19 Feb 2022 15:19:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ib6vouXOQwYV54m0IN7iqjdo/HQCEot68e7CfeuiPMw=; b=DySmrrc/kiEeSC1YOOpUYkSFI5 S65V13HUTNdpJhhRj0dVgcQRS7Q5OWFPXaSlgPt9hWoWDAnikXPccWFZlc0kyjEqtmBll+ek1IwGZ 7ENmPFRtQlWu3JIxELF5ICmO5zQqOcA9Q9PmHl/7Y0hMUH/oYyEoQf9i1fFL74+ct4XF914HdWDeP lhEsPKyVmlvpy4xkRnZMJEniHPMWoY28tx3VgJPkp+7qK7TZjhFlieI/y+18vnbT+NYS8wA6CXjBO j7pdLbn97ODrOh2YlJ36InlBK9HWyxTR7FkHY/gFK+yO53YWrbHfTl8ROV5Jn+t74GTJu/k3I3dmV 5pg4PsYA==; Received: from [192.168.2.1] (port=8336 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nLWCL-000YWy-1t; Sun, 20 Feb 2022 01:49:17 +0530 From: Arun Isaac In-Reply-To: <87czjjdsfu.fsf@elephly.net> References: <20220216082121.23755-1-arunisaac@systemreboot.net> <87a6epgmn8.fsf@elephly.net> <875ypbfju5.fsf@systemreboot.net> <87czjjdsfu.fsf@elephly.net> Date: Sun, 20 Feb 2022 01:49:10 +0530 Message-ID: <87ee3y7gox.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ricardo, > It=E2=80=99s not up because we=E2=80=99re still having problems with the = migration. No problem, this isn't too urgent. >> Should we consider more automated ways to redeploy mumi on every commit? >> Or maybe, we should run a separate development server just for >> that. WDYT? > > We could change maintenance.git to not use the default mumi package but > to build the latest mumi at all times. I won=E2=80=99t be able to do thi= s, > though. Toddler has a high fever and I barely sleep these days. I'll take a look at this. Maybe, I can give this a shot. This may be similar to a Guix based continuous deployment system I just set up at work. You take care, and take care of the little one. Family comes before Guix. Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmIRUL4bHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzjIkH/3ceCodxAuvubMfdahke Z8QHeW4ojXgEhqCu3NtioLpQLISzJO94wpjuw6Sx2cn0Wzd6MI6bNE1d+T8PD48p yjySFxeZVvTltbcwg0Gd+/JywDtTbx59hvsPky6WtU36tlcO0GsDrECGd0sBCwix 9nCTXTCKmlLiDNJTX/NPWNJ5cB5F8TPeWmAJ2MXxKWvU3zLDGc6OBmGB82yr6JQe yOWhIBYXygdYNXqkd7/FQjQzHBQta0JDf4x4E0XMEGZ3Dia73DmwadBsjtRtEd0f ANi0TfYrLx2JIFJ0iH0OQZ6ZbHFrfwb2FpW54ZDfXp8fO1zqdH6BrW6SgPQF5i5d I8E= =ZYID -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 23 08:24:11 2024 Received: (at control) by debbugs.gnu.org; 23 Feb 2024 13:24:11 +0000 Received: from localhost ([127.0.0.1]:38392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdVX9-0000M9-9g for submit@debbugs.gnu.org; Fri, 23 Feb 2024 08:24:11 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:52832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdVX7-0000Lx-DD for control@debbugs.gnu.org; Fri, 23 Feb 2024 08:24:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=0PeEJYVffjYOBZE HGZWFMzZuqMQDkikIxyohJDTEc0c=; h=date:cc:to:from; d=lease-up.com; b=hd uWOtzruwXENaYv9M3KDGM1xgXMQYebOROpyi0dQOtUdq2T6NJqybegl/3CYFadl66+XGCW UBykA+2Hr1VxczMBuTammIk7z3rZCtX5l1M2wILplj4MsIJKCrQt59gJs9+QO10yOuBB1/ DQRuB/cf0/1x1pROxNrsDEG9pWvE4= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id ed37bc2b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Fri, 23 Feb 2024 13:23:44 +0000 (UTC) From: Felix Lechner To: control@debbugs.gnu.org Date: Fri, 23 Feb 2024 05:23:44 -0800 Message-ID: <875xyf1fhb.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 68680 reassign 68680 mumi archive 68680 unarchive 63802 reassign 63802 mumi archive 63802 unarchive 63215 reassign 63215 mumi archive 63215 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) unarchive 68680 reassign 68680 mumi archive 68680 unarchive 63802 reassign 63802 mumi archive 63802 unarchive 63215 reassign 63215 mumi archive 63215 unarchive 61645 reassign 61645 mumi archive 61645 unarchive 60410 reassign 60410 mumi archive 60410 unarchive 60292 reassign 60292 mumi archive 60292 unarchive 60292 reassign 60292 mumi archive 60292 unarchive 58573 reassign 58573 mumi archive 58573 unarchive 54024 reassign 54024 mumi archive 54024 unarchive 49115 reassign 49115 mumi archive 49115 unarchive 48160 reassign 48160 mumi archive 48160 unarchive 47739 reassign 47739 mumi archive 47739 unarchive 47520 reassign 47520 mumi archive 47520 unarchive 47121 reassign 47121 mumi archive 47121 unarchive 45015 reassign 45015 mumi archive 45015 unarchive 43661 reassign 43661 mumi archive 43661 unarchiv 43166 reassign 43166 mumi archive 43166 unarchive 41906 reassign 41906 mumi archive 41906 unarchive 41098 reassign 41098 mumi archive 41098 unarchive 39924 reassign 39924 mumi archive 39924 unarchive 39924 reassign 39924 mumi archive 39924 unarchive 39924 reassign 39924 mumi archive 39924 thanks