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

Default view filters #4962

Merged
merged 10 commits into from
Jun 18, 2024
Merged

Commits on Jun 12, 2024

  1. Merge/adapt from yoshnopa:defaultDetails

    Co-authored-by: yoshnopa <usingusenet@protonmail.com>
    WithoutPants and yoshnopa committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3ad564d View commit details
    Browse the repository at this point in the history
  2. Tidying

    WithoutPants committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6c439f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e570147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11dd473 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    WithoutPants committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1055f74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    580f4fb View commit details
    Browse the repository at this point in the history
  7. Add config migration

    WithoutPants committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    891147b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    eed95fc View commit details
    Browse the repository at this point in the history
  2. Add migration note

    WithoutPants committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5d03e55 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix type of filter map in migration

    Setting it to map[string]map[string]interface{} meant that when setting the partial, it wasn't able to convert to map[string]interface{} and caused a full overwrite of the default filters if saved after the migration.
    WithoutPants committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0d4e8ec View commit details
    Browse the repository at this point in the history