From patchwork Thu Jul 4 14:13:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TRUONG X-Patchwork-Id: 46034 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 72165C3DA40 for ; Thu, 4 Jul 2024 14:13:37 +0000 (UTC) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) by mx.groups.io with SMTP id smtpd.web10.11166.1720102408928167370 for ; Thu, 04 Jul 2024 07:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@smile.fr header.s=google header.b=DZKTh/e4; spf=pass (domain: smile.fr, ip: 209.85.208.181, mailfrom: alexandre.truong@smile.fr) Received: by mail-lj1-f181.google.com with SMTP id 38308e7fff4ca-2eabd22d3f4so7137241fa.1 for ; Thu, 04 Jul 2024 07:13:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smile.fr; s=google; t=1720102407; x=1720707207; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=/+fHkRafixv4UZbomuo2fca9E1wzAgFdJ36ZqTHMu04=; b=DZKTh/e4g2TvPa9Be5dE2OyYBdsj1AhMbEjXENEUtGvpNUhu2eqIxuq/4jOMkeadQB 5CKKzCL7i/dgN9GWgkxg9lwhReUldKQpA+t16XDyaGK4ptXMg/L3zRPw/y+FtJsuVDwb fm+2ET7bKy6/94CycR6EhzZGPFYKfLCQuRxOg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720102407; x=1720707207; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/+fHkRafixv4UZbomuo2fca9E1wzAgFdJ36ZqTHMu04=; b=GTQV598ePD7lJVwHJwYED/18EKFLMFPQEFQGY4InfVeWrfGPwjQmkqUPgxwdUADbbs Nds5qFLEZcvv8ElsZNvK2bXmBXdUeGSKsspURt1YdrTFdkn/9BHURfMaXuqyJ7jIfTzj gTj0xkQAnG+ONcYV0dGH/qwacjfgO2XBu7yiMN8O/ITkczGueDgpfECWI0JS5mRkB1/w M0qGDrL086awzameu9ogazSnZAMxI1m1mb0Eelz42j5G3UzKJxpQHTP2gcl1w4aDGqF9 z4/ecqkMOpnJYhse/Fv7MXR5AkkTVrHb3IUgVxndQl+oAAcKQrydyUIpEh7a4/J2wA9L 6Jig== X-Gm-Message-State: AOJu0YzKuMSGvZ0xcdvYpAZkxPq0fo+g0LWHQukKTJ9MnjaUwZ/m42BU DrSrZb9zIRkXq3cxBrD9egDaRWVLcSPi4vIFWYVHp+psofN4eVob+c2r+6rnNzerrhYEw7+9wV3 I X-Google-Smtp-Source: AGHT+IE9t5qYrRmerqPX/Pz+qLEyVnsfVzdIe8d8RpqcHK9q3qbuqUQec/8kpVpRsQQnaBVwfuFD1Q== X-Received: by 2002:a2e:b0e6:0:b0:2ee:7e25:dc0a with SMTP id 38308e7fff4ca-2ee8ed461bamr13345841fa.21.1720102406999; Thu, 04 Jul 2024 07:13:26 -0700 (PDT) Received: from P-ASN-MOON.idf.intranet (static-css-ccs-204145.business.bouyguestelecom.com. [176.157.204.145]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3675a0cd66fsm18810623f8f.8.2024.07.04.07.13.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jul 2024 07:13:26 -0700 (PDT) From: alexandre.truong@smile.fr To: yocto-patches@lists.yoctoproject.org Cc: Alexandre Truong , Yoann Congal Subject: [yocto-metrics][PATCH RESEND 1/2] patch-status: Add missing inactive-upstream status Date: Thu, 4 Jul 2024 16:13:16 +0200 Message-Id: <20240704141317.24385-1-alexandre.truong@smile.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 04 Jul 2024 14:13:37 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/416 From: Alexandre Truong Adding missing inactive-upstream status to the pie chart and to upstream status graph. Signed-off-by: Alexandre Truong Reviewed-by: Yoann Congal --- patch-status/index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/patch-status/index.html b/patch-status/index.html index 99ddbbd2..c77db918 100644 --- a/patch-status/index.html +++ b/patch-status/index.html @@ -272,6 +272,14 @@ SPDX-License-Identifier: MIT

Rejected patches could signify issues with patch quality, conflicts, or discrepancies between the patch and upstream requirements.

+
Inactive-Upstream
+
+

The upstream is no longer available, due to lack of activity for several years.

+

+ Inactive-Upstream patches indicate that the original source code repository is defunct, with no recent commit or releases, and unaddressed bug reports and merge requests. + There is no longer active maintenance or development from the original project maintainers to merge the patch. +

+
Total:

The total count of patches in the OE-Core meta directory, regardless of their upstream status.

@@ -435,7 +443,8 @@ SPDX-License-Identifier: MIT denied: 'Denied', total: 'Total', sob: 'Malformed Signed-off-by', - upstream_status: 'Malformed Upstream-Status' + upstream_status: 'Malformed Upstream-Status', + inactive_upstream: 'Inactive-Upstream' }; const branches = ['master', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell'] @@ -524,7 +533,8 @@ SPDX-License-Identifier: MIT inappropriate: status.inappropriate || 0, accepted: status.accepted || 0, submitted: status.submitted || 0, - denied: status.denied || 0 + denied: status.denied || 0, + inactive_upstream: status['inactive-upstream'] || 0 } }) @@ -625,7 +635,8 @@ SPDX-License-Identifier: MIT { "value": data.inappropriate || 0, "name": "Inappropriate" }, { "value": data.accepted || 0, "name": "Accepted" }, { "value": data.submitted || 0, "name": "Submitted" }, - { "value": data.denied || 0, "name": "Denied" } + { "value": data.denied || 0, "name": "Denied" }, + { "value": data['inactive-upstream'] || 0, "name": "Inactive-Upstream" } ] generatePieChart(formatted) }); @@ -741,4 +752,4 @@ SPDX-License-Identifier: MIT - \ No newline at end of file + From patchwork Thu Jul 4 14:13:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TRUONG X-Patchwork-Id: 46035 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 5D03BC3271E for ; Thu, 4 Jul 2024 14:13:37 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.11034.1720102409178033811 for ; Thu, 04 Jul 2024 07:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@smile.fr header.s=google header.b=z2FON/lx; spf=pass (domain: smile.fr, ip: 209.85.221.41, mailfrom: alexandre.truong@smile.fr) Received: by mail-wr1-f41.google.com with SMTP id ffacd0b85a97d-367a23462e6so260273f8f.3 for ; Thu, 04 Jul 2024 07:13:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smile.fr; s=google; t=1720102407; x=1720707207; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=dKp+aOc+vxIKufnHR4iQIIIVqiua2a1urTSxLiM0UBI=; b=z2FON/lx0RHv9DGCkFlWKPpqN6o9X1ws6j5KLhnlg6Qbd72Z6AefzOV2Klr95DdGCa qVnbiS/Q//wGsa/DflzJbWJ5ItnXPwPNTzL33bkAIdeXMBjViRLuk7UGsvn2eynNXcBY 3E+US/cgWP8AbjaxxlyD+ijIKAzSqfMfyKJrc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720102407; x=1720707207; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=dKp+aOc+vxIKufnHR4iQIIIVqiua2a1urTSxLiM0UBI=; b=ItUcg8pYrxCNWtqouv/Vrl8NPTUNiTYR3VYocoMspvZ2G0RP0sN/yk7TPtavMKJs3p 4NI+A5vV7RiyB4Q5A2iOIkywoyzeLOdVBAyzqAmHDvfmKz8QeyxoE3SfSoEpvve2aLbd kptofmcQ4EjVgrK1sDtjmUG9vBHfUmhKEMXL9MrQ3hNfAb4tqfnjb3xfoQJJF0esxvlt dHgklhEZ7IUlVj7Bqlu1IE5GVOi1TaOrhw71uw2wjp76SJSeRjgJeSGDsec1LIwuaorM MnJGEgSaIAwtHQeT6+jrvw8Pia6f3s7NdfAfedKgHLn+4rR1c69V6BRIz331hySsANqe 4Csg== X-Gm-Message-State: AOJu0YyaePiCWuA3hEdu/p5TssskgS4EZyB2dXS7gUQ6cmAifWY2l9uY duz6vTs2efaJVkH837GcpZ6aaZoDkOyWqBdhqUFbKZpSTMBuOPY0Phf87qrLoTtjyhWy/Lf02ms G X-Google-Smtp-Source: AGHT+IEJp8hiPsO8P/dsidWxkMOzTtsLfr1JDPoUBzIvcmzLo7IESyTPxw6rEc/VtTbU/wKIC/MHjQ== X-Received: by 2002:a5d:65c6:0:b0:367:43ce:9c91 with SMTP id ffacd0b85a97d-3679dd29679mr1035200f8f.27.1720102407573; Thu, 04 Jul 2024 07:13:27 -0700 (PDT) Received: from P-ASN-MOON.idf.intranet (static-css-ccs-204145.business.bouyguestelecom.com. [176.157.204.145]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-3675a0cd66fsm18810623f8f.8.2024.07.04.07.13.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jul 2024 07:13:27 -0700 (PDT) From: alexandre.truong@smile.fr To: yocto-patches@lists.yoctoproject.org Cc: Alexandre Truong , Yoann Congal Subject: [yocto-metrics][PATCH RESEND 2/2] patch-status: remove accepted status Date: Thu, 4 Jul 2024 16:13:17 +0200 Message-Id: <20240704141317.24385-2-alexandre.truong@smile.fr> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240704141317.24385-1-alexandre.truong@smile.fr> References: <20240704141317.24385-1-alexandre.truong@smile.fr> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 04 Jul 2024 14:13:37 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/415 From: Alexandre Truong Following the convention [0], Accepted status has been replaced with Backport. So Accepted status is being removed. [0]: https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes Signed-off-by: Alexandre Truong Reviewed-by: Yoann Congal --- patch-status/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/patch-status/index.html b/patch-status/index.html index c77db918..2ca0bee7 100644 --- a/patch-status/index.html +++ b/patch-status/index.html @@ -227,12 +227,6 @@ SPDX-License-Identifier: MIT Upstream status categories explained
-
Accepted:
-
-

The patch has been accepted upstream, meaning it has been applied to the original source code repository from which it originated.

-

A high count of accepted patches indicates successful contributions and integration of changes into the upstream project.

-
-
Backport:

The patch has been backported from a newer version of the software or a different branch to an older version or a specific branch.

@@ -531,7 +525,6 @@ SPDX-License-Identifier: MIT pending: status.pending || 0, backport: status.backport || 0, inappropriate: status.inappropriate || 0, - accepted: status.accepted || 0, submitted: status.submitted || 0, denied: status.denied || 0, inactive_upstream: status['inactive-upstream'] || 0 @@ -633,7 +626,6 @@ SPDX-License-Identifier: MIT { "value": data.pending || 0, "name": "Pending" }, { "value": data.backport || 0, "name": "Backport" }, { "value": data.inappropriate || 0, "name": "Inappropriate" }, - { "value": data.accepted || 0, "name": "Accepted" }, { "value": data.submitted || 0, "name": "Submitted" }, { "value": data.denied || 0, "name": "Denied" }, { "value": data['inactive-upstream'] || 0, "name": "Inactive-Upstream" }