Skip to content

Conversation

@brendan-kellam
Copy link
Contributor

@brendan-kellam brendan-kellam commented Feb 4, 2026

Fixes #800

Summary by CodeRabbit

Release Notes

  • Bug Fixes
    • Fixed branch filter on the repos detail page to return results as expected.

@github-actions

This comment has been minimized.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 4, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Fixes a bug where branch filtering on the repository detail page returned no results by changing the RepoBranchesTable column accessor to treat each row as a string (the branch ref) instead of expecting a refName property.

Changes

Cohort / File(s) Summary
Documentation
CHANGELOG.md
Added a Fixed entry under Unreleased documenting the branch filter bug fix.
Branch Table Component
packages/web/src/app/[domain]/repos/components/repoBranchesTable.tsx
Replaced accessorKey: "refName" with id: "refName" and accessorFn: (row) => row so the column reads the row value (string) directly; cell rendering logic unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bkellam/fix-SOU-301

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@brendan-kellam brendan-kellam merged commit 19164fe into main Feb 4, 2026
8 checks passed
@brendan-kellam brendan-kellam deleted the bkellam/fix-SOU-301 branch February 4, 2026 02:05
@claude
Copy link

claude bot commented Feb 4, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Searching on filtered branches returns no results

2 participants