-
Notifications
You must be signed in to change notification settings - Fork 75
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
refactor: parsing image data for versions before 24.12 #2817
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 |
a7d80b1
to
226486e
Compare
0af5704
to
c19e56e
Compare
c19e56e
to
7cb84bf
Compare
7cb84bf
to
6480068
Compare
226486e
to
f758c59
Compare
6480068
to
9500252
Compare
9500252
to
3708a1b
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.02% (-0.01% 🔻) |
367/7314 |
🔴 | Branches | 4.41% (+0.02% 🔼) |
221/5013 |
🔴 | Functions | 2.94% (-0% 🔻) |
71/2411 |
🔴 | Lines | 4.92% (-0.01% 🔻) |
352/7153 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | helper/index.tsx | 50.97% (-1.35% 🔻) |
47.22% | 39.47% (-1.07% 🔻) |
52.24% (-1.61% 🔻) |
🔴 | hooks/index.tsx | 37.96% (-4.67% 🔻) |
24.39% (-3.39% 🔻) |
19.51% (-1.54% 🔻) |
37.31% (-4.7% 🔻) |
Test suite run success
100 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from 4543a32
3708a1b
to
1c990ef
Compare
775b8be
to
f81d39c
Compare
f81d39c
to
afaa410
Compare
afaa410
to
a4f70a9
Compare
a4f70a9
to
3a506af
Compare
744604e
to
7c8e7da
Compare
7c8e7da
to
46489c7
Compare
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
c8306dd
to
6993177
Compare
Merge activity
|
**Changes:** Refactored image handling similar to #2785 and #2795 for versions before 24.12. Before 24.12, most data parsing is handled on the frontend. Key changes: - Consolidated separate tag components (BaseImageTags, ConstraintTags, LangTags) into a single ImageTags component - Simplified image metadata extraction by using string operations instead of complex parsing - Removed redundant language column and consolidated information into Tags column - Added new getTags utility function to consistently parse and format image tag information - Updated image search functionality to search through tag keys and values **Impact:** - Cleaner, more consistent display of image metadata in the UI - More maintainable code structure for handling image tags - Improved search capabilities across image metadata **Screenshots:** ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/2HueYSdFvL8pOB5mgrUQ/483e263b-88bc-4d5e-8a22-d3e219695f76.png) **What to check:** Data parsing is the same as 24.12. **Checklist:** - [ ] Mention to the original issue - [ ] Documentation - [x] Minium required manager version: manager < 24.12 - [x] Specific setting for review: 10.100.64.15 - [x] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after: will be handled in another stack
6993177
to
4543a32
Compare
Changes:
Refactored image handling similar to #2785 and #2795 for versions before 24.12. Before 24.12, most data parsing is handled on the frontend.
Key changes:
Impact:
Screenshots:
What to check:
Data parsing is the same as 24.12.
Checklist: