Custom form views for Creating/Updating HTTPRoutes#21
Merged
jasonmadigan merged 34 commits intomainfrom Oct 23, 2025
Merged
Conversation
Contributor
Author
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
bad8985 to
3025ccd
Compare
Signed-off-by: Anton-Fil <afil@redhat.com>
5c00fb7 to
78e636b
Compare
R-Lawton
reviewed
Sep 12, 2025
| <TextInput | ||
| value={match.pathValue} | ||
| onChange={(_, value) => { | ||
| value = '/' + value.replace(/^\/+/, ''); |
Contributor
There was a problem hiding this comment.
For regular expression, it doesn't make sense to have the path as a placeholder in the input field it can cause confusion
Signed-off-by: Patryk Stefanski <pstefans@redhat.com> Add validation to httprule wizard - filter Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
…ing servise Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Addition of backendRef to the rule wizard for HTTPRoute
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Gh issue 246 review and create wizard step
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Signed-off-by: Anton-Fil <afil@redhat.com>
Contributor
Author
Member
jasonmadigan
left a comment
There was a problem hiding this comment.
small dupe in console-extensions which we should fixup
otherwise, seems to work pretty good from my local testing
Signed-off-by: Anton-Fil <afil@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #12
Verification
In one terminal window, run:
In another terminal window, run:
In browser:
Implemented: