Commit graph

22 commits

Author SHA1 Message Date
Icereed
c8c0dd75ff
Google Document AI ()
* feat(ocr): implement OCR provider interface and add Google Document AI and LLM providers

* chore(deps): reorder dependencies in go.mod for better readability

* chore: update version numbers and adjust Docker configuration for Google Document AI integration

* feat(logging): add structured logging to Google Document AI and LLM providers

* chore: add placeholder file to maintain directory structure in web-app/dist

* chore(docker): remove Google Application Credentials configuration from docker-compose
2025-02-10 14:34:12 +00:00
Icereed
897f0fbbd7
feat: restructure Dockerfile to build Vite frontend and embed assets in Go application () 2025-02-03 10:51:42 +01:00
Icereed
d8e673c1a7
fix: update Docker image tag logic for pull requests and tags () 2025-02-03 09:39:57 +01:00
Icereed
16eebc93d8
Implement pagination for modification history and E2E tests () 2025-02-03 09:04:12 +01:00
Dominik Schröter
4b9ba45eb3 fix: docker manifest using digests 2025-02-02 22:25:15 +01:00
Dominik Schröter
23ca254f87 fix manifest creation 2025-02-02 21:35:18 +01:00
Dominik Schröter
3d2b0eb6b0 feat: enhance Docker manifest creation with --amend and --purge options 2025-02-02 21:26:09 +01:00
Icereed
e159dba580
feat: update Docker workflow to build and push AMD64 and ARM64 images with manifest creation () 2025-02-02 21:18:09 +01:00
renovate[bot]
27b56ee1d3
chore(deps): update docker/setup-qemu-action action to v3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 15:01:10 +00:00
renovate[bot]
ec81a61b29
chore(deps): update docker/login-action action to v3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 20:05:33 +01:00
renovate[bot]
ad1db18dcf
chore(deps): update docker/setup-buildx-action action to v3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 20:05:10 +01:00
renovate[bot]
035fd39b37
chore(deps): update docker/build-push-action action to v6 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 23:12:37 +01:00
renovate[bot]
6b484dfb69
chore(deps): update actions/cache action to v4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 23:12:25 +01:00
renovate[bot]
15b9ec1272
chore(deps): update actions/setup-node action to v4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 11:22:03 +01:00
Icereed
c8e866c369
feat: add versioning information to Docker build and application startup ()
* feat: add versioning information to Docker build and application startup

Bonus: Pin Alpine package versions.
2025-01-13 08:02:55 +01:00
renovate[bot]
0ff367bad0
chore(deps): update actions/setup-go action to v5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 21:54:49 +01:00
renovate[bot]
c7539c7229
chore(deps): update actions/checkout action to v4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-06 21:54:22 +01:00
Icereed
03364f2741
OCR via LLM () 2024-10-28 17:34:41 +01:00
Icereed
6fad4bb153
Create FUNDING.yml 2024-10-21 18:40:53 +02:00
Icereed
d1e990ff4b
Fix GH Action for PRs from forks () 2024-10-21 09:50:03 +02:00
Dominik Schröter
fcbc392e67 Refactor Docker image tagging logic 2024-10-04 14:03:24 +02:00
Icereed
199e1413ba
Add GitHub Actions workflow for building and pushing Docker images ()
* Add GitHub Actions workflow for caching npm dependencies and building and pushing Docker images
2024-10-04 13:35:06 +02:00