vault backup: 2026-04-29 12:10:52

This commit is contained in:
Vadym Samoilenko 2026-04-29 12:10:52 +01:00
parent 2aa2a0a80d
commit d9a3f03de4
2 changed files with 8 additions and 0 deletions

View file

@ -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 |

View file

@ -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.