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 event list lookups returning incorrect events due to pagination #713

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dbarnett
Copy link
Collaborator

Ensures that requests using pageToken preserve the same parameters as the initial request to avoid returning non-matching items after the first page.

Fixes issue mentioned in PR #664.

@dbarnett
Copy link
Collaborator Author

Actually I went ahead and merged partial fix #664 as-is before merging my remaining changes here. Updating commit messages accordingly.

Ensures that requests using pageToken preserve the same parameters as
the initial request to avoid returning non-matching items after the
first page.
@dbarnett dbarnett merged commit 76603af into master Aug 26, 2024
16 checks passed
@dbarnett dbarnett deleted the paginated_events branch August 26, 2024 01:19
@dbarnett
Copy link
Collaborator Author

Oops, forgot to update the commit message. Oh, well...

BTW there were also some test/linter failures from the partial fix that got resolved in this PR.

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.

1 participant