-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
SearchRepositoryByName improvements and unification #6897
SearchRepositoryByName improvements and unification #6897
Conversation
Fixes #6670 |
Codecov Report
@@ Coverage Diff @@
## master #6897 +/- ##
==========================================
+ Coverage 41.41% 41.47% +0.06%
==========================================
Files 441 441
Lines 59724 59663 -61
==========================================
+ Hits 24732 24745 +13
+ Misses 31755 31695 -60
+ Partials 3237 3223 -14
Continue to review full report at Codecov.
|
👍 tested for a while and fixes all of those linked issues thanks much! |
@techknowlogick Please consider backporting to 1.8. Thanks. |
* SearchRepositoryByName improvements and unification (#6897) * Update tests Co-Authored-By: zeripath <[email protected]> * Update tests Co-Authored-By: zeripath <[email protected]> * Update tests Co-Authored-By: zeripath <[email protected]> * Fix tests
This PR improves SearchRepositoryByName to return repositories that are accessible to the current user and returns public repositories that a user is a member of a team of.
Fixes #5454
Fixes #6670
Fixes #6195
Likely some others too