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

Support filtering for multiple statuses when searching beatmaps in the map picker #27635

Merged
merged 10 commits into from
Mar 26, 2024

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    0a69602 View commit details
    Browse the repository at this point in the history
  2. chore: correct equal logic

    vladfrangu committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e1c1609 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. chore: requested changes

    vladfrangu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d0678bf View commit details
    Browse the repository at this point in the history
  2. chore: correct doc string

    vladfrangu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    77119b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Use HashSet instead of SortedSet

    No need for it to be sorted.
    bdach committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    feaf59e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320373e View commit details
    Browse the repository at this point in the history
  3. Retouch update criteria method

    bdach committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    af3f7dc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update tests to match new expected behaviour

    Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
    bdach and vladfrangu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c24eb06 View commit details
    Browse the repository at this point in the history
  2. Update OptionalSet implementation to intersect across multiple filt…

    …ers rather than union
    bdach committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e52d51c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56dc6bb View commit details
    Browse the repository at this point in the history