egullickson
  • Joined on 2025-12-29
egullickson deleted branch issue-66-camera-capture-component from egullickson/motovaultpro 2026-02-01 21:24:29 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-01 21:24:28 +00:00
0006f1b6fc Merge pull request 'feat: add camera capture component (#66)' (#73) from issue-66-camera-capture-component into main
7c8b6fda2a feat: add camera capture component (refs #66)
Compare 2 commits »
egullickson merged pull request egullickson/motovaultpro#73 2026-02-01 21:24:27 +00:00
feat: add camera capture component (#66)
egullickson closed issue egullickson/motovaultpro#66 2026-02-01 21:24:27 +00:00
feat: Camera Capture Component
egullickson created pull request egullickson/motovaultpro#73 2026-02-01 21:05:40 +00:00
feat: add camera capture component (#66)
7c8b6fda2a feat: add camera capture component (refs #66)
egullickson created branch issue-66-camera-capture-component in egullickson/motovaultpro 2026-02-01 20:58:27 +00:00
egullickson deleted branch issue-64-ocr-container-setup from egullickson/motovaultpro 2026-02-01 20:49:55 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-01 20:49:54 +00:00
42e0fc1fce Merge pull request 'feat: add OCR service container (refs #64)' (#72) from issue-64-ocr-container-setup into main
a31028401b fix: increase backend Docker healthcheck start_period to 3 minutes (refs #64)
99fbf2bbb7 fix: increase staging health check timeout to 4 minutes (refs #64)
3781b05d72 fix: move user-profile before documents in migration order (refs #64)
99ee00b225 fix: add OCR image to CI/CD workflows (refs #64)
Compare 6 commits »
egullickson merged pull request egullickson/motovaultpro#72 2026-02-01 20:49:52 +00:00
feat: add OCR service container (refs #64)
egullickson closed issue egullickson/motovaultpro#64 2026-02-01 20:49:52 +00:00
feat: OCR Service Container Setup
egullickson pushed to issue-64-ocr-container-setup at egullickson/motovaultpro 2026-02-01 20:43:31 +00:00
a31028401b fix: increase backend Docker healthcheck start_period to 3 minutes (refs #64)
egullickson pushed to issue-64-ocr-container-setup at egullickson/motovaultpro 2026-02-01 19:55:04 +00:00
99fbf2bbb7 fix: increase staging health check timeout to 4 minutes (refs #64)
egullickson pushed to issue-64-ocr-container-setup at egullickson/motovaultpro 2026-02-01 19:28:15 +00:00
3781b05d72 fix: move user-profile before documents in migration order (refs #64)
egullickson commented on issue egullickson/motovaultpro#64 2026-02-01 19:19:47 +00:00
feat: OCR Service Container Setup

CI/CD Fix Pushed

Fixed the deployment error unable to prepare context: path "/opt/motovaultpro/ocr" not found.

Root cause: The OCR service was configured with build: context: ./ocr

egullickson pushed to issue-64-ocr-container-setup at egullickson/motovaultpro 2026-02-01 19:19:39 +00:00
99ee00b225 fix: add OCR image to CI/CD workflows (refs #64)
egullickson commented on issue egullickson/motovaultpro#64 2026-02-01 19:06:40 +00:00
feat: OCR Service Container Setup

Implementation Complete

PR #72 implements the OCR service container with all acceptance criteria met:

Verified

  • mvp-ocr container builds successfully
  • Container starts and passes…
egullickson created pull request egullickson/motovaultpro#72 2026-02-01 19:06:31 +00:00
feat: add OCR service container (refs #64)
egullickson pushed to issue-64-ocr-container-setup at egullickson/motovaultpro 2026-02-01 19:06:22 +00:00
1ba491144b feat: add OCR service container (refs #64)