Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

URL resolution improvements #1148

Merged
merged 5 commits into from
Nov 19, 2021
Merged

Conversation

Fs00
Copy link
Contributor

@Fs00 Fs00 commented Nov 13, 2021

This PR adds handling for special GitHub URL segments that the app previously treated mistakenly as GH users (such as /issues, /notifications, /timeline etc.).
The list of GitHub reserved names was also greatly expanded with page names of their website (all added pages have been manually checked).

I've also made a performance tweak to the RefPathDisambiguationTask, so that it doesn't unnecessarily try to resolve the ref to a branch/tag name when the ref is a SHA1. I don't think anyone sane would name a branch like <full SHA1>/something 😅

@maniac103 maniac103 merged commit 3727141 into slapperwan:master Nov 19, 2021
@Fs00 Fs00 deleted the url-resolution branch November 19, 2021 12:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants