vault backup: 2026-04-29 11:54:59
This commit is contained in:
parent
7beaa43cd7
commit
7a67d9f78d
2 changed files with 24 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue