Add a new extension hook for registering SCMTools.
Review Request #12395 — Created June 21, 2022 and submitted — Latest diff uploaded
Now that SCMTools are backed by a registry instead of relying entirely
on entry points and theregisterscmtools
management command, we can
make it easier for extensions to add new ones. This change adds a new
extension hook,SCMToolHook
, for doing so. It works very similarly to
the existing hook for hosting services.
- Ran unit tests.
- Built and reviewed docs.