-
Notifications
You must be signed in to change notification settings - Fork 8
Allow using dash and underscore in domains #3961
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
base: development
Are you sure you want to change the base?
Conversation
Update models decorators Replace characters in workload names Update Domains page and manage gateway dialog with new validators
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.
For deleting domains, I can't check atm as I added a domain from the client and it sound like it's not supported yet to show on the dashboard, so created an issue for this #3962 For the domain, it's just like what you added except the workload name. The dash is replaced as it's not supported in zos. |
- Display FQDN instead of workload name
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.
- Display domain instead of workload name in the dialog - Remove name from thr table
I think I should remove it form details (first Image) but I'm not sure about the rest |
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.
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.
Test scenarios:
- add 2 or more underscores in the same domain name.
- add 2 or more dashes in the same domain name
- combine 2 underscores and 2 dashes in the same domain name
- test delete domains with dashes and underscore
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.
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.
Screen.Recording.2025-04-07.at.11.49.56.AM.mov
I deployed a domain with a custom domain, but I couldn't delete it.
I think this case needs to be handled
I can see the domain name doesn't have dashes or underscore, why it can't be deleted! |
- Fix gateway before deploy using custom domain
@0oM4R @ramezsaeed fixed now |
Description
Changes
Screencast.from.05-03-25.12.14.34.webm
Related Issues
underscores
anddashes
while deploying name contract #3307Tested Scenarios
Documentation PR
For UI changes, Please provide the Documentation PR on info_grid
To consider
Preliminary Checks:
UI Checks:
Code Quality Checks:
Testing Checklist
General Checklist