Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339873 - [client] Move git-status.html to org.eclipse.orion.client.git
Summary: [client] Move git-status.html to org.eclipse.orion.client.git
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 08:00 EDT by Szymon Brandys CLA
Modified: 2011-09-01 11:42 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.