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

ui: Fix fuzzy search namespace-handling #10666

Merged
merged 6 commits into from
Aug 10, 2021
Merged

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    51a9e00 View commit details
    Browse the repository at this point in the history
  2. Change fuzzy search to search all namespaces

    Thanks to @apollo13 for reporting this in #10101.
    backspace committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c075ee5 View commit details
    Browse the repository at this point in the history
  3. Add namespace to allocation search result label

    Is “@ namespace” sensible? 🧐
    backspace committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6f99952 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    d3bf103 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. edit fuzzy search callback logic

    Namespaces are set-up in Nomad to be an object that has an id property.
    However, namespaces actually don't have that shape. Our search was expecting
    a namespace object, but we actually don't have a namespace assigned to jobs
    in our config and namespace is set to null. Normally, these namespaces would
    be set to default, but that would require us to refactor our Mirage config
    if we wanted to assert that namespaces are 'default' and not null. So this is
    a bandaid solution.
    ChaiWithJai committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    2649d19 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    00df085 View commit details
    Browse the repository at this point in the history