-
Notifications
You must be signed in to change notification settings - Fork 23
Fix connectTimeout configuration usage #182
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
WalkthroughThe constructors of the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant OAuth2Client
participant Configuration
participant OpenFgaApi
participant ApiClient
participant HttpClientBuilder
User->>OAuth2Client: Instantiate with Configuration
OAuth2Client->>Configuration: Copy properties (including connectTimeout)
User->>OpenFgaApi: Instantiate with Configuration
OpenFgaApi->>ApiClient: Set default headers
OpenFgaApi->>Configuration: Retrieve connectTimeout
OpenFgaApi->>ApiClient: Set connectTimeout on HttpClientBuilder (if present)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
Codecov ReportAttention: Patch coverage is
❌ Your project status has failed because the head coverage (33.68%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #182 +/- ##
============================================
+ Coverage 33.65% 33.68% +0.02%
Complexity 1003 1003
============================================
Files 182 182
Lines 6890 6894 +4
Branches 776 777 +1
============================================
+ Hits 2319 2322 +3
Misses 4467 4467
- Partials 104 105 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
connectTimeoutfromConfigurationtoApiClientbuilderOAuth2ClientTesting
./gradlew testhttps://chatgpt.com/codex/tasks/task_e_68767c176db88322b80f8d3ec423d404
Summary by CodeRabbit