Add stategic metadata to insert_submission, SubmissionCompleted and SubmissionFailed#58
Merged
OpsBotPrime merged 5 commits intomasterfrom Feb 17, 2026
Merged
Add stategic metadata to insert_submission, SubmissionCompleted and SubmissionFailed#58OpsBotPrime merged 5 commits intomasterfrom
OpsBotPrime merged 5 commits intomasterfrom
Conversation
Qqwy
requested changes
Feb 9, 2026
Contributor
Qqwy
left a comment
There was a problem hiding this comment.
Hey Jeremy! A very nice PR so far. The one request I have is that you add a test for both of the cases (to the Python test suite).
aa4f7ba to
d5db03b
Compare
8486574 to
ac3e448
Compare
jerbaroo
commented
Feb 11, 2026
Qqwy
approved these changes
Feb 16, 2026
ac3e448 to
6606369
Compare
Contributor
Author
|
@OpsBotPrime merge and tag |
…leted and SubmissionFailed Approved-by: jerbaroo Priority: Normal Auto-deploy: false
Contributor
|
Rebased as 7371353, waiting for CI … |
Contributor
|
CI job 🟡 started. |
Contributor
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.
Add stategic metadata as a parameter to
insert_submission(which just passes it toinsert_submission_chunks), and make the strategic metadata available in the submission results:SubmissionCompletedandSubmissionFailed.