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

[GEN-2170]: implement paginated sources for improved performance #2152

Merged
merged 13 commits into from
Jan 7, 2025

Conversation

BenElferink
Copy link
Contributor

@BenElferink BenElferink commented Jan 7, 2025

This pull request includes changes to the GraphQL schema and resolver logic to introduce pagination for the sources field in the ComputePlatform type. The primary changes involve replacing the existing K8sActualSources field with a new PaginatedSources type that supports pagination.

Changes to the GraphQL schema:

Changes to the resolver logic:

Changes to the generated code:

Changes to the model definitions:

Copy link

Pagination for sources

@BenElferink BenElferink requested a review from alonkeyval January 7, 2025 12:52
@BenElferink BenElferink added enhancement New feature or request frontend labels Jan 7, 2025
@BenElferink BenElferink enabled auto-merge (squash) January 7, 2025 15:30
@BenElferink BenElferink merged commit 41b2d0c into odigos-io:main Jan 7, 2025
31 checks passed
@BenElferink BenElferink deleted the gen-2170 branch February 18, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants