Skip to content

feat: add 'Your Branches' search filter #749

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

Merged
merged 5 commits into from
May 30, 2025
Merged

Conversation

egekocabas
Copy link
Member

@egekocabas egekocabas commented May 23, 2025

Motivation

Refer to #716

  • If user logged in then show the 'Your Branches' filter
  • Filter branches using the latest commit author login (username) comparing loggedIn user's preferredUsername using toLowerCase

Screenshots

image
image

Copy link

codacy-production bot commented May 23, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.05% (target: -1.00%) 23.08%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5078ff6) 7687 998 12.98%
Head commit (8b86689) 7694 (+7) 1003 (+5) 13.04% (+0.05%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#749) 26 6 23.08%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@egekocabas egekocabas marked this pull request as ready for review May 23, 2025 00:41
@egekocabas egekocabas requested a review from a team as a code owner May 23, 2025 00:41
Copy link
Member

@TurkerKoc TurkerKoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great feature, and nice one dealing the guest users! 💯

@TurkerKoc TurkerKoc merged commit db4c52f into staging May 30, 2025
16 checks passed
@TurkerKoc TurkerKoc deleted the feat/add-my-branches branch May 30, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add own branches section or filter in Continous Integration and Deployment
2 participants