flake8
passed.
JSHint
passed.
Review Request #13972 — Created June 11, 2024 and submitted
The
tool=
parameter for the repositories API was implemented using
SCMTool names, but we've had various issues in the past where names were
fluid for one reason or another. This change makes it so we can pass in
the SCMTool ID for this parameter as well.Additionally, we had a bug where passing as unknown name to this
parameter would cause a crash in the API because the tool returned from
the registry lookup wasNone
. This has been fixed to just skip adding
that to the list.
Ran unit tests.
Summary | ID |
---|---|
88fcc8e18bf0e577f1994de073bc7521ef0c2784 |