vault backup: 2026-05-01 11:42:37
This commit is contained in:
parent
92df941904
commit
58a6b4d44c
2 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ created: 2026-04-30
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-05-01 | AD text sync issue & server deployment | Fixed transcription file updates, changed git remote, committed and pushed changes | /opt/video-accessibility |
|
||||
| 2026-05-01 | Pydantic validation fix | Added field_validator for empty adVtt handling, convert empty strings to None | VttUpdateRequest class, optical server config |
|
||||
| 2026-05-01 | AD text sync issue, server deployment | Update routes_jobs.py and validation.py with pending fixes, change git remote from video-accessibility.git to video-accessibility-old.git | routes_jobs.py, validation.py |
|
||||
| 2026-05-01 | AD text sync fix | Update transcription file on AD text change, restart backend container | /opt/video-accessibility, backend service |
|
||||
|
|
|
|||
|
|
@ -77,3 +77,6 @@ tags: [daily]
|
|||
- 11:40 | `video-accessibility-old`
|
||||
- **Asked:** Check why AD text updates don't reflect in the transcription file and fix the Pydantic v2 validation error on the optical server.
|
||||
- **Done:** Identified that empty `adVtt` strings cause validation errors in `VttUpdateRequest`, implemented a field_validator to convert empty strings to `None`, and applied the patch to the optical server.
|
||||
- 11:41 | `video-accessibility-old`
|
||||
- **Asked:** Check why AD text updates aren't reflecting in the transcription file and deploy changes to optical server.
|
||||
- **Done:** Reviewed code on optical server, committed changes locally, switched remote repository, and pushed to new repo.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue