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

[Tag value search] Support q query param in /api/v2/search/<tag.name>/values #2253

Merged
merged 44 commits into from
Apr 24, 2023

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    d97cbb8 View commit details
    Browse the repository at this point in the history
  2. Some fixes

    mapno committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    28dff13 View commit details
    Browse the repository at this point in the history
  3. Logic fixes

    mapno committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d5e745a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Lint

    mapno committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b5693f2 View commit details
    Browse the repository at this point in the history
  2. Changelog

    mapno committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    df0e4e7 View commit details
    Browse the repository at this point in the history
  3. Comments

    mapno committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    35af205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3f9519 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Add regex to extract matchers

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cff47fa View commit details
    Browse the repository at this point in the history
  2. Fix lint

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f44b726 View commit details
    Browse the repository at this point in the history
  3. Fix test case name

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4c862d6 View commit details
    Browse the repository at this point in the history
  4. Add comments

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fad8029 View commit details
    Browse the repository at this point in the history
  5. Skip revive in test func

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7212ea2 View commit details
    Browse the repository at this point in the history
  6. Skip unparam as well

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ad3df08 View commit details
    Browse the repository at this point in the history
  7. Support durations and booleans

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    766835e View commit details
    Browse the repository at this point in the history
  8. Docs

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    af4c6c9 View commit details
    Browse the repository at this point in the history
  9. Fixes and tests

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    500d6eb View commit details
    Browse the repository at this point in the history
  10. Remove log

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    776e5c0 View commit details
    Browse the repository at this point in the history
  11. Add e2e tests

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fc6d68c View commit details
    Browse the repository at this point in the history
  12. Clarify support

    mapno committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3e1cd59 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    3ca8ba6 View commit details
    Browse the repository at this point in the history
  2. Fmt

    mapno committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b408b03 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 11, 2023

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

Commits on Apr 18, 2023

  1. Exit from filter loop

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cab3ec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c08becb View commit details
    Browse the repository at this point in the history
  3. Address review comments

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1f370b7 View commit details
    Browse the repository at this point in the history
  4. Improve docs

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5e6a4ee View commit details
    Browse the repository at this point in the history
  5. fmt

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2e71222 View commit details
    Browse the repository at this point in the history
  6. More fmt

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bb53cd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    add523e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ec95c1 View commit details
    Browse the repository at this point in the history
  9. Parallelise tag value search

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    321eede View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    deddcf8 View commit details
    Browse the repository at this point in the history
  11. Parallelise tag value search

    mapno committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    abe3820 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    db09963 View commit details
    Browse the repository at this point in the history
  2. Collect thread-safe

    mapno committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a2c456d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Simplify single selector regexp

    mapno committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    02d1c64 View commit details
    Browse the repository at this point in the history
  2. Revert to adding hyphen

    mapno committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cef3606 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    5a94762 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    mapno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    dfd6724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3e338 View commit details
    Browse the repository at this point in the history
  4. Fix merge

    mapno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1d64c0e View commit details
    Browse the repository at this point in the history
  5. Address review comments

    mapno committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    bec810c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Extract query from query params

    mapno committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    284471c View commit details
    Browse the repository at this point in the history