-
Notifications
You must be signed in to change notification settings - Fork 21
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 conversations stream bookmarking #73
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cb8dc00
bookmark after each page of conversation records
dsprayberry 2af8e9f
Fix coversations stream bookmarking
aab6a2d
Minor fix
dsprayberry 56ff5c4
Update bookmarking
dsprayberry 51a1bcc
Refactoring changes
f301303
Fix unittest failures
1fd5437
Fix the pagination integration test
RushiT0122 2adcb11
Fixed All fields test.
shantanu73 ea85c61
Fixed Automatic Fields test.
shantanu73 813416b
Fixed Start Date test.
shantanu73 41d832a
Fixed Bookmarks test.
shantanu73 9c31d05
Fixed Pagination test.
shantanu73 dc60686
X-Fail Parent Child test due to insufficient data.
shantanu73 309d3ee
Changes:
shantanu73 60a793e
Added contacts stream to bookmark & start_date tests by modifying the…
shantanu73 bbd5761
Reverted the changes related to TDL-17035 as the issue is not yet res…
shantanu73 30de8bd
Removed comment related to TDL-19860 as it is resolved.
shantanu73 1683d61
Added more testable streams in interrupted sync.
shantanu73 52219e9
Fixed Bookmark test to include more streams.
shantanu73 8385a2e
Update conversations stream search query
56fc918
Merge branch 'TDL-25075-fix-bookmarking-conversations' of github.com:…
6580dc2
bookmark after each page of conversation records
dsprayberry bd056c0
Fix coversations stream bookmarking
4ca37aa
Minor fix
dsprayberry 60d40e1
Update bookmarking
dsprayberry 3569c3e
Refactoring changes
6242064
Fix unittest failures
1f98b2e
Update conversations stream search query
936ef63
Fix the pagination integration test
RushiT0122 0070cb8
Merge branch 'TDL-25075-fix-bookmarking-conversations' of github.com:…
05c2de0
Merge branch 'master' into TDL-25075-fix-bookmarking-conversations
RushiT0122 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
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.
field is hardcoded to
id
, is it working for all the streams?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.
This is just for the
Conversations
stream.