-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updates service accept header to application/json (#733)
* feat: updates service accept header to application/json * chore: remove built-in value extractor methods * feat: makes Accept header in InfluxQLQueryService dynamic. * chore: add license to new test * feat: adds methods queryCSV and queryJSON to InfluxQLQueryAPI and rollsback query method to previous signature. * test: adds unit tests for InfluxQLQuery * chore: improves InfluxQLQuery.setAcceptHeader * chore: cleanup imports * docs: updates CHANGELOG.md and InfluxQLExample.java * fix: fixes #744 and possible NPEs * test: adds test of empty resultsfrom server * chore: adds check for null values array in JSON desrializer * chore: move log warning to correct branch * chore: revert default InfluxQL serializer to CSV to keep backward compatibility. * chore: update InfluxQL example * docs: updates CHANGELOG.md a recent javadoc.
- Loading branch information
1 parent
d426da6
commit 7b39e0c
Showing
12 changed files
with
1,239 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,6 @@ public Object[] getValues() { | |
return values; | ||
} | ||
} | ||
|
||
} | ||
|
||
} |
This file contains 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 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 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.