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

feat: Support scoping jackett searches with filter #297

Merged

Commits on Jun 25, 2024

  1. feat: Support scoping jackett searches with filter

    * Created new setting for jackett that allows specifying a [filter-index](https://github.com/Jackett/Jackett?tab=readme-ov-file#filter-indexers) when not set will default to `all` leaving current behavior in place.
    * Updated initial migrations to include new `nefarious_settings.jackett_filter_index`
    * Updated `verify_settings_jackett` to include the set `nefarious_settings.jackett_filter_index` during verification
    * Updated `get_jackett_search_url` to return with the current `nefarious_settings.jackett_filter_index` used.
    
    Issue: [Fixes Issue #292](#292)
    disaac committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cc12db9 View commit details
    Browse the repository at this point in the history
  2. django db migrations

    lardbit committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fa48779 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore: Lock in pip to version 24.0

    * Installing pip 24.0 to avoid build failure see [pypa/pip#12063](pypa/pip#12063)
    * FIxes Issue #294
    
    Issue: #294
    disaac committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    43a8980 View commit details
    Browse the repository at this point in the history
  2. fix: Updating UI / Recreate migration

    * Updated the UI to show the filter-index label
    * Added link to documentation for filter-index for the label.
    * Re ran migration to recreate after updates and deleted previous one.
    
    Fixes: Issue #292
    disaac committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    01f5cf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. concise pip params

    lardbit committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    590b142 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    948c39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6567daa View commit details
    Browse the repository at this point in the history