Commit Graph

6 Commits

Author SHA1 Message Date
Ross Burton
05ef192168 bugtriage: consider more point releases as in the future
There is a bug which has the Target Milestone of 5.0.15 and appears in
the Old Milestone list despite the latest 5.0.x release being 5.0.10.

This happened because we only considered the next three point releases,
so extend the list of future point releases to ten to ensure that we
include all realistic versions.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-19 16:33:10 +01:00
Ross Burton
39bf53d3f6 dashboard: include the next major release as an active release series
We have a 6.0 target in bugilla now, so consider that active.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-05-09 09:26:10 +01:00
Ross Burton
8ad57977a4 scripts/dashboard/bugtriage: don't consider the future milestones as old
We considered the next release to be active, but failed to include the
next release's milestones.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-20 16:59:06 +00:00
Ross Burton
144224add4 scripts/dashboard/bugtriage: tweak order of sections
Move Reopened to before AB-INT.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-20 15:24:37 +00:00
Ross Burton
d97f74428c scripts/dashboard/bugtriage: make the bug tables sortable
Very useful for eg Old Milstone where you can then sort it by owner.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-18 15:26:53 +00:00
Ross Burton
c8f84c27c7 dashboard: add new bug triage page
Add a replacement for the the existing Bug Triage page on the wiki[1].

This uses client-side JavaScript to parse the releases.json and query
Bugzilla, so shouldn't need updating very often.

[1] https://wiki.yoctoproject.org/wiki/Bug_Triage

Signed-off-by: Ross Burton <ross.burton@arm.com>
2025-03-05 16:40:15 +00:00