Skip to content

Fix profile contribution links for grouped repos#281

Open
GHX5T-SOL wants to merge 1 commit into
algora-io:mainfrom
GHX5T-SOL:fix/168-profile-contribution-links
Open

Fix profile contribution links for grouped repos#281
GHX5T-SOL wants to merge 1 commit into
algora-io:mainfrom
GHX5T-SOL:fix/168-profile-contribution-links

Conversation

@GHX5T-SOL
Copy link
Copy Markdown

Fixes #168.

Summary

  • Link profile contribution cards to an owner-scoped GitHub merged-PR search instead of the first repository in the owner group.
  • Add a LiveView regression covering two repositories under the same organization owner.

Validation

  • TEST_DATABASE_URL=postgresql://postgres:postgres@localhost:15432/algora_test mix test test/algora_web/live/user/profile_live_test.exs (1 test, 0 failures; local run still prints existing Oban sandbox shutdown logs after ExUnit completes)
  • mix format --check-formatted lib/algora_web/live/user/profile_live.ex test/algora_web/live/user/profile_live_test.exs
  • git diff --check
  • git diff HEAD~1..HEAD | gitleaks detect --pipe --no-banner --redact

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 20, 2026

CLA assistant check
All committers have signed the CLA.

@GHX5T-SOL GHX5T-SOL force-pushed the fix/168-profile-contribution-links branch from 2c88332 to 0c8bf9a Compare May 20, 2026 16:26
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.

Bug: Incorrect Profile data

2 participants