-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix issue with fetching data for Tables account #1895
Open
sindhuba
wants to merge
42
commits into
master
Choose a base branch
from
users/sindhuba/fix-tables-api
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.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
e1430fd
Fix API endpoint for CassandraProxy query API
sindhuba 5042f28
Merge branch 'master' of https://github.com/Azure/cosmos-explorer
sindhuba 6bdc714
activate Mongo Proxy and Cassandra Proxy in Prod
d3a3033
Merge branch 'master' of https://github.com/Azure/cosmos-explorer
sindhuba 2bc09a6
Add CP Prod endpoint
sindhuba c6ad538
Run npm format and tests
sindhuba 78d9a0c
Revert code
sindhuba 16c7b25
fix bug that blocked local mongo proxy and cassandra proxy development
5ee4116
Add prod endpoint
sindhuba a712193
fix pr check tests
b2d5f91
Remove prod
sindhuba 2243ad8
Remove prod endpoint
sindhuba 4c7aca9
Merge branch 'users/aisayas/mp-cp-activate-prod' of https://github.co…
sindhuba ef7c2fe
Remove dev endpoint
sindhuba 10a8505
Support data plane RBAC
sindhuba 4d8bb5c
Merge branch 'master' of https://github.com/Azure/cosmos-explorer
sindhuba be87173
Support data plane RBAC
sindhuba 24af64a
Add additional changes for Portal RBAC functionality
sindhuba 8849526
Merge branch 'add-dp-rbac' of https://github.com/Azure/cosmos-explorer
sindhuba 4792e2d
Address errors and checks
sindhuba d3fb5ea
Cleanup DP RBAC code
sindhuba a50108c
Run format
sindhuba 77ee359
Fix unit tests
sindhuba 192a275
Remove unnecessary code
sindhuba 713df18
Run npm format
sindhuba fd3a83d
Fix enableAadDataPlane feature flag behavior
sindhuba 478467b
Fix enable AAD dataplane feature flag behavior
sindhuba eb7c737
Address feedback comments
sindhuba 805d72c
Minor fix
sindhuba 912688d
Merge branch 'master' of https://github.com/Azure/cosmos-explorer
sindhuba 473a6d3
Add new fixes
sindhuba 72eca5e
Fix Tables test
sindhuba 6be8399
Run npm format
sindhuba 3b9261e
Address Local storage default setting issue
sindhuba 28d8216
Run npm format
sindhuba 602a697
Address lint error
sindhuba 0079a91
Resolved merge conflict
sindhuba 2c78625
Merge branch 'users/sindhuba/rbac' into users/sindhuba/rbac-fix
sindhuba 8b4d9bd
Run format
sindhuba 9274f50
Address bug in fetching data for Tables Account
sindhuba 3e48393
Merge branch 'master' of https://github.com/Azure/cosmos-explorer
sindhuba 2214498
Merge branch 'users/sindhuba/rbac-fix' into users/sindhuba/fix-tables…
sindhuba 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
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.
We already do have a library "promiseRetry" that facilitates retry operations with retry options like number of retries, exponential backoff and etc. like here, maybe we should use it here as well
cosmos-explorer/src/Phoenix/PhoenixClient.ts
Line 49 in dfe79b2