-
Notifications
You must be signed in to change notification settings - Fork 23
feat: validate new project name (#237) #680
feat: validate new project name (#237) #680
Conversation
Skipping CI for Draft Pull Request. |
32f4cd8
to
d3022bd
Compare
762fd3a
to
237b68e
Compare
e20a75b
to
0b27776
Compare
Same remark as #689 . is it possible to change labels if the cluster is openshift(project) or kubernetes(namespace) ? |
I merged and squashed #701 into this PR (adding your "signed-off by") as providing different labels for kubernetes/openshift is closely related to the labels of the menu items to launch it. |
249eacd
to
84ffd09
Compare
@sbouchet: please re-review. |
look at 0:13. this is not the "create" label, but the "Change " one that is always displaying "Project". there is a missing update() method in the ChangeAction. |
This PR is about the "New Project" dialog, not the "Change Project" dialog 😃 |
@sbouchet please re-review, thanks! |
@sbouchet fixed those 2, please re-review. |
Signed-off-by: Andre Dietisheim <[email protected]>
…ter type (redhat-developer#237, redhat-developer#701) Signed-off-by: Andre Dietisheim <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]>
…oper#701) Signed-off-by: Andre Dietisheim <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]>
|
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
/override ci/prow/e2e-openshift |
@adietish: Overrode contexts on behalf of adietish: ci/prow/e2e-openshift In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/override tide |
@adietish: Overrode contexts on behalf of adietish: tide In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbouchet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixes #237, #674, #701
depends on #661