-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: search image with full name in Environment page #2744
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.4% (-0% 🔻) |
348/6442 |
🔴 | Branches | 4.86% (-0% 🔻) |
218/4490 |
🔴 | Functions | 3.15% | 67/2125 |
🔴 | Lines | 5.29% (-0% 🔻) |
333/6293 |
Test suite run success
93 tests passing in 12 suites.
Report generated by 🧪jest coverage report action from 608d821
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merge activity
|
**Changes:** This PR enhances the image filtering functionality in the ImageList component: 1. Adds a `fullName` property to the image data object, populated with the result of `getImageFullName(image)`. 2. Extends the filtering logic to include a `fullNameMatch` check, allowing users to search for images based on their full names. **Rationale:** Including the full name in the search criteria provides users with more flexibility when filtering images, improving the overall user experience and making it easier to find specific images. **Effects:** - Users can now search for images using their full names, in addition to existing criteria. - Developers working on the ImageList component should be aware of the new `fullName` property and its inclusion in the filtering logic. **Checklist:** - [ ] Documentation: Update user guide to reflect new search capabilities - [ ] Test case: Verify that searching by full image name returns expected results
9b09251
to
608d821
Compare
Changes:
This PR enhances the image filtering functionality in the ImageList component:
fullName
property to the image data object, populated with the result ofgetImageFullName(image)
.fullNameMatch
check, allowing users to search for images based on their full names.Rationale:
Including the full name in the search criteria provides users with more flexibility when filtering images, improving the overall user experience and making it easier to find specific images.
Effects:
fullName
property and its inclusion in the filtering logic.Checklist: