-
Notifications
You must be signed in to change notification settings - Fork 3
perf(check-run): cache branch protection settings to reduce API calls #906
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
23 commits
Select commit
Hold shift + click to select a range
9b21c79
perf(check-run): cache branch protection settings to reduce API calls
myakove 91d49d6
feat(webhook): clone repository for all PR events to enable local fil…
myakove 8c7bd27
perf(git): replace multiple clones with single clone + worktrees
myakove 182d7c1
perf(tests): update tests for _checkout_worktree refactoring
myakove 2084a7f
test(coverage): add tests for _clone_repository_for_pr method
myakove f465f1d
test(pull-request): fix async property mocking and RuntimeWarnings
myakove 03458f3
fix(tests): add missing asyncio import and remove unused parameter
myakove d4aecdb
perf(owners): read OWNERS files from local clone instead of GitHub API
myakove d36a426
fix(owners): improve error handling and logging for OWNERS file proce…
myakove 249b3f0
refactor(owners): centralize OWNERS test data and improve code clarity
myakove be8dcd3
refactor(owners): implement CodeRabbit review improvements
myakove 7af6233
security(owners): enforce OWNERS files read from PR base branch using…
myakove 2498418
STDIN
myakove 22109b0
remove unused fixturs
myakove a67831a
perf(owners): use git diff instead of API to fetch changed files
myakove e105e0c
fix(owners): implement CodeRabbit review improvements
myakove 27db52c
fix(runner): only set check progress when set_check=True
myakove 4f6b585
refactor(tests): remove obsolete Repository class from OWNERS tests
myakove d1e1a46
fix(git): resolve worktree bug for push events
myakove 1533f6d
fix(tests): resolve CodeRabbit review improvements
myakove 7490573
refactor(tests): improve test_github_api.py code style
myakove a9116b7
refactor(tests): extract duplicated test helpers to fixtures
myakove 6b57217
Merge branch 'main' into reduce-api-calls
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
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.