1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update version More... 7 months ago
Fixed integration tests More... 7 months ago
Updated and fixed dependencies More... 7 months ago
merged pull request #83 adding set to addTags call More... about 1 year ago
Added add tag method that takes a set More... about 1 year ago
Merge pull request #94 from SpriCoder/develop More... about 1 year ago
Merge pull request #79 from joscht-73/develop More... about 1 year ago
Updated dependencies More... about 1 year ago
modify type from `int` to `long` More... over 2 years ago
fixed pom for deploy More... about 5 years ago
Removed dependecy on proofpoint client More... about 5 years ago
Merge branch 'develop' of https://github.com/kairosdb/kairosdb-client into develop More... about 6 years ago
Updated from Apache client from 4.3.3 to 4.5.8. Fix for issues #77 and #72. More... about 6 years ago
Merge pull request #76 from pkokoshnikov/develop More... about 6 years ago
DefaultJsonResponseHandler use UTF-8 More... about 6 years ago
Fix for issue https://github.com/kairosdb/kairosdb/issues/142 - Modify client to accept gzipped results. Added ACCEPT_ENCODING, "gzip" header so query responses are zipped. More... over 6 years ago
Fix for issue https://github.com/kairosdb/kairosdb/issues/493 - fix gzip encoding headers. More... over 6 years ago
Add property align_end_time to SamplingAggregator More... almost 7 years ago
Fix for issue "do not process content if NO_CONTENT response was received" #74. More... almost 7 years ago
Merge pull request #74 from sspieker/develop More... almost 7 years ago
do not process content if NO_CONTENT response was received More... almost 7 years ago
Fix for issue #67. Exposed the underlying Apache client in the constructor. More... almost 7 years ago
Added unit test for DefaultJsonResponseHandler. More... almost 7 years ago
Redesigned the HttpClient API. The API now returns the desired object (for example a RollupTask for getRollupTask()). An exception is thrown (that contains the HTTP response code) if the call was not successful. A JsonResponseHandler is used to process the response. The query method can now take a response handler to allow for more flexibility in handling the response. More... almost 7 years ago
Reformated files. More... almost 7 years ago
Refactored how AbstractClient handles errors. Added tests for HttpClient. More... almost 7 years ago
Converted FakeClient to a mock. More... almost 7 years ago
Increased the version number to 2.3.0. Added roll-up documentation to the README. More... about 7 years ago
Fix for issue #71 Allow Query setTime and EndTime to be equal More... about 7 years ago
Added tests for rollups. More... about 7 years ago