Add search filter for personal vs org repos
Created by: dadlerj
Requested by https://app.hubspot.com/contacts/2762526/company/732945850
Context in:
- https://sourcegraph.slack.com/archives/CSKMGUJ58/p1593703888139400
- https://sourcegraph.slack.com/archives/CSKMGUJ58/p1599143780009200
FYI, I had another customer request the ability to filter out "personal" repos again today.
I'd like to see it implemented as global and search-specific options. In other words, I'd like to set the default to not include personal repos and let individual searches include them, but it's possible other installs might want to include them by default.
And a recent update, after discussing whether this was possible to fetch from the GitLab API or not:
@dan, wanted to let you know that @____ found a way in the API to distinguish group from individual repos. There is a "type" in the namespace when getting a project that distinguishes this.
For instance, when I get https://$REDACTED-GITLAB-URL/api/v4/projects/$REDACTED-PROJECT/
Related: