zed/crates/zed
Marshall Bowers 88c4e0b2d8
Add a registry for GitHostingProviders (#11470)
This PR adds a registry for `GitHostingProvider`s.

The intent here is to help decouple these provider-specific concerns
from the lower-level `git` crate.

Similar to languages, the Git hosting providers live in the new
`git_hosting_providers` crate.

This work also lays the foundation for if we wanted to allow defining a
`GitHostingProvider` from within an extension. This could be useful if
we wanted to extend the support to work with self-hosted Git providers
(like GitHub Enterprise).

I also took the opportunity to move some of the provider-specific code
out of the `util` crate, since it had leaked into there.

Release Notes:

- N/A
2024-05-06 21:24:48 -04:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources linux: Use app_id as filepath for desktop file (#11337) 2024-05-03 11:03:55 +02:00
src Add a registry for GitHostingProviders (#11470) 2024-05-06 21:24:48 -04:00
build.rs windows: Move manifest file to gpui (#11036) 2024-04-26 13:56:48 -07:00
Cargo.toml Add a registry for GitHostingProviders (#11470) 2024-05-06 21:24:48 -04:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00