redhat-actions / openshift-github-connector

OpenShift <--> GitHub connector app
3 stars 5 forks source link

App screws up if lots of repos are enabled #10

Closed tetchel closed 3 years ago

tetchel commented 3 years ago

Only 30 repos can be retrieved per github API request. So if you enable more than 30 repos, they will get cut off. The requests have to be paginated.

The UI that lists repos also has to be updated to have a max-height, and be scrollable and searchable.