Merged in feature/textExtractionsPart1 (pull request #192)

all schema and rest apis for text extraction support

* in progress

* stage 8 complete

* phase 9 completed

* phase 9 complete

* ongoing - s3 path fix

* working

* optimize ci build

* e2e tests

* missing test
This commit is contained in:
Jay Brown
2025-11-26 19:23:42 +00:00
parent 2b43799f56
commit c45e1dd427
67 changed files with 16120 additions and 817 deletions
+13
View File
@@ -34,6 +34,12 @@ definitions:
- export PATH="/root/.local/bin:$PATH"
- touch .env
# Pre-pull test container images in parallel to avoid timeout on first run
- docker pull postgres:17.2-alpine3.21 &
- docker pull localstack/localstack:4.1.0 &
- docker pull mockserver/mockserver:5.15.0 &
- wait
- devbox install
- export DISABLE_AUTH=true
- devbox run -- AWS_PROFILE="" task fullsuite:ci
@@ -79,6 +85,13 @@ definitions:
docker login --username AWS --password-stdin $ECR_REGISTRY
- touch .env
# Pre-pull test container images in parallel to avoid timeout on first run
- docker pull postgres:17.2-alpine3.21 &
- docker pull localstack/localstack:4.1.0 &
- docker pull mockserver/mockserver:5.15.0 &
- wait
- devbox install
- export DISABLE_AUTH=true
- devbox run -- AWS_PROFILE="" task fullsuite:ci