Reducing the GitHub repositories shown in the Clone dialog
14 views
Skip to first unread message
Phil Beauvoir
unread,
Mar 22, 2024, 9:32:34 AM3/22/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SmartGit
Hi,
when I select Clone and select GitHub as the target, a list of GitHub repositories is shown in the dialog. However, not only are my own and my organizations' repositories shown in the list but it also seems to show every repository that I made a comment on (issue, PR, whatever). These are not typically repos that I want to clone.
What are the criteria for what is shown in the list and is there a way to filter it?
Regards,
Phil
syntevo Support
unread,
Mar 25, 2024, 6:53:09 AM3/25/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
There are Preferences, Low-Level Properties for the three main blocks "github.userQuery.include*".
In your case, I guess it's the repositories-affiliations configuration which is causing too many repositories to be included. Currently this can't be customized. Please try some variations with GitHub's GraphQL Explorer and let us know what works best for you:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SmartGit
Thanks for that Marc,
I think it is part of the "topRepositories" setting but I couldn't further refine this one. I guess the ones I'd be interested in are the ones where I've contributed code (PR, commit) rather than those where I've simply added a comment in the issue tracker.
Regards,
Phil
syntevo Support
unread,
Mar 25, 2024, 8:36:20 AM3/25/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to smar...@googlegroups.com
> I think it is part of the "topRepositories" setting but I couldn't further
> refine this one. I guess the ones I'd be interested in are the ones where
> I've contributed code (PR, commit) rather than those where I've simply
> added a comment in the issue tracker.
It seems that this can't be further refined (there is `affiliations` for `repositories` but not for `topRepositories`):