fix(abs): improve review search matching#599
Merged
Merged
Conversation
7e44282 to
7b6f973
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
vavallee
added a commit
that referenced
this pull request
May 12, 2026
Critical user-reported fixes: - #594 backup creation crashes Settings page (regression from v1.9.0) - #562 Hardcover list sync GraphQL query (broken since v1.1.0) - #560 proxy auth /auth/status bypass (proxy mode totally non-functional) - #531 NZBGet Prowlarr-proxy empty NZB (apikey not signed on download URLs) - #563 author matching token-overlap false positives - #596 Hardcover enhanced series default on - #599 ABS review search UX - #592/#543 queue timestamps Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[Unreleased]changelog entry.Checklist
docs/DEPLOYMENT.mdupdated if env vars, config, or upgrade path changed - N/A, no deployment/config surface changedCHANGELOG.md[Unreleased]section updatedTest plan
git diff --check upstream/main...HEADgofmt -l .npm test -- SettingsPage.absReview.test.tsxnpm cinpm run lint(passes with existing warnings)npm run typechecknpm run buildGOTOOLCHAIN=go1.25.10 GOCACHE=<tmp>/bindery-gocache go vet ./...GOTOOLCHAIN=go1.25.10 GOCACHE=<tmp>/bindery-gocache GOLANGCI_LINT_CACHE=<tmp>/bindery-golangci-cache <tmp>/bindery-bin/golangci-lint run --timeout=5mGOTOOLCHAIN=go1.25.10 GOCACHE=<tmp>/bindery-gocache <tmp>/bindery-bin/govulncheck ./...GOTOOLCHAIN=go1.25.10 GOCACHE=<tmp>/bindery-gocache go test ./cmd/... ./internal/...