vault backup: 2026-04-29 12:35:23

This commit is contained in:
Vadym Samoilenko 2026-04-29 12:35:23 +01:00
parent 063a056c24
commit 42b9e55ca9
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 series image accounting using SE#
**Asked:** Check series image accounting using SE# and ABM WERS codes to verify all series are covered.
**Done:** Identified and removed duplicate ambl2se#r1 image linking while retaining series image; restarted ford-qc-hotfolder.service dev environment.
### 2026-04-29 Implement a check to validate series
**Asked:** Implement a check to validate series images using SE# and ABM codes to ensure all series are accounted for.
**Done:** Rewrote check_series_permutations.py with autodetection logic to identify orphan series carousel entries lacking backing images.
@ -193,6 +197,7 @@ sudo systemctl status ford-qc-hotfolder.service
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-29 | Series image validation | Removed duplicate ambl2se#r1 linking, restarted service | Image linking config, ford-qc-hotfolder.service |
| 2026-04-29 | Series image validation | Added _autodetect_mode() function, orphan detection logic | checks/check_series_permutations.py |
| 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 |

View file

@ -143,3 +143,6 @@ tags: [daily]
- 12:29 (7min) | `ford_qc`
- **Asked:** Implement a check to validate series images using SE# and ABM codes to ensure all series are accounted for.
- **Done:** Rewrote check_series_permutations.py with autodetection logic to identify orphan series carousel entries lacking backing images.
- 12:34 | `ford_qc`
- **Asked:** Check series image accounting using SE# and ABM WERS codes to verify all series are covered.
- **Done:** Identified and removed duplicate ambl2se#r1 image linking while retaining series image; restarted ford-qc-hotfolder.service dev environment.