Auto-commit local changes before build (2026-01-03 21:53:18)

This commit is contained in:
Ivo Oskamp 2026-01-03 21:53:18 +01:00
parent fa676a9e4e
commit fdf8ab224f
3 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
v20260103-15-reports-customer-column
v20260103-16-reports-snapshot-columns-runid-remark-toggle

View File

@ -248,7 +248,9 @@ def build_report_columns_meta():
{"key": "status", "label": "Last run status", "views": ["snapshot"]},
{"key": "missed", "label": "Missed", "views": ["snapshot"]},
{"key": "override_applied", "label": "Override applied", "views": ["snapshot"]},
{"key": "run_id", "label": "Run ID", "views": ["snapshot"]},
{"key": "ticket_number", "label": "Ticket number", "views": ["snapshot"]},
{"key": "remark", "label": "Remark", "views": ["snapshot"]},
],
},
{

View File

@ -136,6 +136,14 @@
- Ensured customer name is included and visible when multiple customers are selected.
- Updated summary and raw data views to correctly display customer information across multi-customer reports.
---
## v20260103-16-reports-snapshot-columns-runid-remark-toggle
- Added `run_id` and `remark` to the Snapshot report column metadata.
- Enabled toggling visibility of `run_id` and `remark` via the column selector.
- Removed forced default visibility so these columns can be fully disabled by the user.
================================================================================================================================================
## v0.1.15