-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update retry handler used by Pro Client #1238
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c25fff5
move code to create user with backoff to pro client
atavism e11cc27
move code to create user with backoff to pro client
atavism aa953c9
move create user code to pro client
atavism c28bde9
clean-ups
atavism 1b45fb0
Update desktop to use same code to retry creating user
atavism 051dbc4
Update desktop to use same code to retry creating user
atavism dc5bed5
revert changes
atavism 18b9fcd
Add client session mock
atavism 2f83a2f
clean-ups
atavism aacff92
clean-ups
atavism 36b5fc4
clean-ups
atavism 77d916e
clean-ups
atavism a60dcf7
merge latest
atavism 5f07f09
update flashlight and run go mod tidy
atavism ad01305
update flashlight and run go mod tidy
atavism b742df5
Remove old tests
atavism b9dc679
Stop polling if user becomes pro and some other clean-ups
atavism 16f1ad7
Fix user create api on android. (#1246)
jigar-f 624b1db
merge latest
atavism cca94f6
Merge remote-tracking branch 'origin/main' into atavism/updates-pro-c…
atavism 5e8cb2e
Merge remote-tracking branch 'origin/main' into atavism/updates-pro-c…
atavism a5e31d0
Add back auth methods for now
atavism 1a97e30
Merge remote-tracking branch 'origin/main' into atavism/updates-pro-c…
atavism 4252f78
move plans and payment methods calls to pro client
atavism 779d9cc
move plans and payment methods calls to pro client
atavism f6e67b7
Fixed issue on desktop while creating user and other small fixes.
jigar-f 68d579d
remove commented code.
jigar-f fb0e326
clean-ups
atavism 9ef2d82
Merge remote-tracking branch 'origin/main' into atavism/updates-pro-c…
atavism 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 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
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.
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.
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.
@atavism We were creating two users like in android, We don't need this anymore, Since we are creating user in afterStart
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 for removing this!