Skip to content
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

Add support for grouping repos in sub folders (feature request) #70

Open
gregsohl opened this issue Apr 30, 2013 · 4 comments
Open

Add support for grouping repos in sub folders (feature request) #70

gregsohl opened this issue Apr 30, 2013 · 4 comments
Labels

Comments

@gregsohl
Copy link
Collaborator

It would be useful to group multiple related repositories under a sub folder. For example:

Project Repo 1
Project Repo 2
Utilities\
    Utility Repo 1
    Utility Repo 2 

The code does not appear to be too far from being able to support this. Would need some URL / routing semantics and enhancements to repo folder detection, along with drill down in the UI.

@otac0n
Copy link
Owner

otac0n commented May 30, 2013

Do you have a proposed URL structure for this, BTW?

@gregsohl
Copy link
Collaborator Author

I was thinking of inserting the folder between the Action and the Repo name.

ex.
https://server/manage/subfolder/MyRepo.git
https://server/browse/subfolder/MyRepo.git
https://server/git/subfolder/MyRepo.git

I was thinking there were one or two routes that didn't fall well into this and would need adjustment. For example the graph controller uses: "browse/{repo}/graph". Would it make sense to change it to "graph/{repo}"?
Search and syndication are the same way.

Minor changes, but breaking of people existing URLs.

@otac0n
Copy link
Owner

otac0n commented May 31, 2013

Wouldn't that make the URLs ambiguous, potentially?
On May 30, 2013 8:16 AM, "Greg Sohl" [email protected] wrote:

I was thinking of inserting the folder between the Action and the Repo
name.

ex.
https://server/manage/subfolder/MyRepo.git
https://server/browse/subfolder/MyRepo.git
https://server/git/subfolder/MyRepo.git

I was thinking there were one or two routes that didn't fall well into
this and would need adjustment. For example the graph controller uses:
"browse/{repo}/graph". Would it make sense to change it to "graph/{repo}"?
Search and syndication are the same way.

Minor changes, but breaking of people existing URLs.


Reply to this email directly or view it on GitHubhttps://github.com//issues/70#issuecomment-18687019
.

@topcats
Copy link

topcats commented Sep 30, 2014

Yes please
I also use subfolders for Repo
and this would be very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants