-
Notifications
You must be signed in to change notification settings - Fork 129
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
feat: updates service accept header to application/json #733
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #733 +/- ##
============================================
+ Coverage 88.37% 88.51% +0.14%
+ Complexity 786 784 -2
============================================
Files 174 174
Lines 7091 7195 +104
Branches 391 405 +14
============================================
+ Hits 6267 6369 +102
+ Misses 698 696 -2
- Partials 126 130 +4 ☔ View full report in Codecov by Sentry. |
client/src/test/java/com/influxdb/client/ITInfluxQLQueryApi.java
Outdated
Show resolved
Hide resolved
…lsback query method to previous signature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address also issue from #744.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR! 👍 Before we can proceed with accepting it, there are a few requirements that need to be met:
client/src/main/java/com/influxdb/client/internal/InfluxQLQueryApiImpl.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for your PR 👍
LGTM 🚀
Closes #719
Closes #744
Proposed Changes
Accept
header inInfluxQLQueryService
toapplication/json
Checklist
mvn test
completes successfully