-
Notifications
You must be signed in to change notification settings - Fork 3
feat: cherry-pick retry/rebase commands + pre-commit auto-fix + security hardening #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6d6cec2
feat: cherry-pick retry/rebase commands + pre-commit auto-fix + securβ¦
myakove fbeb135
fix: address Qodo review findings β fork PR safety, rebase auth, pre-β¦
myakove ab46b6f
fix: handle git diff failure separately
myakove d7bfda9
security: redact secrets in git diff error logging
myakove b7c27e8
fix: use user.type == Bot for cherry-pick PR detection
myakove 7190495
fix: narrow bot-PR detection to app-managed cherry-pick PRs only
myakove 6355e4c
fix: cherry-pick-retry close logic β add debug logging, fix body URL β¦
myakove 273ad40
fix: add back user.type == "Bot" check in cherry-pick-retry close logic
myakove d920be9
fix: use app_bot_login for precise bot-PR identification in retry andβ¦
myakove d311c4d
fix: move app_bot_login init from blocking __init__ to async process()
myakove bb191a1
fix: app_bot_login error handling β use logger.exception, re-raise Caβ¦
myakove 0f884d0
fix: wrap get_repository_github_app_api in github_api_call and guard β¦
myakove caddc3c
fix: abort cherry-pick retry and rebase when app_bot_login is not set
myakove 5139ee8
fix: refine app_bot_login guards β don't block normal user operations
myakove 1ac10fd
fix: replace defensive merged_at check with pull_request.merged, quotβ¦
myakove e5044af
fix: materialize PaginatedList in thread pool and use direct propertyβ¦
myakove 47a6efd
fix: guard empty target_branch in cherry-pick-retry and fix generic aβ¦
myakove File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.