Skip to content

fix: labels in query params as a initial filters#1518

Merged
talboren merged 5 commits intokeephq:mainfrom
andreizanik:fix-provider-pilters
Aug 5, 2024
Merged

fix: labels in query params as a initial filters#1518
talboren merged 5 commits intokeephq:mainfrom
andreizanik:fix-provider-pilters

Conversation

@andreizanik
Copy link
Copy Markdown
Contributor

Closes #1512

📑 Description

Ignore unknown labels from query parameters and do not search for them
Add "queue" to filters
A bit of refactoring.
In my opinion, it is better to move some of the logic into small and independent components.
I also implemented a context provider that isolates the logic of determining the initial state of filters and provides the necessary methods and variables.
Stricter typing added in some places

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 1, 2024

@andreizanik is attempting to deploy a commit to the KeepHQ Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Aug 1, 2024

CLA assistant check
All committers have signed the CLA.

@andreizanik
Copy link
Copy Markdown
Contributor Author

fixed conflicts and updated types (added "topology")

Copy link
Copy Markdown
Member

@talboren talboren left a comment

Choose a reason for hiding this comment

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

LGTM!

@talboren
Copy link
Copy Markdown
Member

talboren commented Aug 5, 2024

@andreizanik thank you for the contribution! 🥳

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
keep ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2024 0:06am

@talboren talboren merged commit 92c1b9c into keephq:main Aug 5, 2024
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.

[🐛 Bug]: If query param labels has unknown label, providers page will be empty

4 participants