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
Fetching all user repos (over 100) was not hard. But I am working on fixing tests and that is getting a little tricky. When I cloned the repo, 7 tests in spec/ossboard/repositories/task_repository_spec.rb were failing, so I am looking into those too. Getting "{"error":"Unauthorized"}" related to gitlab issues in some other tests. I am wondering how user_repos could have caused that.
Now we have simple code which displays only first 100 user repos:
https://github.com/ossboard-org/ossboard/blob/master/apps/api/controllers/user_repos/show.rb#L20-L22
What we need show (call N times URL until data will be empty) all repos on this page:
http://www.ossboard.org/users/<username>/settings
P.S.: Also we need to update our tests for this action for this
The text was updated successfully, but these errors were encountered: