Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 339873

Summary: [client] Move git-status.html to org.eclipse.orion.client.git
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: susan, tomasz.zarna
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Szymon Brandys CLA 2011-03-14 08:00:25 EDT
git-status.html resides in org.eclipse.orion.client.core right now. It should be moved to org.eclipse.orion.client.git.
Comment 1 libing wang CLA 2011-03-14 15:20:19 EDT
we also need to wrap all the server APIs to git service and make all the actions similar to actions in navigation table.   I will track theses changes in this bug.
Comment 2 libing wang CLA 2011-03-17 10:16:36 EDT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339205 addresses the "wrap all the server APIs to git service".
Comment 3 Szymon Brandys CLA 2011-03-18 04:53:58 EDT
(In reply to comment #2)
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=339205 addresses the "wrap all
> the server APIs to git service".

Not really. Bug 339205 is to move GitService to a plug-in what we already did for FileService. I would expect to move all the Git API you are using in the compare editor to the current Git Service first.

So if you have any Git UI or Git logic implemented in org.eclipse.orion.client.core, please move it to org.eclipse.orion.client.git.
Comment 4 libing wang CLA 2011-04-04 19:38:52 EDT
fixed with 3db91995b5b2393428d93b5eafde27048b51494b.
Moved all git related stuff to org.eclipse.orion.client.git.
Moved all git related http request to gitClient.