Gitea: Feature Hidden Branches

Created on 2 Mar 2020  路  10Comments  路  Source: go-gitea/gitea

Idear: like hidden issue but for a branch (to develop a securety fix or have specific secret files/infos/config versioned but be able po publish the rest ...)

kinproposal

Most helpful comment

At which point it starts to look a lot like a private fork...

All 10 comments

I'm not sure it's possible using git. A git fetch will bring everything to the client. It will be more like a "treat with discretion" branch.

if git we can filt reverences of git I think this is posible ... but I dont know/looked-at the internals how git fetch is handled so i only can gues for now

There's other problems with guessing shas, the private objects would need to be kept completely within a separate object db.

At which point it starts to look a lot like a private fork...

We may could replace git http protocol when you read refs/heads and ssh protocol on gitea serv.

It's not just the ref heads it's all the objects associated with the ref heads. You can't pack any objects from the private refs into packs that non authorized users can download.

Private branches are why gitlab can't support git v2 wire protocol.

The best answer is probably to better support forks - allow porting of PRs between forks, perhaps allow private forks of org projects to permit team members etc.

I think this was a nice idear but a private fork can act similar ...

It looks like implementing would result in more resource usage and dev time ... so close it?

It's really attractive , but may be it was hard because of git's permission and hock system not have suport , may be we should directly do some change on git, to make it have more permission choices.
by the way, dose we have hidden issue function now, thanks.

@a1012112796 -> #3217 (no, we dont)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BRMateus2 picture BRMateus2  路  3Comments

Fastidious picture Fastidious  路  3Comments

cookiengineer picture cookiengineer  路  3Comments

lunny picture lunny  路  3Comments

kolargol picture kolargol  路  3Comments