Allow hosting services to define URLs for the service.
Review Request #15141 — Created June 26, 2026 and submitted — Latest diff uploaded
Hosting service subclasses have long been able to define URL patterns,
but these were always scoped under a repository ID. This change adds
another class attribute for defining URLs that are for the hosting
service generally.
Used this from within other changes.