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
It'd be nice to be able to mirror GitHub repos of specific type(s).
Note that currently Zoekt lists and mirrors orgs by calling getUserRepos. Check the comments on #71.
If we want to implement this feature, we'll need to introduce GithubOrg in addition to GithubUser since the type request parameter differs between these entities.
in #71 we decided that users and orgs are the same for the purposes of mirroring, so I don't understand what this issue is about. What do you want to do that you cannot do today?
Can someone list/mirror repos of specific type (e.g. owner for a user) in the current implementation of the GitHub mirror?
I've added this option to BitBucket Server mirror here, but this hasn't been introduced yet in the GitHub mirror here.
In #71 we indeed decided there's no difference in the current implementation. This is because we haven't yet introduced filtering by type in the repos. If we do so (as part of this feature request) we need to treat orgs and users differently.
Let me know if that makes sense or if I'm missing anything.
@nikos912000@hanwen On a somewhat related note, I submitted a patch earlier today that adds GithubOrg support to the mirror config. I found the change necessary to retrieve private repositories from a github organization using a properly scoped access token.
It'd be nice to be able to mirror GitHub repos of specific type(s).
Note that currently Zoekt lists and mirrors orgs by calling
getUserRepos
. Check the comments on #71.If we want to implement this feature, we'll need to introduce
GithubOrg
in addition toGithubUser
since thetype
request parameter differs between these entities.See here and here.
The text was updated successfully, but these errors were encountered: