From d9a3f03de45e65e7ceccee013c181bd7dad1bc2e Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 12:10:52 +0100 Subject: [PATCH] vault backup: 2026-04-29 12:10:52 --- 01 Projects/ford_qc/Ford QC System.md | 5 +++++ 99 Daily/2026-04-29.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/01 Projects/ford_qc/Ford QC System.md b/01 Projects/ford_qc/Ford QC System.md index 9450c1a..2f9b1bb 100644 --- a/01 Projects/ford_qc/Ford QC System.md +++ b/01 Projects/ford_qc/Ford QC System.md @@ -74,6 +74,10 @@ sudo systemctl status ford-qc-hotfolder.service | 2026-03-16 | Make Ranger ptvl pattern configurable via profile | ## Sessions +### 2026-04-29 – Check that all series images are +**Asked:** Check that all series images are accounted for using SE# and ABM WERS codes combination. +**Done:** Implemented series permutation check that detects orphan carousel entries missing backing images and validates SE# and ABM code combinations. + ### 2026-04-29 – Check which commit contains the Ford **Asked:** Check which commit contains the Ford image pack naming feature and deploy it to production. **Done:** Deployed zip filename validation check to production and identified service is running from different path requiring file sync. @@ -185,6 +189,7 @@ sudo systemctl status ford-qc-hotfolder.service ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | Series validation check | Added orphan detection for carousel entries, implemented SE#/ABM mode autodetection | checks/check_series_permutations.py | | 2026-04-29 | Image pack naming validation | Added zip_filename_check to Ford profile, copied check script to prod | checks/zip_filename_check.py, profiles/ford_bnp.json | | 2026-04-29 | Log | Image pack naming convention | Added _GPAS.zip validation check, reordered validation rules | ford_bnp.json | | 2026-04-29 | Image pack naming update | Added _GPAS.zip validation check, Updated Ford profile with new validation rule | checks/zip_filename_check.py, profiles/ford_bnp.json | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 2e47880..67bb174 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -128,3 +128,6 @@ tags: [daily] - 11:59 | `aimpress` - **Asked:** Check media *arr settings on homelab, verify DIUN, fix slow Homarr, update cheatsheet, and add all homelab services bookmarks to KaraKeep. - **Done:** Created Homelab folder in KaraKeep and began adding service bookmarks; researched Homarr alternatives (Homepage, Glance, Dashy, Heimdall, Flame) to improve performance. +- 12:09 (15min) | `ford_qc` + - **Asked:** Check that all series images are accounted for using SE# and ABM WERS codes combination. + - **Done:** Implemented series permutation check that detects orphan carousel entries missing backing images and validates SE# and ABM code combinations.