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

Bug 334477

Summary: allow submitting of reviews from task editor
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: b.muskalla
Version: unspecifiedKeywords: noteworthy
Target Milestone: 0.7   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 333945    

Description Steffen Pingel CLA 2011-01-16 05:22:11 EST
Support a basic commit operation for posting of a comment and voting (code review and verification).
Comment 1 Steffen Pingel CLA 2011-02-14 01:23:16 EST
I have made some progress on this but haven't pushed by changes. The basic idea is to encode required Gerrit data objects as JSon streams in Task Data. That avoids a lot of marshaling for Gerrit specific data and provides a nice Java API for modifying Gerrit objects.
Comment 2 Steffen Pingel CLA 2011-02-21 05:34:24 EST
Added support for abandoning, restoring, submitting and publishing of reviews from the task editor. For the initial release all operations are performed online against the repository through modal dialogs to simplify the implementation. We can consider offline support for a future iteration.