You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup:
I have the latest hound running scraping private Github repos via git@ urls.
Bug:
After doing a search, if follow the Excluded Files to /excluded_files.html, then select a repo, and select a specific file the link is invalid. The blob is undefined, ex: https://github.com/some-org/some-repo/blob/undefined/path/to/excluded/file. The links to files with matches in it however works as expected and the blob is defined as the checked out commit.
The text was updated successfully, but these errors were encountered:
kinghrothgar
changed the title
Bug: excluded files link blob undefined
Bug: excluded files link broken with blob undefined
Jul 1, 2022
Setup:
I have the latest hound running scraping private Github repos via
git@
urls.Bug:
After doing a search, if follow the
Excluded Files
to/excluded_files.html
, then select a repo, and select a specific file the link is invalid. The blob is undefined, ex:https://github.com/some-org/some-repo/blob/undefined/path/to/excluded/file
. The links to files with matches in it however works as expected and the blob is defined as the checked out commit.The text was updated successfully, but these errors were encountered: