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
For the purpose of this service we should avoid indexing private repositories. Since for some services we might require using API keys, if service returns private ones, we should avoid it "explicitly".
From prior "research" it seems that forgejo has query option to avoid listing private repos, so it should be used while querying such services. And such option is absent on GIN so we might not be able to avoid listing them but we should be able to filter out post-fact using private attribute.
The text was updated successfully, but these errors were encountered:
@yarikoptic For the record, using the below script, I was unable to find any private DataLad-using repositories on GIN or hub.datalad.org that were listed in datalad-repos.json:
For the purpose of this service we should avoid indexing private repositories. Since for some services we might require using API keys, if service returns private ones, we should avoid it "explicitly".
From prior "research" it seems that forgejo has query option to avoid listing private repos, so it should be used while querying such services. And such option is absent on GIN so we might not be able to avoid listing them but we should be able to filter out post-fact using
private
attribute.The text was updated successfully, but these errors were encountered: