-
Notifications
You must be signed in to change notification settings - Fork 694
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
Image registry bug fix #4887
Image registry bug fix #4887
Commits on Sep 16, 2024
-
fix: fetch image registry data correctly in StudioOverviewView
Fixes an issue where the image registry data was not being fetched Why: Previously, the image registry data was not being fetched, even though ExperimentMetadata has a field ‘imageRegistry’. This change ensures that the form receives the correct image registry data. How: Added a check for loading state by disabling the ‘next’ button and assigned the fetched image registry data to a variable before form submission. This ensures the `values.imageRegistry` field is populated correctly. Signed-off-by: Aditya Sridasyam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2999587 - Browse repository at this point
Copy the full SHA 2999587View commit details -
fix: passed imageRegistry in kubernetesBlankCanvasTemplate
Fixes an issue where the image registry data was not being passed in the kubernetesBlankCanvasTemplate function Why: kubernetesBlankCanvasTemplate is expecting imageRegistry but never being passed, it is overridden always by default imageRegistry values. Signed-off-by: Aditya Sridasyam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fac5da6 - Browse repository at this point
Copy the full SHA fac5da6View commit details
Commits on Sep 18, 2024
-
imported @utils before `./StudioOverview.module.scss`, rectified as per the frontend check pipeline error Signed-off-by: aditya3103 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c565f7 - Browse repository at this point
Copy the full SHA 5c565f7View commit details
Commits on Sep 30, 2024
-
Fixed max character limit warning - kubernetesBlankCanvasTemplate fun…
…ction Signed-off-by: aditya3103 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7450226 - Browse repository at this point
Copy the full SHA 7450226View commit details -
Fixed max character limit & trailing comma warning
Signed-off-by: aditya3103 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d20be66 - Browse repository at this point
Copy the full SHA d20be66View commit details -
Fixed trailing comma warning - kubernetesBlankCanvasTemplate
Signed-off-by: Aditya Sridasyam <[email protected]> Signed-off-by: aditya3103 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2035769 - Browse repository at this point
Copy the full SHA 2035769View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50d3c6a - Browse repository at this point
Copy the full SHA 50d3c6aView commit details