Community
Participate
Working Groups
We need UI to navigate through Git clones.
The work is in progress, however it was decided to move the work to M7.
The draft of this view can be viewed on: http://localhost:8080/git-clone.html#/git/clone/ however there is plenty do do: 1. We need to return something meaningful as clone name, I suggest repository URI 2. Some action on repositories should be available: I added sample action for "remove", however it's not implemented yet. I suppose we could add linking, git status (?) etc 3. I suppose I shound't display content location and id, but so far there are no other properties to be displayed to the user
Created attachment 191601 [details] /git/clone response (In reply to comment #2) > 1. We need to return something meaningful as clone name, I suggest repository > URI This is already happening. If you don't provide a name when creating a clone (POSTing on /git/clone), by default the clone's URI is used. See the attachment. > 2. Some action on repositories should be available: I added sample action for > "remove", however it's not implemented yet. Filed bug 340553 for that.
Created attachment 191602 [details] mylyn/context/zip
.
do we want to put the clones page in the page header links? (or is this to be covered in bug 340968) the file is globalCommands.js there is a commented out line where we used to put "Git" -> git status and could now put "Git" -> git clones
(In reply to comment #6) > do we want to put the clones page in the page header links? Szymon is planning to do it in Bug 343542.