Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Repository list for logged in user doesn't show private repos #15

Closed
housseindjirdeh opened this issue Jul 12, 2017 · 5 comments
Closed

Comments

@housseindjirdeh
Copy link
Member

When clicking Repositories on the authenticated user profile screen, the list of repositories that shows is only public (unless actually searched for --> that call will show a private repo)

This is most likely due to endpoint that's hit by getRepositories in the user.actions. Although /users/${user}/repos is correct for other users --> we'll have to conditionally set the endpoint to be /user/repos for the authenticated user in order to see private repos in the list.

@krsjoseph
Copy link

Hey I'll take this issue on 👋

@housseindjirdeh
Copy link
Member Author

housseindjirdeh commented Jul 13, 2017

@krsjoseph Thank you so much, but it looks like there's a PR up for it already! Please don't hesitate to work on anything else if you would like however, and I appreciate it :)

@krsjoseph
Copy link

No worries I was view from mobile web. didn't see the referenced pr. was just looking at the tags.

@krsjoseph
Copy link

Is there a 'being worked on' or 'taken' tag? I think it'd be great so see from the issue list which issues were taken etc.

@housseindjirdeh
Copy link
Member Author

There is - there's an assigned tag. Will make sure to keep them all updated 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants