Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSEE/Review"

(New page: Reviews are done using the Gerrit Code Review tool. After code has been written, it is submitted to Gerrit which allows other developers a chance to review the code prior to it being merg...)
 
(Removing all content from page)
 
Line 1: Line 1:
Reviews are done using the Gerrit Code Review tool.  After code has been written, it is submitted to Gerrit which allows other developers a chance to review the code prior to it being merged into the baseline.  Information on how to configure git to use Gerrit can be found here: http://wiki.eclipse.org/Gerrit.  Comments can be made in Gerrit in-line of the changes.  After the code has been reviewed, use the “Review” button to complete the process.  A “-1” should be used if there are comments that need to be addressed prior to the code being merged in.  A “+1” should be used if the change looks good.  Once two developers have reviewed the code, a committer can then review the change with “+2” to merge the change into the baseline.  Note: A review of “-2” from a committer will block the change from being merged in. The IP portion of the review is for preventing unauthorized 3rd party libraries from being packaged with OSEE.  If no unapproved external dependencies are included in the change, a “+1” should be given by at least one reviewer.  The Verified portion of the review means that the change has been successfully built (i.e. the change does not break the build).  If the patch successfully builds, a “+1” should be given or a “-1” if the build fails.  (link to review checklist, gerrit workflow)
+
 

Latest revision as of 19:37, 12 February 2013

Back to the top