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
Add RepositoryID as part of the generated parameters in scmProvider
Motivation
In most cases when we need to get details for certain repo, using the name / namespace of the repo will required additional API call (first to search for the ID and then for the specific repo). By exposing the RepositoryID, we will be able to utilize it in various tools.
Proposal
From what it looks like, most (if not all) of the SCM providers already has the RepositoryID parameter. It should be exposed as a generated parameter.