egullickson
  • Joined on 2025-12-29
egullickson deleted branch issue-237-fix-date-timezone from egullickson/motovaultpro 2026-03-24 12:55:02 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-03-24 12:55:01 +00:00
ac9c13c9d3 Merge pull request 'fix: Maintenance dates display one day off due to timezone conversion (#237)' (#238) from issue-237-fix-date-timezone into main
1e056f0b01 fix: replace new Date() with dayjs for DATE column display and sorting (refs #237)
087f7b9fa5 fix: replace toISOString date conversion in OCR parser with local time formatting (refs #237)
Compare 3 commits »
egullickson closed issue egullickson/motovaultpro#237 2026-03-24 12:55:01 +00:00
fix: Maintenance dates display one day off due to timezone conversion
egullickson merged pull request egullickson/motovaultpro#238 2026-03-24 12:55:01 +00:00
fix: Maintenance dates display one day off due to timezone conversion (#237)
egullickson pushed to issue-237-fix-date-timezone at egullickson/motovaultpro 2026-03-24 02:18:40 +00:00
1e056f0b01 fix: replace new Date() with dayjs for DATE column display and sorting (refs #237)
egullickson created pull request egullickson/motovaultpro#238 2026-03-24 01:58:09 +00:00
fix: Maintenance dates display one day off due to timezone conversion (#237)
egullickson pushed to issue-237-fix-date-timezone at egullickson/motovaultpro 2026-03-24 01:57:47 +00:00
087f7b9fa5 fix: replace toISOString date conversion in OCR parser with local time formatting (refs #237)
egullickson created branch issue-237-fix-date-timezone in egullickson/motovaultpro 2026-03-24 01:57:47 +00:00
egullickson opened issue egullickson/motovaultpro#237 2026-03-24 01:51:36 +00:00
fix: Maintenance dates display one day off due to timezone conversion
egullickson pushed to main at egullickson/motovaultpro 2026-03-24 01:03:56 +00:00
f0fc427ccd fix: Date picker bug
egullickson pushed to main at egullickson/motovaultpro 2026-03-24 00:53:57 +00:00
c05e33e230 fix: Date picker bug
egullickson pushed to main at egullickson/motovaultpro 2026-03-24 00:44:09 +00:00
8955baae26 fix: UX Bug on maintenance page
egullickson pushed to main at egullickson/motovaultpro 2026-03-22 17:34:06 +00:00
068bb751a7 fix: Missing packages
cd7f8f56d8 fix: Missing packages
Compare 2 commits »
egullickson pushed to main at egullickson/motovaultpro 2026-03-19 12:44:48 +00:00
bd2bd26ecf fix: Updated versions
egullickson deleted branch issue-231-migrate-gemini-sdk-google-genai from egullickson/motovaultpro 2026-03-01 04:08:14 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-03-01 04:08:12 +00:00
7e2bb9ef36 Merge pull request 'feat: Migrate Gemini SDK to google-genai (#231)' (#236) from issue-231-migrate-gemini-sdk-google-genai into main
56df5d48f3 fix: revert unsupported AFC config and add diagnostic logging for VIN decode (refs #231)
1add6c8240 fix: remove unsupported AutomaticFunctionCallingConfig parameter (refs #231)
936753fac2 fix: VIN Decoding timeouts and logic errors
96e1dde7b2 docs: update CLAUDE.md references from Vertex AI to google-genai (refs #231)
Compare 9 commits »
egullickson closed issue egullickson/motovaultpro#235 2026-03-01 04:08:12 +00:00
feat: Update test mocks for google-genai SDK (#231)
egullickson closed issue egullickson/motovaultpro#234 2026-03-01 04:08:12 +00:00
feat: Migrate MaintenanceReceiptExtractor to google-genai (#231)
egullickson closed issue egullickson/motovaultpro#233 2026-03-01 04:08:12 +00:00
feat: Migrate GeminiEngine to google-genai with Google Search grounding (#231)
egullickson closed issue egullickson/motovaultpro#232 2026-03-01 04:08:11 +00:00
feat: Update OCR dependency to google-genai (#231)