This issues highlights some problem areas using the "Search for Project Repository" after logging in with GitLab on https://badging.chaoss.community/badge
Major problems
No pagination - search is only returning first page of results and no pagination preventing full list of repositories from appearing
No exact match prioritization - search does not have exact match prioritization preventing search for exact repository
Minor annoyances
No repeat search - after entering in the search box the search cannot be used again and no results appear in the dropdown
Spaces required between slashes - when searching for a path directory a space is required before and after slashes. (E.g. GitLab.org / gitlab works but GitLab.org/gitlab brings up nothing)
Per @zillemarco: "The list of repo is fetched right after the user logged id and an access token was retrieved. After the OAuth generated a token, it scans the repos with the token and returns that back to the frontend."
Summary
This issues highlights some problem areas using the "Search for Project Repository" after logging in with GitLab on https://badging.chaoss.community/badge
Major problems
Minor annoyances
GitLab.org / gitlab
works butGitLab.org/gitlab
brings up nothing)Source code links relevant for 1 & 2 above:
Notes
Per @zillemarco: "The list of repo is fetched right after the user logged id and an access token was retrieved. After the OAuth generated a token, it scans the repos with the token and returns that back to the frontend."