~canonical-kernel/+git/kteam-tools:apw/dashboard-revamp-reviews-and-add-stream

Last commit made on 2023-09-18
Get this branch:
git clone -b apw/dashboard-revamp-reviews-and-add-stream https://git.launchpad.net/~canonical-kernel/+git/kteam-tools
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
apw/dashboard-revamp-reviews-and-add-stream
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

ca9052a... by Andy Whitcroft

kernel-stable-dashboard: suppress empty series

When series are completely empty suppress the series banner. This
shortens the entries for nearly-closed cycles.

Signed-off-by: Andy Whitcroft <email address hidden>

10bbf3f... by Andy Whitcroft

kenel-stable-dashboard: switch to SwmStatus direct access

Use the newly added SwmStatus access support to grab the core data.

Signed-off-by: Andy Whitcroft <email address hidden>

9843311... by Andy Whitcroft

kernel-stable-board: add cycle dates to dashboard

Use the SruCycle data to determine the start and end dates for each
cycle and display it in the cycle banner line. We right justify this to
avoid clutter.

Signed-off-by: Andy Whitcroft <email address hidden>

cce9103... by Andy Whitcroft

dashboards/generate-dashboard: add direct support for SwmStatus

Allow the configuration data section to request the SwmStatus() object be
instantiated into that section.

Signed-off-by: Andy Whitcroft <email address hidden>

58f3506... by Andy Whitcroft

dashboards/generate-dashboard: add direct support for SruCycle

Allow the configuration data section to request the SruCycle() object be
instantiated into that section.

Signed-off-by: Andy Whitcroft <email address hidden>

9e149cd... by Andy Whitcroft

kernel-stable-dashboard: add team-signoffs phase selector

Signed-off-by: Andy Whitcroft <email address hidden>

afd012b... by Andy Whitcroft

kernel-stable-board: handle empty package/versions et al better

Map present but empty fields as if they are missing. This helps us fill
those columns in a more obviously broken manner to draw attention to
the occurance.

Signed-off-by: Andy Whitcroft <email address hidden>

c390c23... by Andy Whitcroft

kernel-stable-dashboard: add stream support

Add a new column to display the current stream number for a tracker. If
there is none displays a "-" in this column.

Signed-off-by: Andy Whitcroft <email address hidden>

500fe00... by Andy Whitcroft

kernel-stable-dashboard: pull out thing-in support into its own column

The thing-in column is not formally pulled out, it is represented at the
end of the main status row. Pull it out and give it its own top level
column.

Signed-off-by: Andy Whitcroft <email address hidden>

e44ec7e... by Andy Whitcroft

kernel-stable-dashboard: handle Fix Committed as Pending News

When we approve a new-review to Fix Committed we are saying we want an
automated re-review applied before final acceptance.

Signed-off-by: Andy Whitcroft <email address hidden>