Closed disaac closed 4 months ago
Fixes Issue #292 works around issue #294 until updated to support pip > 24.0. Should be Ready for merge as is.
I'm excited to see all your contributions! I'm away all this week on holiday so I'll get up to speed late next week. Thanks
On Mon, Jul 1, 2024, 9:36 AM Daniel @.***> wrote:
Fixes Issue #292 https://github.com/lardbit/nefarious/issues/292 works around issue #294 https://github.com/lardbit/nefarious/issues/294 until updated to support pip > 24.0. Should be Ready for merge as is.
— Reply to this email directly, view it on GitHub https://github.com/lardbit/nefarious/pull/297#issuecomment-2200595212, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKYIKNF7UJBO3AE25NFYWV3ZKGAQHAVCNFSM6AAAAABKF4AB46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBQGU4TKMRRGI . You are receiving this because your review was requested.Message ID: @.***>
This looks good and works well for me. I made some minor/cosmetic changes.
feat: Support scoping jackett searches with filter
all
leaving current behavior in place.nefarious_settings.jackett_filter_index
verify_settings_jackett
to include the setnefarious_settings.jackett_filter_index
during verificationget_jackett_search_url
to return with the currentnefarious_settings.jackett_filter_index
used.Issue: Fixes Issue https://github.com/lardbit/nefarious/issues/292
chore: Lock in pip to version 24.0
Issue: https://github.com/lardbit/nefarious/issues/294
fix: Updating UI / Recreate migration
Fixes: Issue https://github.com/lardbit/nefarious/issues/292
Related chore issues: Issue #294 and Issue #296