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

[UI v2] feat: Adds global concurrency limit query definitions #16220

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

devinvillarosa
Copy link
Contributor

@devinvillarosa devinvillarosa commented Dec 4, 2024

Building the query data store for global concurrency limits entity

This PR just focuses on the Query Key architecture for global concurrency limits. A follow up PR will address the mutations
Screenshot 2024-12-04 at 12 07 10 PM

  1. Defines QueryKey architecture that will manage global concurrency limits data entity
  2. Exports useQuery wrappers to be used in the UI

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • If this pull request adds new functionality, it includes unit tests that cover the changes
  • If this pull request removes docs files, it includes redirect settings in mint.json.
  • If this pull request adds functions or classes, it includes helpful docstrings.

Related to #15512

@devinvillarosa devinvillarosa marked this pull request as ready for review December 4, 2024 20:13
ui-v2/package.json Outdated Show resolved Hide resolved
@devinvillarosa devinvillarosa force-pushed the query-keys-concurrent branch 5 times, most recently from af3a2d9 to 2704a60 Compare December 4, 2024 20:47
Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

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

🌍

@devinvillarosa devinvillarosa merged commit be581bb into main Dec 4, 2024
9 checks passed
@devinvillarosa devinvillarosa deleted the query-keys-concurrent branch December 4, 2024 22:07
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.

2 participants