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: Change global search to use fuzzy search API #10412

Merged
merged 26 commits into from
Apr 28, 2021
Merged

Commits on Apr 20, 2021

  1. Remove running client-side search tests for now

    I’ll delete these later after I’ve replaced them.
    backspace committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    885a592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601d1a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555ba2d View commit details
    Browse the repository at this point in the history
  4. Add navigation to jobs

    backspace committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4501e44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d5fdf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5beff76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ce3cb3 View commit details
    Browse the repository at this point in the history
  8. Add client-side truncation

    backspace committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3dadcad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf488fa View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    2865773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6b1a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c79952e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85725f9 View commit details
    Browse the repository at this point in the history
  5. Remove unused variable

    backspace committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fd9d049 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f92a22 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    e3198a6 View commit details
    Browse the repository at this point in the history
  2. Add guards against unrealistic random data

    The search test was failing occasionally when showing allocations
    because of the lifecycle chart breaking. While I don’t think
    these exceptions would happen with real data, adding some
    guards seems okay.
    backspace committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    abe2794 View commit details
    Browse the repository at this point in the history
  3. Fix wasteful reruns of application beforeModel

    I noticed that the feature detection search was running
    whenever I navigated to a search result, it turns out
    that refreshModel on the region query parameter meant
    the application route was reloading on calls to
    service:router#transitionTo because the calls didn’t
    include the region query parameter. Rather than needing
    to add the region to every transitionTo call, this
    just lets the route load again but skips the various
    detection/setup queries.
    backspace committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a39c3b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c5fe93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39f5a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1a7b48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6fc44b View commit details
    Browse the repository at this point in the history
  8. Change context for feature detection query

    It’s my belief that this is the most lightweight option.
    backspace committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    72d6200 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    b370b94 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    backspace committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    54346bc View commit details
    Browse the repository at this point in the history
  3. Add missing import

    backspace committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    d2aa291 View commit details
    Browse the repository at this point in the history