Skip to content
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: at_commons remove isPaginated check in sync verb builder #738

Merged
merged 8 commits into from
Dec 16, 2024

Conversation

murali-shris
Copy link
Member

@murali-shris murali-shris commented Dec 11, 2024

- What I did

  • remove isPaginated check in sync verb builder so limit: is always sent since server expects this value in sync:from verb
    - How I did it
  • removed isPaginated logic in SyncVerbBuilder
  • deprecated sync: verb since sync:from is used on server
    - How to verify it
  • AtClient tests should pass
    fix: remove sync verb builder deprecated params at_client_sdk#1450

@murali-shris murali-shris changed the title fix: Atlookup Add default values sync verb builder deprecated params fix: Atlookup - add default values sync verb builder deprecated params Dec 11, 2024
@murali-shris murali-shris requested review from gkc, srieteja and sitaram-kalluri and removed request for srieteja December 11, 2024 17:23
srieteja
srieteja previously approved these changes Dec 11, 2024
Copy link
Contributor

@gkc gkc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@murali-shris I know in the other comment I said a PR in at_lookup to change SyncVerbBuilder but I meant a PR in at_commons since SyncVerbBuilder is in at_commons

@murali-shris murali-shris changed the title fix: Atlookup - add default values sync verb builder deprecated params fix: at_commons remove isPaginated check in sync verb builder Dec 12, 2024
@murali-shris murali-shris requested review from gkc and srieteja December 12, 2024 15:55
@murali-shris
Copy link
Member Author

@murali-shris I know in the other comment I said a PR in at_lookup to change SyncVerbBuilder but I meant a PR in at_commons since SyncVerbBuilder is in at_commons

Completed the changes.

@murali-shris murali-shris requested a review from gkc December 12, 2024 17:37
if (isPaginated) {
serverCommandBuffer.write('from:');
}
// removed isPaginated logic, since sync:from is the default sync verb on server
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need this comment in the code

@gkc gkc merged commit dae025a into trunk Dec 16, 2024
13 checks passed
@gkc gkc deleted the atlookup_add_default_values_sync_builder branch December 16, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants