Auto-commit local changes before build (2026-01-04 16:16:24)
This commit is contained in:
parent
fdeeaef0e6
commit
17d0398fb7
@ -1 +1 @@
|
|||||||
v20260104-10-reports-html-export-fix-stats-view-and-total-runs
|
v20260104-11-reports-jobs-remove-text-column-option
|
||||||
|
|||||||
@ -238,7 +238,6 @@ def build_report_columns_meta():
|
|||||||
{
|
{
|
||||||
"name": "Summary metrics",
|
"name": "Summary metrics",
|
||||||
"items": [
|
"items": [
|
||||||
{"key": "object_name", "label": "Text", "views": ["summary"]},
|
|
||||||
{"key": "total_runs", "label": "Total runs", "views": ["summary"]},
|
{"key": "total_runs", "label": "Total runs", "views": ["summary"]},
|
||||||
{"key": "success_count", "label": "Success", "views": ["summary"]},
|
{"key": "success_count", "label": "Success", "views": ["summary"]},
|
||||||
{"key": "success_override_count", "label": "Success (override)", "views": ["summary"]},
|
{"key": "success_override_count", "label": "Success (override)", "views": ["summary"]},
|
||||||
@ -288,12 +287,6 @@ def build_report_columns_meta():
|
|||||||
{"key": "reviewed_at", "label": "Reviewed at", "views": ["snapshot"]},
|
{"key": "reviewed_at", "label": "Reviewed at", "views": ["snapshot"]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Text",
|
|
||||||
"items": [
|
|
||||||
{"key": "object_name", "label": "Text", "views": ["snapshot", "summary"]},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Summary counts",
|
"name": "Summary counts",
|
||||||
"items": [
|
"items": [
|
||||||
|
|||||||
@ -273,6 +273,14 @@
|
|||||||
- Updated the Total runs calculation in the HTML summary to only count run statuses that are selected in the active view.
|
- Updated the Total runs calculation in the HTML summary to only count run statuses that are selected in the active view.
|
||||||
- Prevented non-selected statuses (such as missed) from being included in the Total runs calculation.
|
- Prevented non-selected statuses (such as missed) from being included in the Total runs calculation.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## v20260104-11-reports-jobs-remove-text-column-option
|
||||||
|
|
||||||
|
- Removed the “Text” column from the Jobs column selection in Reports.
|
||||||
|
- Cleaned up column metadata so the “Text” option no longer appears in the Reports UI.
|
||||||
|
- Ensured consistency between selectable columns and rendered report output.
|
||||||
|
|
||||||
================================================================================================================================================
|
================================================================================================================================================
|
||||||
|
|
||||||
## v0.1.15
|
## v0.1.15
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user