Open
Conversation
Multi-stage Dockerfile (Ubuntu 24.04, Node 22) cuts image size from ~1.5GB to ~770MB. Builder stage compiles XS modules and JS assets; runtime stage copies only what's needed to serve requests. - Add cpanfile for reproducible Perl dependency installs - Add .dockerignore to exclude docs, tests, git metadata from context - Update PG submodule to 2.20.1 (PG-2.20 tag + 21 hotfixes) - Update pg_config.yml for PG 2.20 macro/context paths - Rewrite README with configuration reference, deployment topologies, and JWT documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bash + curl + jq integration tests that run against the Docker container. Four test suites validate the render API end-to-end: - Smoke: health check, response structure, instructor vs student fields - Render parity: raw params vs JWE/JWS JWT produce identical content - Answer cycle: correct/wrong scoring, partial credit, preview mode - Endpoints: IO routes, error handling, malformed JWT, simultaneous submit+preview rejection PG unit tests run for visibility but do not gate CI (upstream's responsibility). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.dockerignore, pins Perl deps incpanfile, updates PG submodule to 2.20.1 (PG main with hotfixes)test.yml): builds container, runs PG unit tests (informational), then all integration suites with per-suite CI step visibilityTest categories
Running locally
Test plan
🤖 Generated with Claude Code