Add CodeUp CI integration - #570
Open
Ritvvvik wants to merge 1 commit into
Open
Conversation
Adds examples/codeup_ci with: - post_review.py: runs ocr review --format json and posts a GLOBAL_COMMENT summary via CodeUp's CreateChangeRequestComment API - post_review_test.py: unit tests (27 passing) - codeup-flow.yml: example Yunxiao Flow pipeline - README.md: setup docs and known limitations (v1 = summary comment only, inline comments as a follow-up)
Contributor
|
✅ OpenCodeReview: No comments generated. Looks good to me. |
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.
Closes #517
Adds
examples/codeup_ci/following the same pattern as the existingGitHub Actions / GitLab CI integrations:
post_review.py— runsocr review --format jsonand posts asummary comment via CodeUp's CreateChangeRequestComment API
post_review_test.py— unit tests (27 passing, fully mocked, nonetwork/CLI required)
codeup-flow.yml— example Yunxiao Flow pipeline definitionREADME.md— setup instructions and pipeline variablesScope (v1)
Posts one summary comment per review run rather than true inline
per-line comments — inline comments require resolving the merge
request's current patchset ID first, which I'm treating as a
reasonable follow-up (see Known limitations in the README).
Happy to adjust naming/conventions if they differ from other
integrations in this repo ,let me know.