Skip to content

Conversation

Zaimwa9
Copy link

@Zaimwa9 Zaimwa9 commented Oct 3, 2025

Thanks for submitting a PR! Please check the boxes below:

  • I have added information to docs/ if required so people know about the feature!
  • I have filled in the "Changes" section below?
  • I have filled in the "How did you test this code" section below?
  • I have used a Conventional Commit title for this Pull Request

closes #204

Changes

  • Iterates over api/v1/environment-document until all pages have been consumed
  • consolidate pages into a single environment document
  • log a warning if total time exceeded polling interval

How did you test this code?

  • added test

@Zaimwa9 Zaimwa9 requested a review from a team as a code owner October 3, 2025 10:59
@Zaimwa9 Zaimwa9 requested review from gagantrivedi and removed request for a team October 3, 2025 10:59
Copy link
Author

Choose a reason for hiding this comment

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

I don't know how it got into and it is still pointing to main 😮‍💨

Copy link
Author

Choose a reason for hiding this comment

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

Looks normal actually, getting the latest changes

@Zaimwa9 Zaimwa9 requested a review from khvn26 October 3, 2025 13:50
],
identity_overrides: [{ id: 1, identifier: 'user1' }],
links: { next: { url: '/api/v1/environment-document?page=2' } }
nextUrl: '/api/v1/environment-document?page=2'
Copy link
Member

Choose a reason for hiding this comment

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

Can we be more explicit and express these as actual header values? I think it'll be more clear than a sneaky if in the test body.

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.

Implement pagination support for local evaluation
2 participants