-
-
Notifications
You must be signed in to change notification settings - Fork 0
resort to paginated requests for changed files #37
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
Conversation
This change should complete feature parity with the pure python code. After this is merged, I plan to start testing it in the test repo... 🤞🏼 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
==========================================
- Coverage 98.57% 98.50% -0.07%
==========================================
Files 12 12
Lines 3087 3144 +57
==========================================
+ Hits 3043 3097 +54
- Misses 44 47 +3 ☔ View full report in Codecov by Sentry. |
1b77442
to
278e314
Compare
Caution Review failedThe pull request is closed. WalkthroughThe changes primarily involve updates to the GitHub Actions workflow for handling different operating systems and enhancements to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GitHubAPI
participant GithubApiClient
participant RestApiClient
User->>GitHubAPI: Trigger event (push/pull request)
GitHubAPI->>GithubApiClient: Request changed files
GithubApiClient->>RestApiClient: Call get_changed_files_paginated
RestApiClient->>GithubApiClient: Return paginated changed files
GithubApiClient->>GitHubAPI: Return files to user
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
resolves #32
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Refactor
Style
Dummy
class.