Community
Participate
Working Groups
Support a basic commit operation for posting of a comment and voting (code review and verification).
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.
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.