bigkevmcd / tekton-polling-operator

A simple git repository poller.
Apache License 2.0
26 stars 12 forks source link

Improve endpoint detection logic. #2

Closed bigkevmcd closed 3 years ago

bigkevmcd commented 3 years ago

When parsing the RepoURL, if the host ends in github.com then append an "api." to it.

This handles the normal "https://github.com/my-org/my-repo.git" case, as well as private installations within the github.com domain-space e.g "https://my-company.github.com/my-org/my-repo.git".

Fixes: #1

bigkevmcd commented 3 years ago

@doct0r this should help.