Skip to content
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

feat(ui): Add namespace input to ClusterWorkflowTemplate submit. Fixes #10398 #13596

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. feat(ui): Set namespace when submitting ClusterWorkflowTemplate

    This adds support for specifying the namespace when submitting a
    workflow from a ClusterWorkflowTemplate using an input field on the
    "Submit Workflow".
    
    Initially, I used the `<InputFilter>` component for this so it could
    take advantage of autocomplete, but then I realized that's not
    appropriate here because this isn't a filter and we don't want the "x"
    button to clear the field.
    
    Signed-off-by: Mason Malone <[email protected]>
    MasonM committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c090cfb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fix(ui): lift up React state and move namespace input

    Signed-off-by: Mason Malone <[email protected]>
    MasonM committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    59dbea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. fix(ui): reorder import

    Signed-off-by: Mason Malone <[email protected]>
    MasonM committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    fccd308 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Merge branch 'main' into feat-10398

    Signed-off-by: Mason Malone <[email protected]>
    MasonM committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2a234f1 View commit details
    Browse the repository at this point in the history