Skip to content
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

[github] Fetch remote dangling commits #2945

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rgmz
Copy link
Contributor

@rgmz rgmz commented Jun 9, 2024

Description:

This fixes #2494.

It relies on #1918 being merged.

Caveats/Limitations of GitHub's Events API

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch from efceab8 to e9c7ea3 Compare June 9, 2024 02:19
@rgmz rgmz changed the title Feat/GitHub/remote dangling commits [github] Fetch remote dangling commits Jun 9, 2024
@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch 6 times, most recently from 53964de to ec6898f Compare June 10, 2024 19:38
@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch 4 times, most recently from 4e3df24 to 65a65f2 Compare June 21, 2024 03:27
@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch 18 times, most recently from d178233 to f601e0b Compare July 6, 2024 17:41
@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch 2 times, most recently from cbc6888 to 94e3840 Compare July 6, 2024 17:45
@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch 3 times, most recently from 5314dce to 97c1d83 Compare November 8, 2024 14:01
'Hidden' refs, such as 'refs/pull/1004/head' may cause confusion if reported upon. GitHub, for example, will display a banner saying that the commit doesn't belong to the repository.
This parse the output of 'git log --source' and converts it to a human-readable format, IF the ref is 'hidden'.
@rgmz rgmz force-pushed the feat/github/remote-dangling-commits branch from 97c1d83 to a773a8d Compare November 11, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Improve Github repository scan to include remote dangling commits
1 participant