-
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
fxi(FR-423): Unkown image error in Image list's control modal #3064
fxi(FR-423): Unkown image error in Image list's control modal #3064
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
6e770cc
to
e823b5d
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.91% | 398/8112 |
🔴 | Branches | 4.24% | 239/5633 |
🔴 | Functions | 2.95% | 78/2641 |
🔴 | Lines | 4.83% | 383/7937 |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 49288d1
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
|
resolves #3063 (FR-423) Updates image fragment handling in ManageAppsModal and ManageImageResourceLimitModal to support the new namespace field introduced in version 24.12.0, while maintaining backwards compatibility with the deprecated name field. **Checklist:** - [x] Minimum required manager version: 24.12.0 - [x] Minimum requirements to check during review: - Verify image management works with both old and new image naming formats - Confirm resource limits and app management functions correctly with namespaced images
e823b5d
to
49288d1
Compare
resolves #3063 (FR-423)
Updates image fragment handling in ManageAppsModal and ManageImageResourceLimitModal to support the new namespace field introduced in version 24.12.0, while maintaining backwards compatibility with the deprecated name field.
Checklist: