Gitea: Repository topic/labeling globally and within an organisation

Created on 22 Nov 2016  路  5Comments  路  Source: go-gitea/gitea

When the number of repositories of an organisation grows to an extent, it's going to be difficult to keep the repos well-organised and easy to find. In directory-oriented VCS like Subversion, that can be intuitively handled by directory hierarchy. Something like labels for Git repository would help improving the user experience.

Ideas?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

kinenhancement kinfeature kinproposal

Most helpful comment

This is like github topic.

All 5 comments

This needs to be optional for sure, Bitbucket is an example, they are providing some kind of folders now, but IMHO it's not done really good.

@tboerger What are the disadvantages of Bitbucket's approach? I have never used the feature at Bitbucket.

This is like github topic.

A tree-like directory view of repositories would still be useful than the Github topic (or they serve different purposes). For instance, we currently have dozens of small shared libraries which share a common umbrella to expose a set of APIs. It's similar to Qt and its subordinate modules. In order to avoid messing the libraries with other unrelated repos belonging to the same team, we could use sub-modules to emulate the tree view. But it would still require annoying linear-search from page to page to locate the meta repo if it's not on the first few pages. It's less optimal than what CVS/subversion can do when it comes to organize hierarchical relationships of projects.

Would really love to see GitHub like topics in Gitea! This would enable a bunch of possibilities. Was there already any progress in implementing this?

topics

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jonasfranz picture jonasfranz  路  3Comments

thehowl picture thehowl  路  3Comments

internalfx picture internalfx  路  3Comments

lunny picture lunny  路  3Comments

jakimfett picture jakimfett  路  3Comments