Upsource 3.0 Help

Reviewing teammates changes

As a reviewer you typically perform the following sequence of tasks:

  • Go to the review and examine the changes.
  • Leave your feedback and participate in discussion.
  • Optionally invite other participants.
  • Complete review by accepting or raising concern about the changes.

Examine changes

When someone invites you to take part in a review, you'll receive a notice in your email containing a direct link to that review.

Follow the link to proceed to the review page.

Its main pane shows the review timeline that lists all events and comments related to the review:

assets/codereview/CR_postedGenComm_large.png

The files with changes are listed under the Overview tab. Click on the file name to display the inline diff:

CR_click_file_for_diff.png

From here you can go to a side-by-side diff or view the entire file by pushing the corresponding button. These views let you thoroughly examine the code: Find usages, Go to declaration, View hierarchy of a selected element, and more.

assets/codereview/CR_review_inline_diff_large.png

To return to the timeline view, click Timeline or press Esc:

CR_click_timeline.png

Participate in discussion

You can post comments, addressing them to the author and other participants, and reply to the comments left by others.

There are three types of comments:

  • Review comment is not tied up to any particular file or part of code - its subject matter may be anything within the scope of the review.
  • Code selection comment is intended to pinpoint a particular code fragment in one of the files being reviewed.
  • Line comment is associated with a specific line of code.

To post a review comment

  • Type your message in the text field at the bottom and click Add Comment:

    assets/codereview/CR_genComment_large.png

To post a line comment

  1. Click on the desired file to display its inline diff.
  2. Select the line you want to comment on by clicking the edit icon to the left:
    Add line comment
  3. Enter your message in the text box and click Add comment:
    Add line comment

To post a code selection comment:

  1. Select the desired file and go Side-by-side diff or View file.
  2. Select the lines you want to discuss and choose Comment on selection from the pop-up menu.
  3. Type in your message and click Add Comment:
    assets/codereview/CR_comMenu_large.png

Posted code selection comments and line comments are embedded in code and highlighted with yellow.

assets/codereview/CR_inlineComment_large.png

When a discussion thread comes to a logical end, either you or the author can mark it as resolved.

Invite participants

Add participants as reviewers or watchers depending on the action you want them to take.

To add a reviewer or a watcher

  1. Open the review and under the Overview tab click the plus sign below the corresponding heading.
  2. Select the name from the pop-up list:
    assets/codereview/CR_pickReviewer_large.png

You can also add watchers while posting a comment - just type @ in the text field and the same list will appear.

You can add as many participants as you wish and whenever you wish. The people you add are notified via e-mail and Upsource news feed.

To remove a participant, click on its user pic and confirm the deletion:

Remove participant

Complete review

If you're satisfied with the changes and consider your work done, press Accept. If you find them questionable, press Raise concern.

Complete review
Last modified: 8 November 2016