From 7a67d9f78d9943bef7ee0bfd23055ca3b1d03373 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 11:54:59 +0100 Subject: [PATCH] vault backup: 2026-04-29 11:54:59 --- 01 Projects/ford_qc/Ford QC System.md | 15 +++++++++++++++ 99 Daily/2026-04-29.md | 9 +++++++++ 2 files changed, 24 insertions(+) diff --git a/01 Projects/ford_qc/Ford QC System.md b/01 Projects/ford_qc/Ford QC System.md index 7a077a5..9450c1a 100644 --- a/01 Projects/ford_qc/Ford QC System.md +++ b/01 Projects/ford_qc/Ford QC System.md @@ -74,6 +74,18 @@ sudo systemctl status ford-qc-hotfolder.service | 2026-03-16 | Make Ranger ptvl pattern configurable via profile | ## Sessions +### 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. + +### 2026-04-29 – Asked | Rename image pack files +**Asked:** Asked | Rename image pack files to end with _GPAS.zip instead of _image.zip to support Ford's 3rd party checker | ford_bnp.json +**Done:** Done | Updated ford_bnp.json to add zip format validation requiring _GPAS.zip suffix | ford_bnp.json + +### 2026-04-29 – Identify which commit introduced the image +**Asked:** Identify which commit introduced the image pack naming requirement change and apply it to production. +**Done:** Located two files to deploy from commit 16bbd98 — the new zip filename validation check and updated Ford profile configuration. + ### 2026-04-29 – Check which commit contains the image **Asked:** Check which commit contains the image pack naming feature and deploy it to production. **Done:** Identified commit 16bbd98 on origin/main with deployment command ready for the production server. @@ -173,6 +185,9 @@ sudo systemctl status ford-qc-hotfolder.service ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 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 | | 2026-04-29 | Image pack naming | Updated naming format from _image.zip to _GPAS.zip, added validation check | FORD_ASSET_PACK_QC_DEV service | | 2026-04-29 | GPAS filename validation | Added _GPAS.zip naming check, removed _image.zip legacy support | Image pack validator, deployment config | | 2026-04-29 | Pushed code to Git and deployed to dev server | Committed 3 files to main branch (5abd481) and restarted ford-qc-hotfolder service on dev with successful git pull | ford_qc_git_dev/ford_qc, service config | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 4523600..472eeb8 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -116,3 +116,12 @@ tags: [daily] - 11:51 | `ford_qc` - **Asked:** Check which commit contains the image pack naming feature and deploy it to production. - **Done:** Identified commit 16bbd98 on origin/main with deployment command ready for the production server. +- 11:52 | `ford_qc` + - **Asked:** Identify which commit introduced the image pack naming requirement change and apply it to production. + - **Done:** Located two files to deploy from commit 16bbd98 — the new zip filename validation check and updated Ford profile configuration. +- 11:53 | `ford_qc` + - **Asked:** Asked | Rename image pack files to end with _GPAS.zip instead of _image.zip to support Ford's 3rd party checker | ford_bnp.json + - **Done:** Done | Updated ford_bnp.json to add zip format validation requiring _GPAS.zip suffix | ford_bnp.json +- 11:53 | `ford_qc` + - **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.