-
Notifications
You must be signed in to change notification settings - Fork 39
Multiple improvements for Java SDK #47
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
Draft
santigracia
wants to merge
23
commits into
mixpanel:master
Choose a base branch
from
santigracia:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3baf92b
Add configurable import batch size (1-2000)
santigracia 91f7fc8
Add HTTP response logging for import endpoint errors
santigracia 1c3cb2d
Deprecate trackCharge() method - now logs error instead of tracking r…
santigracia 003f8b2
Support decimal increments in increment() method
santigracia 96ae95e
Add customizable connection and read timeouts
santigracia b2dde50
Add payload chunking for 413 errors and improve tests
santigracia 9440687
Add option to disable strict import validation
santigracia 1001ec8
Improving performance when retrying rejected payloads due to size + H…
santigracia f4e397a
Document and handle Mixpanel import endpoint strict modes
santigracia 3a6f110
Enforce non-empty token for MessageBuilder and import
santigracia 85ae829
Update org.json dependency version
santigracia e120a96
Add and improve JavaDoc comments for public APIs
santigracia 4b4b937
Update README.md
santigracia 5b9f50c
Update src/main/java/com/mixpanel/mixpanelapi/MixpanelAPI.java
santigracia 4f4abaf
Make timeout and import mode fields thread-safe
santigracia 44c9724
Quick Fix for Javadoc code formatting
santigracia e9c6381
Update src/main/java/com/mixpanel/mixpanelapi/PayloadChunker.java
santigracia c4079e7
Make last response fields volatile for thread safety
santigracia 4c3e9c4
Merge branch 'master' of https://github.com/santigracia/mixpanel-java
santigracia fc50a5c
Apply safety margin to payload chunk size limit
santigracia 6c2024c
Merge branch 'master' into master
santigracia 1215296
Improve error diagnostics for server responses
santigracia 136d18f
Merge branch 'master' of https://github.com/santigracia/mixpanel-java
santigracia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.