-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix(UI): Enforce required URL validation for Institutional Memory #13548
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
Conversation
Bundle ReportChanges will decrease total bundle size by 45 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
jjoyce0510
left a comment
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.
The only thing I'd watch out for is custom URL routing, e.g.
s3://path/to/file
Or something similar that is not HTTP / HTTPS. This might break based on your changes, but I'm assuming some customers are leveraging. Worth consideration before we merge.
|
If these will still work, we are fine to approve and merge. |
|
Thanks to Meenakshi: With Data Profile V2 - which is a new aspect now, this PR is no longer required. |
Recording of defect
Screen.Recording.2025-05-19.at.12.31.07.PM.mov
Summary
Previously, setting
warningOnly: truewas causing the required URL validation to be skipped entirely. This PR updates the logic to ensure that validation for required fields is applied.As a result of this fix: