-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
WIP: add support for private repos to open issues or wiki #5833
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
Conversation
beea6d0
to
6e507bd
Compare
Codecov Report
@@ Coverage Diff @@
## master #5833 +/- ##
=========================================
Coverage ? 38.67%
=========================================
Files ? 330
Lines ? 48591
Branches ? 0
=========================================
Hits ? 18794
Misses ? 27074
Partials ? 2723
Continue to review full report at Codecov.
|
4a8bbe5
to
a113f80
Compare
if p.UnitsMode == nil { | ||
return p.AccessMode >= AccessModeRead | ||
} | ||
return len(p.UnitsMode) > 0 | ||
} | ||
|
||
// UnitAccessMode returns current user accessmode to the specify unit of the repository | ||
// UnitAccessMode returns the unit's minial accessmode to be accessed |
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.
I am guessing minial is supposed to minimal ?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
Hi, is there news about this merge? I would really like to see #639 resolved. Is this planned soon? |
I may continue the work on this during v1.12. |
Thank you for the quick response :) When is v1.12. to come aprox? May means not sure, isn't it? |
Any ETA for this? Many thanks |
@FalconBFR Sorry, it's not ready for v1.12. |
@lunny Is being ready for v1.13 very likely or is it more of a possible but not that likely? (Just trying to organize myself) |
Has there been any progress on this issue? |
This feature would be very complex. For example: if a writer writes a private repo URL in the the repo's public Issue, it would leak something in future, GitHub can show the code referred in issue. In my environment, I just split repositories into two, one for private code, one for public issue/wiki. |
Is there any progress on this feature? It would be very useful for us because we then can drop our separate issue tracker system and thus reduce our effort. |
Closed as it's outdated. |
This PR will fix #639.