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(app overview): enable search for numeric and special characters #1179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Usmanfee
Copy link
Contributor

@Usmanfee Usmanfee commented Sep 30, 2024

Description

App Overview in App Management doesn't support special characters and numeric for filteration as a parameters for search.

Why

The previous regex wasn't made for to allow special and numeric characters but now with the updated regex they are now part of the allowed characters of the search.

Issue

#1177

Checklist

Please delete options that are not relevant.

  • I have performed a self-review of my own code
  • I have successfully tested my changes locally

@Usmanfee Usmanfee changed the title fix(UI): numeric and special characters works with search fix(UI): numeric and special characters doesn't work with search Sep 30, 2024
@JordanGerada3 JordanGerada3 self-requested a review October 7, 2024 14:49
Copy link
Contributor

@JordanGerada3 JordanGerada3 left a comment

Choose a reason for hiding this comment

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

LGTM but maybe you want to include in change log?

Copy link
Contributor

@shubhamv-ss shubhamv-ss left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

@shubhamv-ss shubhamv-ss left a comment

Choose a reason for hiding this comment

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

lgtm

@Usmanfee Usmanfee marked this pull request as ready for review October 9, 2024 07:44
@Usmanfee Usmanfee requested a review from evegufy October 9, 2024 12:41
Copy link
Contributor

@evegufy evegufy left a comment

Choose a reason for hiding this comment

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

@oyo could you please review?

CHANGELOG.md Show resolved Hide resolved
@evegufy evegufy added this to the Release 24.12 milestone Oct 9, 2024
@evegufy evegufy changed the title fix(UI): numeric and special characters doesn't work with search fix(app overview): enable search for numeric and special characters Oct 9, 2024
Copy link
Contributor

@manojava-gk manojava-gk left a comment

Choose a reason for hiding this comment

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

use Pattern file and add test cases

src/components/pages/AppOverview/index.tsx Outdated Show resolved Hide resolved
@MaximilianHauer
Copy link

description is a bit missleading in regards of the summary please ensure to be more precise in the future.

@Usmanfee
Copy link
Contributor Author

@MaximilianHauer sorry for the confusion. I have updated the description.

@oyo
Copy link
Contributor

oyo commented Oct 16, 2024

@Usmanfee content wise okay, please also resolve merge conflicts and update DEPENDENCIES file

Copy link

sonarcloud bot commented Oct 17, 2024

@Usmanfee
Copy link
Contributor Author

@oyo merge conflict has been resolved. please review now. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: IN PROGRESS
Development

Successfully merging this pull request may close these issues.

7 participants