Enforce numeric Alembic revisions, add OneShot integration story coverage, and package API/Web containers in CI - #4
Merged
Conversation
Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com> Agent-Logs-Url: https://github.com/BTreeMap/OneShot/sessions/bdc10cae-a610-4dbe-be98-e85ae99c06a3
Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com> Agent-Logs-Url: https://github.com/BTreeMap/OneShot/sessions/bdc10cae-a610-4dbe-be98-e85ae99c06a3
…t changes Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com> Agent-Logs-Url: https://github.com/BTreeMap/OneShot/sessions/bdc10cae-a610-4dbe-be98-e85ae99c06a3
…, and package api/web containers in ci Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com> Agent-Logs-Url: https://github.com/BTreeMap/OneShot/sessions/e90da8ec-4954-4585-9d6c-23f08852a9e5
Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com> Agent-Logs-Url: https://github.com/BTreeMap/OneShot/sessions/e90da8ec-4954-4585-9d6c-23f08852a9e5
Copilot created this pull request from a session on behalf of
MinecraftFuns
March 24, 2026 14:14
View session
MinecraftFuns
marked this pull request as ready for review
March 24, 2026 14:16
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.
This PR addresses three gaps: migration ordering stability, missing full-story module integration coverage, and missing separate API/Web container packaging in CI. It migrates Alembic to numeric revision IDs, adds end-to-end OneShot extraction integration tests, and adds matrix-based container builds for both services.
Alembic: numeric revision convention
0000_base.py(base marker)0001_add_timestamps.py(timestamps migration)revision,down_revision) to enforce sortable numeric chronology.Integration coverage: full OneShot extraction user story
api/tests/test_oneshot_integration.pyto validate the complete module flow:404test_oneshot.pyand moved full-story coverage into dedicated integration test file.CI packaging: separate API and Web containers
api/Dockerfileandweb/Dockerfile..github/workflows/ci.ymlwithcontainer-packagingmatrix job to build:oneshot/api:ci-<sha>oneshot/web:ci-<sha>contents: read) at workflow scope.