-
-
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
Fix org visibility bug when git cloning #6743
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6743 +/- ##
==========================================
+ Coverage 40.97% 41.04% +0.06%
==========================================
Files 421 421
Lines 57934 57936 +2
==========================================
+ Hits 23739 23777 +38
+ Misses 31035 31002 -33
+ Partials 3160 3157 -3
Continue to review full report at Codecov.
|
It's ready to review. |
Drone fails |
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.
Use: "anonymous user", or "not logged in user" instead of "unlogin user" in comments.
Change the names of user22 and user23 to limitedorg and privateorg or similar - then it's clear what they are for future tests and makes the tests less confusing.
Please backport |
* fix org visibility bug * fix permission check * add integration tests * fix tests * change test user name for easier maintainance and fix test * fix test git repo name
Should fix #6491,
but if someone could add some tests are better. I'm so sleepy so have to go to bed now.Integration tests added.