-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding search functionality to repos #117
Merged
dhoehna
merged 18 commits into
feature/dhoehna/SearchOptionsForGettingRepositories
from
user/dhoehna/SupportingMultipleFieldInputs
Feb 20, 2024
Merged
Adding search functionality to repos #117
dhoehna
merged 18 commits into
feature/dhoehna/SearchOptionsForGettingRepositories
from
user/dhoehna/SupportingMultipleFieldInputs
Feb 20, 2024
Conversation
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
dhoehna
requested review from
EricJohnson327,
ssparach,
vineeththomasalex,
dkbennett,
krschau,
AmelBawa-msft and
a team
February 10, 2024 00:40
krschau
reviewed
Feb 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would probably be good to separate out the .Net 8 changes into its own PR.
bbonaby
reviewed
Feb 15, 2024
Co-authored-by: Branden Bonaby <[email protected]>
Co-authored-by: Branden Bonaby <[email protected]>
Done. I'll have the .NET changes in another PR. |
dhoehna
changed the base branch from
main
to
feature/dhoehna/SearchOptionsForGettingRepositories
February 15, 2024 21:24
dhoehna
commented
Feb 16, 2024
dhoehna
commented
Feb 16, 2024
dhoehna
commented
Feb 16, 2024
bbonaby
reviewed
Feb 20, 2024
bbonaby
approved these changes
Feb 20, 2024
dhoehna
merged commit Feb 20, 2024
80e3ffe
into
feature/dhoehna/SearchOptionsForGettingRepositories
1 of 3 checks passed
dhoehna
added a commit
that referenced
this pull request
Mar 21, 2024
* Adding search functionality to repos (#117) * Building with new SDK. Have not tested * WIP * Handling the new SDK + .NET 8.0 * Adding comments * Fixing some errors * Using updated SDK * Update src/AzureExtension/Providers/RepositoryProvider.cs Co-authored-by: Branden Bonaby <[email protected]> * Update src/AzureExtension/Providers/RepositoryProvider.cs Co-authored-by: Branden Bonaby <[email protected]> * Reverting .NET 8 changes * Slipped through * Removing IRepositoryProvider since IRepositoryProvider2 requires it. * Using lock * USing locks instead of tasks * Moving return to inside the lock. * typo --------- Co-authored-by: Darren Hoehna <[email protected]> Co-authored-by: Branden Bonaby <[email protected]> * Enable searching. (#136) * Eeeyyy, it works. :) * Removing local source * Adding comments to explain the server search code. * Addressing comments. * Update src/AzureExtension/Strings/en-US/Resources.resw Co-authored-by: Branden Bonaby <[email protected]> * Moving reading code outside of the lock. * Adding some race-condition checking --------- Co-authored-by: Darren Hoehna <[email protected]> Co-authored-by: Branden Bonaby <[email protected]> * Change * Updating to new SDK * Removing local package source --------- Co-authored-by: Darren Hoehna <[email protected]> Co-authored-by: Branden Bonaby <[email protected]>
huzaifa-d
pushed a commit
that referenced
this pull request
Apr 1, 2024
* Adding search functionality to repos (#117) * Building with new SDK. Have not tested * WIP * Handling the new SDK + .NET 8.0 * Adding comments * Fixing some errors * Using updated SDK * Update src/AzureExtension/Providers/RepositoryProvider.cs Co-authored-by: Branden Bonaby <[email protected]> * Update src/AzureExtension/Providers/RepositoryProvider.cs Co-authored-by: Branden Bonaby <[email protected]> * Reverting .NET 8 changes * Slipped through * Removing IRepositoryProvider since IRepositoryProvider2 requires it. * Using lock * USing locks instead of tasks * Moving return to inside the lock. * typo --------- Co-authored-by: Darren Hoehna <[email protected]> Co-authored-by: Branden Bonaby <[email protected]> * Enable searching. (#136) * Eeeyyy, it works. :) * Removing local source * Adding comments to explain the server search code. * Addressing comments. * Update src/AzureExtension/Strings/en-US/Resources.resw Co-authored-by: Branden Bonaby <[email protected]> * Moving reading code outside of the lock. * Adding some race-condition checking --------- Co-authored-by: Darren Hoehna <[email protected]> Co-authored-by: Branden Bonaby <[email protected]> * Change * Updating to new SDK * Removing local package source --------- Co-authored-by: Darren Hoehna <[email protected]> Co-authored-by: Branden Bonaby <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the pull request
Implementing IRepositoryProvider2. This allows the provider to accept search terms to filter down what repositories are returned from GetRepositoriesAsync.
References and relevant issues
This PR depends on the SDK change here
Detailed description of the pull request / Additional comments
Validation steps performed
Ran manually. Cloned a repo.
All tests pass.
PR checklist
Movie!