-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of ProviderBuilder by repo handler (#3224)
Relates to #2845 1. Move the bulk provider instantiation for remote repo listing behind the provider manager interface. 2. Change the repo creation method in the repo service to instantiate its own provider. The handler still queries the table of providers to search for an appropriate provider. I have decided to not put this behind the ProviderManager at this time since I feel like the right place to do this sort of logic may change in subsequent PRs.
- Loading branch information
Showing
14 changed files
with
263 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.