blob: 3804734d53e0fd46a4f83cbdcb7aee73ac21e2e9 [file] [log] [blame]
Edwin Kempin4fd84c92014-04-30 13:23:15 +02001= Review UI
2
3Reviewing changes is an important task and the Gerrit Web UI provides
4many functionalities to make the review process comfortable and
5efficient. This is a guide through the review UI that explains the
6different functions and UI elements.
7
8[[change-screen]]
9== Change Screen
10
11The change screen shows the details of a single change and provides
12various actions on it.
13
14image::images/user-review-ui-change-screen.png[width=800, link="images/user-review-ui-change-screen.png"]
15
16[[commit-message]]
17=== Commit Message Block
18
19The focus of the change screen is on the commit message since this is
20the most important information about a change. The numeric change ID
21and the change status are displayed right above the commit message.
22
23image::images/user-review-ui-change-screen-commit-message.png[width=800, link="images/user-review-ui-change-screen-commit-message.png"]
24
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010025[[permalink]]
Edwin Kempin4fd84c92014-04-30 13:23:15 +020026The numeric change ID is a link to the change and clicking on it
27refreshes the change screen. By copying the link location you can get
28the permalink of the change.
29
30image::images/user-review-ui-change-screen-permalink.png[width=800, link="images/user-review-ui-change-screen-permalink.png"]
31
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010032[[change-status]]
Edwin Kempin4fd84c92014-04-30 13:23:15 +020033The change status shows the state of the change:
34
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010035- [[needs]]`Needs <label>`:
Edwin Kempin4fd84c92014-04-30 13:23:15 +020036+
37The change is in review and an approval on the shown label is still
38required to make the change submittable.
39
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010040- [[not]]`Not <label>`:
Edwin Kempin4fd84c92014-04-30 13:23:15 +020041+
42The change is in review and a veto vote on the shown label is
43preventing the submit.
44
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010045- [[not-current]]`Not Current`:
Edwin Kempin4fd84c92014-04-30 13:23:15 +020046+
47The currently viewed patch set is outdated.
48+
49Please note that some operations, like voting, are not available on
50outdated patch sets, but only on the current patch set.
51
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010052- [[ready-to-submit]]`Ready to Submit`:
Edwin Kempin4fd84c92014-04-30 13:23:15 +020053+
54The change has all necessary approvals and may be submitted.
55
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010056- [[merged]]`Merged`:
Edwin Kempin4fd84c92014-04-30 13:23:15 +020057+
58The change was successfully merged into the destination branch.
59
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010060- [[abandoned]]`Abandoned`:
Edwin Kempin4fd84c92014-04-30 13:23:15 +020061+
62The change was abandoned.
63
Edwin Kempin4fd84c92014-04-30 13:23:15 +020064[[commit-info]]
65=== Commit Info Block
66
67The commit info block shows information about the commit of the
68currently viewed patch set.
69
70It displays the author and the committer as links to a list of this
71person's changes that have the same status as the currently viewed
72change.
73
Orgad Shaneh306ed3c2014-07-20 08:58:28 +030074The commit ID, the parent commit(s) and the link:user-changeid.html[Change-Id] are
Edwin Kempin4fd84c92014-04-30 13:23:15 +020075displayed with a copy-to-clipboard icon that allows the ID to be copied
76into the clipboard.
77
Dave Borowitza3d67882015-06-05 15:22:23 -070078If a Git web browser, such as gitweb or Gitiles, is configured, there
Edwin Kempin4fd84c92014-04-30 13:23:15 +020079is also a link to the commit in the Git web browser.
80
81image::images/user-review-ui-change-screen-commit-info.png[width=800, link="images/user-review-ui-change-screen-commit-info.png"]
82
Orgad Shaneh306ed3c2014-07-20 08:58:28 +030083If a merge commit is viewed this is highlighted by an icon.
Edwin Kempinb6c2a3b2014-05-14 10:37:17 +020084
85image::images/user-review-ui-change-screen-commit-info-merge-commit.png[width=800, link="images/user-review-ui-change-screen-commit-info-merge-commit.png"]
86
Edwin Kempinf1a84f92014-04-30 15:37:48 +020087[[change-info]]
88=== Change Info Block
89
90The change info block contains detailed information about the change
91and offers actions on the change.
92
93image::images/user-review-ui-change-screen-change-info.png[width=800, link="images/user-review-ui-change-screen-change-info.png"]
94
Edwin Kempinf9b4bc92014-11-05 13:14:57 +010095- [[change-owner]]Change Owner:
Edwin Kempinf1a84f92014-04-30 15:37:48 +020096+
97The owner of the change is displayed as a link to a list of the owner's
98changes that have the same status as the currently viewed change.
99+
100image::images/user-review-ui-change-screen-change-info-owner.png[width=800, link="images/user-review-ui-change-screen-change-info-owner.png"]
101
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100102- [[reviewers]]Reviewers:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200103+
104The reviewers of the change are displayed as chip tokens.
105+
106For each reviewer there is a tooltip that shows on which labels the
107reviewer is allowed to vote.
108+
109New reviewers can be added by clicking on the `Add...` button. Typing
110into the pop-up text field activates auto completion of user and group
111names.
112+
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100113[[remove-reviewer]]
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200114Reviewers can be removed from the change by clicking on the `x` icon
115in the reviewer's chip token. Removing a reviewer also removes the
116current votes of the reviewer. The removal of votes is recorded as a
117message on the change.
118+
119Removing reviewers is protected by permissions:
120
121** Users can always remove themselves.
122** The change owner may remove any zero or positive score.
123** Users with the link:access-control.html#category_remove_reviewer[
124 Remove Reviewer] access right, the branch owner, the project owner
125 and Gerrit administrators may remove anyone.
126
127+
128image::images/user-review-ui-change-screen-change-info-reviewers.png[width=800, link="images/user-review-ui-change-screen-change-info-reviewers.png"]
129
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100130- [[project-branch-topic]]Project / Branch / Topic:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200131+
132The name of the project for which the change was done is displayed as a
133link to the link:user-dashboards.html#project-default-dashboard[default
134dashboard] of the project. If no default dashboard is defined, the link
135opens a list of open changes on the project.
136+
137Clicking on the settings icon on the right side navigates to the
138project administration screen.
139+
140The name of the destination branch is displayed as a link to a list
141with all changes on this branch that have the same status as the
142currently viewed change.
143+
144If a topic was assigned to the change it is displayed below the branch.
145By clicking on the edit icon the topic can be set. This requires the
146link:access-control.html#category_edit_topic_name[Edit Topic Name]
147access right. To be able to set a topic on a closed change, the
148`Edit Topic Name` must be assigned with the `force` flag.
149+
150image::images/user-review-ui-change-screen-change-info-project-branch-topic.png[width=800, link="images/user-review-ui-change-screen-change-info-project-branch-topic.png"]
151
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100152- [[submit-strategy]]Submit Strategy:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200153+
154The link:project-setup.html#submit_type[submit strategy] that will be
155used to submit the change. The submit strategy is only displayed for
156open changes.
157+
158image::images/user-review-ui-change-screen-change-info-submit-strategy.png[width=800, link="images/user-review-ui-change-screen-change-info-submit-strategy.png"]
159+
160If a change cannot be merged due to path conflicts this is highlighted
161by a bold red `Cannot Merge` label.
162+
163image::images/user-review-ui-change-screen-change-info-cannot-merge.png[width=800, link="images/user-review-ui-change-screen-change-info-cannot-merge.png"]
164
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100165- [[update-time]]Time of Last Update:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200166+
167image::images/user-review-ui-change-screen-change-info-last-update.png[width=800, link="images/user-review-ui-change-screen-change-info-last-update.png"]
168
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100169- [[actions]]Actions:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200170+
171Depending on the change state and the permissions of the user, different
172actions are available on the change:
173
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100174** [[submit]]`Submit`:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200175+
176Submits the change and adds it to the merge queue. If possible the
177change is merged into the destination branch.
178+
David Pursehouse53b1bd02014-05-09 11:18:08 +0900179The `Submit` button is available if the change is submittable and
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200180the link:access-control.html#category_submit[Submit] access right is
181assigned.
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200182
Andrew Bonventre4af9d8c2016-05-26 15:08:32 -0400183** [[revert]]`Revert`:
184+
185Reverts the change via creating a new one.
186+
187The `Revert` button is available if the change has been submitted.
188+
189When the `Revert` button is pressed, a panel will appear to allow
190the user to enter a commit message for the reverting change.
191+
192Once a revert change is created, the original author and any reviewers
193of the original change are added as reviewers and a message is posted
194to the original change linking to the revert.
195
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100196** [[abandon]]`Abandon`:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200197+
198Abandons the change.
199+
200The `Abandon` button is only available if the change is open and the
201link:access-control.html#category_abandon[Abandon] access right is
202assigned.
203+
204When a change is abandoned, a panel appears that allows one to type a
205comment message to explain why the change is being abandoned.
206
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100207** [[restore]]`Restore`:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200208+
209Restores the change.
210+
211The `Restore` button is only available if the change is abandoned and
212the link:access-control.html#category_abandon[Abandon] and the
213link:access-control.html#category_push[Push] access right is
214assigned.
215+
216When a change is restored, a panel appears that allows one to type a
217comment message to explain why the change is being restored.
218
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100219** [[rebase]]`Rebase`:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200220+
221Rebases the change. The rebase is always done with content merge
222enabled. If the rebase is successful a new patch set with the rebased
223commit is created. If the rebase fails, there are conflicts that have
224to be resolved manually.
225+
226If the change does not depend on another open change, it is rebased
227onto the tip of the destination branch.
228+
229If the change depends on another open change, it is rebased onto the
230current patch set of that other change.
231+
Zalan Blenessy366d7852015-03-18 11:40:48 +0100232It is possible to change parent revision of a change. The new parent
233revision can be another change towards the same target branch, or
234the tip of the target branch.
235+
236The `Rebase` button is only available if
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200237the link:access-control.html#category_rebase[Rebase] access right is
238assigned. Rebasing merge commits is not supported.
239
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100240** [[cherry-pick]]`Cherry-Pick`:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200241+
242Allows to cherry-pick the change to another branch. The destination
243branch can be selected from a dialog. Cherry-picking a change creates a
244new open change on the selected destination branch.
245+
246It is also possible to cherry-pick a change to the same branch. This is
247effectively the same as rebasing it to the current tip of the
248destination branch. This can be used to remove dependencies on other
249open changes.
250+
251Users can only cherry-pick changes to branches for which they are
252allowed to upload changes for review.
253
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100254** [[delete]]`Delete Change` / `Delete Revision`:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200255+
David Ostrovsky6ffb7d92017-02-13 21:16:58 +0100256Deletes the change.
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200257+
Paladox none580ae0e2017-02-12 18:15:48 +0000258For open or abandoned changes, the `Delete Change` button will be available
259and if the user is the change owner and is granted the
260link:access-control.html#category_delete_own_changes[Delete Own Changes]
David Ostrovsky6ffb7d92017-02-13 21:16:58 +0100261permission or if they are an administrator.
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200262
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100263** [[plugin-actions]]Further actions may be available if plugins are installed.
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200264
265+
266image::images/user-review-ui-change-screen-change-info-actions.png[width=800, link="images/user-review-ui-change-screen-change-info-actions.png"]
267
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100268- [[labels]]Labels & Votes:
Edwin Kempinf1a84f92014-04-30 15:37:48 +0200269+
270Approving votes are colored green; veto votes are colored red.
271+
272image::images/user-review-ui-change-screen-change-info-labels.png[width=800, link="images/user-review-ui-change-screen-change-info-labels.png"]
273
Edwin Kempinab777f12014-05-02 11:47:57 +0200274[[files]]
275=== File List
276
277The file list shows the files that are modified in the currently viewed
278patch set.
279
280image::images/user-review-ui-change-screen-file-list.png[width=800, link="images/user-review-ui-change-screen-file-list.png"]
281
Edwin Kempin8fd96b92016-12-05 16:39:03 +0100282[[magic-files]]
283In addition to the modified files the file list contains magic files
284that are generated by Gerrit and which don't exist in the repository.
285The magic files contain additional commit data that should be
286reviewable and allow users to comment on this data. The magic files are
287always listed first. The following magic files exist:
288
289* `Commit Message`:
290+
291The commit message and headers with the parent commit(s), the author
292information and the committer information.
293
294* `Merge List` (for merge commits only):
295+
296The list of commits that are being integrated into the destination
297branch by submitting the merge commit.
298
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100299[[change-screen-mark-reviewed]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200300The checkboxes in front of the file names allow files to be marked as reviewed.
301
302image::images/user-review-ui-change-screen-file-list-mark-as-reviewed.png[width=800, link="images/user-review-ui-change-screen-file-list-mark-as-reviewed.png"]
303
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100304[[modification-type]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200305The type of a file modification is indicated by the character in front
306of the file name:
307
308- 'no character' (Modified):
309+
310The file existed before this change and is modified.
311
312- `A` (Added):
313+
314The file is newly added.
315
316- `D` (Deleted):
317+
318The file is deleted.
319
320- `R` (Renamed):
321+
322The file is renamed.
323
324- `C` (Copied):
325+
326The file is new and is copied from an existing file.
327
328image::images/user-review-ui-change-screen-file-list-modification-type.png[width=800, link="images/user-review-ui-change-screen-file-list-modification-type.png"]
329
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100330[[rename-or-copy]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200331If a file is renamed or copied, the name of the original file is
332displayed in gray below the file name.
333
334image::images/user-review-ui-change-screen-file-list-rename.png[width=800, link="images/user-review-ui-change-screen-file-list-rename.png"]
335
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100336[[repeating-path-segments]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200337Repeating path segments are grayed out.
338
339image::images/user-review-ui-change-screen-file-list-repeating-paths.png[width=800, link="images/user-review-ui-change-screen-file-list-repeating-paths.png"]
340
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100341[[inline-comments-column]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200342Inline comments on a file are shown in the `Comments` column.
343
344Draft comments, i.e. comments that have been written by the current
345user but not yet published, are highlighted in red.
346
347New comments from other users, that were published after the current
348user last reviewed this change, are highlighted in bold.
349
350image::images/user-review-ui-change-screen-file-list-comments.png[width=800, link="images/user-review-ui-change-screen-file-list-comments.png"]
351
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100352[[size]]
David Pursehouse8bd6f782015-01-30 11:06:38 +0900353The size of the modifications in the files can be seen in the `Size` column. The
354footer row shows the total size of the change.
Edwin Kempinab777f12014-05-02 11:47:57 +0200355
356The size information is useful to easily spot the files that contain
357the most modifications; these files are likely to be the most relevant
358files for this change. The total change size gives an estimate of how
359long a review of this change may take.
360
David Pursehouse8bd6f782015-01-30 11:06:38 +0900361When the "Show Change Sizes As Colored Bars" user preference is enabled, the
362`Size` column shows the sum of inserted and deleted lines as one number. In
363addition, the change size is shown as a bar. The size of the bar indicates the
364amount of changed lines, and its coloring shows the proportion of insertions
365(green) to deletions (red).
366
367When the "Show Change Sizes As Colored Bars" user preference is disabled, the
368colored bar is not shown. For added and renamed files, the `Size` column
369shows the number of inserted and deleted lines. For new files, the column only
370shows the total number of lines in the new file. No size is shown for binary
371files and deleted files.
372
Edwin Kempinab777f12014-05-02 11:47:57 +0200373image::images/user-review-ui-change-screen-file-list-size.png[width=800, link="images/user-review-ui-change-screen-file-list-size.png"]
374
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100375[[diff-against]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200376In the header of the file list, the `Diff Against` selection can be
377changed. This selection allows one to choose if the currently viewed
378patch set should be compared against its base or against another patch
379set of this change. The file list is updated accordingly.
380
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100381[[open-all]]
Edwin Kempinab777f12014-05-02 11:47:57 +0200382The file list header also provides an `Open All` button that opens the
383diff views for all files in the file list.
384
385image::images/user-review-ui-change-screen-file-list-header.png[width=800, link="images/user-review-ui-change-screen-file-list-header.png"]
386
Edwin Kempinb2a8ae32014-05-02 15:03:22 +0200387[[patch-sets]]
388=== Patch Sets
389
390The change screen only presents one patch set at a time. Which patch
391set is currently viewed can be seen from the `Patch Sets` drop-down
392panel in the change header. It shows the number of the currently viewed
393patch set and the total number of patch sets, in the form: "current
394patch set/number of patch sets".
395
396If a non-current patch set is viewed this is indicated by the
397link:#not-current[Not Current] change state. Please note that some
398operations are only available on the current patch set.
399
400image::images/user-review-ui-change-screen-patch-sets.png[width=800, link="images/user-review-ui-change-screen-patch-sets.png"]
401
Orgad Shanehce43e0f2014-09-03 22:53:44 +0300402Another indication is a highlighted drop-down label.
403
404image::images/user-review-ui-change-screen-not-current.png[width=800, link="images/user-review-ui-change-screen-not-current.png"]
405
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100406[[patch-set-drop-down]]
Edwin Kempinb2a8ae32014-05-02 15:03:22 +0200407The patch set drop-down list shows the list of patch sets and allows to
408switch between them. The patch sets are sorted in descending order so
409that the current patch set is always on top.
410
Edwin Kempinb2a8ae32014-05-02 15:03:22 +0200411Draft patch sets are marked with `DRAFT`.
412
413image::images/user-review-ui-change-screen-patch-set-list.png[width=800, link="images/user-review-ui-change-screen-patch-set-list.png"]
414
Edwin Kempin0cb1ccb2014-05-05 13:22:03 +0200415[[download]]
416=== Download
417
418The `Download` drop-down panel in the change header offers commands and
419links for downloading the currently viewed patch set.
420
421image::images/user-review-ui-change-screen-download-commands.png[width=800, link="images/user-review-ui-change-screen-download-commands.png"]
422
423The available download commands depend on the installed Gerrit plugins.
424The most popular plugin for download commands, the
425link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/download-commands[
426download-commands] plugin, provides commands to checkout, pull and
427cherry-pick a patch set.
428
429Each command has a copy-to-clipboard icon that allows the command to be
430copied into the clipboard. This makes it easy to paste and execute the
431command on a Git command line.
432
433If several download schemes are configured on the server (e.g. SSH and
434HTTP) there is a drop-down list to switch between the download schemes.
435Gerrit automatically remembers the download scheme that was last chosen
436and selects this download scheme the next time the download commands
437drop-down panel is opened.
438
439The `Patch-File` links provide the Git patch file for the currently
440viewed patch set for download. The patch file can be base64 encoded or
441zipped.
442
443The `Archive` links allow one to download an archive with the contents
444of the currently viewed patch set. The archive is offered in several
445formats (e.g. tar and tbz2); which formats are available depends on the
446configuration of the server.
447
448image::images/user-review-ui-change-screen-download-commands-list.png[width=800, link="images/user-review-ui-change-screen-download-commands-list.png"]
449
Edwin Kempin811bd582014-05-05 13:39:24 +0200450[[included-in]]
451=== Included In
452
453For merged changes the `Included In` drop-down panel is available in
454the change header.
455
456image::images/user-review-ui-change-screen-included-in.png[width=800, link="images/user-review-ui-change-screen-included-in.png"]
457
458The `Included In` drop-down panel shows the branches and tags in which
459the change is included. E.g. if a change fixes a bug, this allows to
460quickly see in which released versions the bug-fix is contained
461(assuming that every release is tagged).
462
463image::images/user-review-ui-change-screen-included-in-list.png[width=800, link="images/user-review-ui-change-screen-included-in-list.png"]
464
Edwin Kempin981cc952014-05-05 14:04:08 +0200465[[star]]
466=== Star Change
467
468The star icon in the change header allows to mark the change as a
469favorite. Clicking on the star icon again, unstars the change.
470
471image::images/user-review-ui-change-screen-star.png[width=800, link="images/user-review-ui-change-screen-star.png"]
472
473Starring a change turns on email notifications for this change.
474
475Starred changed are listed under `My` > `Starred Changes`.
476and can be queried by the link:user-search.html#is[is:starred] search
477operator.
478
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200479[[related-changes]]
480=== Related Changes
481
482If there are changes that are related to the currently viewed change
483they are displayed in the third column of the change screen.
484
485There are several lists of related changes and a tab control is used to
486display each list of related changes in its own tab.
487
488The following tabs may be displayed:
489
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100490- [[related-changes-tab]]`Related Changes`:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200491+
492This tab page shows changes on which the current change depends
493(ancestors) and open changes that depend on the current change
494(descendants). For merge commits it also shows the closed changes that
495will be merged into the destination branch by submitting the merge
496commit.
497+
498The changes are sorted in the same way as the output of 'git log'. This
499means the relationship between the changes can be inferred from the
500position of the changes in the list. Changes listed above the current
501change are descendants; changes below the current change are ancestors.
502+
Edwin Kempin68cfe472014-05-12 15:10:25 +0200503For merged changes this tab is only shown if there are open
504descendants.
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200505+
506image::images/user-review-ui-change-screen-related-changes.png[width=800, link="images/user-review-ui-change-screen-related-changes.png"]
507+
508Related changes may be decorated with an icon to signify dependencies
509on outdated patch sets, or commits that are not associated to changes
510under review:
511+
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100512** [[outdated]]Orange Dot:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200513+
514The selected patch set of the change is outdated; it is not the current
515patch set of the change.
516+
517If an ancestor change is marked with an orange dot it means that the
518currently viewed patch set depends on a outdated patch set of the
519ancestor change. This is because a new patch set for the ancestor
520change was uploaded in the meantime and as result the currently viewed
521patch set now needs to be rebased.
522+
523If a descendant change is marked with an orange dot it means that an
524old patch set of the descendant change depends on the currently viewed
525patch set. It may be that the descendant was rebased in the meantime
526and with the new patch set this dependency was removed.
527
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100528** [[indirect-descendant]]Green Tilde:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200529+
530The selected patch set of the change is an indirect descendant of the
531currently viewed patch set; it has a dependency to another patch set of
532this change. E.g. this could mean that a new patch set was uploaded for
533this change and the descendant change now needs to be rebased. Please
534note that following the link to an indirect descendant change may
535result in a completely different related changes listing.
536
Dave Borowitzbbaea3f2015-03-13 13:56:41 -0700537** [[closed-ancestor]]Black Dot:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200538+
Stefan Beller7e23cd02015-06-18 11:40:18 -0700539Indicates a closed ancestor, e.g. the commit was directly pushed into
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200540the repository bypassing code review, or the ancestor change was
541reviewed and submitted on another branch. The latter may indicate that
542the user has accidentally pushed the commit to the wrong branch, e.g.
543the commit was done on `branch-a`, but was then pushed to
544`refs/for/branch-b`.
Stefan Beller7e23cd02015-06-18 11:40:18 -0700545A black dot is also present if the change was abandoned.
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200546
Stefan Beller03d67902015-06-18 15:52:24 -0700547** [[closed-ancestor-abandoned]]Strikethrough Subject:
548+
549When the commit is abandoned, its subject line will be striked
550through.
551
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200552+
553image::images/user-review-ui-change-screen-related-changes-indicators.png[width=800, link="images/user-review-ui-change-screen-related-changes-indicators.png"]
554
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100555- [[conflicts-with]]`Conflicts With`:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200556+
557This tab page shows changes that conflict with the current change.
558Non-mergeable changes are filtered out; only conflicting changes that
559are mergeable are shown.
560+
561If this change is merged, its conflicting changes will have merge
562conflicts and must be rebased. The rebase of the other changes with the
563conflict resolution must then be done manually.
564+
565image::images/user-review-ui-change-screen-conflicts-with.png[width=800, link="images/user-review-ui-change-screen-conflicts-with.png"]
566
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100567- [[same-topic]]`Same Topic`:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200568+
569This tab page shows changes that have the same topic as the current
570change. Only open changes are included in the list.
571+
572image::images/user-review-ui-change-screen-same-topic.png[width=800, link="images/user-review-ui-change-screen-same-topic.png"]
573
Stefan Beller09feaac2015-06-29 16:20:10 -0700574- [[submitted-together]]`Submitted Together`:
575+
576This tab page shows changes that will be submitted together with the
577currently viewed change, when clicking the submit button. It includes
578ancestors of the current patch set.
579+
580This may include changes and its ancestors with the same topic if
581`change.submitWholeTopic` is enabled. Only open changes with the
582same topic are included in the list.
583+
584
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100585- [[cherry-picks]]`Cherry-Picks`:
Edwin Kempin8ab5b532014-05-05 17:10:31 +0200586+
587This tab page shows changes with the same link:user-changeid.html[
588Change-Id] for the current project.
589+
590Abandoned changes are filtered out.
591+
592For each change in this list the destination branch is shown as a
593prefix in front of the change subject.
594+
595image::images/user-review-ui-change-screen-cherry-picks.png[width=800, link="images/user-review-ui-change-screen-cherry-picks.png"]
596
597If there are no related changes for a tab, the tab is not displayed.
598
Edwin Kempinc6cab612014-05-06 11:09:05 +0200599[[reply]]
600=== Reply
601
602The `Reply...` button in the change header allows to reply to the
603currently viewed patch set; one can add a summary comment, publish
604inline draft comments, and vote on the labels.
605
606image::images/user-review-ui-change-screen-reply.png[width=800, link="images/user-review-ui-change-screen-reply.png"]
607
608Clicking on the `Reply...` button opens a popup panel.
609
Sebastian Schuberth027c4352016-02-02 09:24:29 +0100610[[summary-comment]]
Edwin Kempinc6cab612014-05-06 11:09:05 +0200611A text box allows to type a summary comment for the currently viewed
Sebastian Schuberth027c4352016-02-02 09:24:29 +0100612patch set. Some basic markdown-like syntax is supported which renders
613indented lines preformatted, lines starting with "- " or "* " as list
614items, and lines starting with "> " as block quotes (also see replying to
615link:#reply-to-message[messages] and link:#reply-inline-comment[inline comments]).
Edwin Kempinc6cab612014-05-06 11:09:05 +0200616
Richard Möhne4abe9a2014-11-13 20:05:13 +0100617Note that you can set the text and tooltip of the button in
618link:config-gerrit.html#change.replyLabel[gerrit.config].
619
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100620[[vote]]
Edwin Kempinc6cab612014-05-06 11:09:05 +0200621If the current patch set is viewed, radio buttons are displayed for
622each label on which the user is allowed to vote. Voting on non-current
623patch sets is not possible.
624
Edwin Kempinc6cab612014-05-06 11:09:05 +0200625The inline draft comments that will be published are displayed in a
626separate section so that they can be reviewed before publishing. There
627are links to navigate to the inline comments which can be used if a
628comment needs to be edited.
629
630The `Post` button publishes the comments and the votes.
631
Edwin Kempinc6cab612014-05-06 11:09:05 +0200632image::images/user-review-ui-change-screen-replying.png[width=800, link="images/user-review-ui-change-screen-replying.png"]
633
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100634[[quick-approve]]
Edwin Kempinc6cab612014-05-06 11:09:05 +0200635If a user can approve a label that is still required, a quick approve
636button appears in the change header that allows to add this missing
637approval by a single click. The quick approve button only appears if
638there is a single label that is still required and can be approved by
639the user.
640
641E.g. if a change requires approvals on the 'Code-Review' and the
642'Verified' labels, and there is already a '+1 Verified' vote, then
643if the user is allowed to vote the max score on 'Code-Review', a
644`Code-Review+2` quick approve button appears that approves the
645'Code-Review' label if clicked.
646
647Using the quick approve button also publishes all inline draft
648comments; a summary comment is only added if the reply popup panel is
649open when the quick approve button is clicked.
650
651image::images/user-review-ui-change-screen-quick-approve.png[width=800, link="images/user-review-ui-change-screen-quick-approve.png"]
652
Edwin Kempin7a682812014-05-06 14:45:01 +0200653[[history]]
654=== History
655
656The history of the change can be seen in the lower part of the screen.
657
658The history contains messages for all kinds of change updates, e.g. a
659message is added when a new patch set is uploaded or when a review was
660done.
661
662Messages with new comments from other users, that were published after
663the current user last reviewed this change, are automatically expanded.
664
665image::images/user-review-ui-change-screen-history.png[width=800, link="images/user-review-ui-change-screen-history.png"]
666
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100667[[reply-to-message]]
Edwin Kempin7a682812014-05-06 14:45:01 +0200668It is possible to directly reply to a change message by clicking on the
669reply icon in the right upper corner of a change message. This opens
670the reply popup panel and prefills the text box with the quoted comment.
671Then the reply can be written below the quoted comment or inserted
Sebastian Schuberth027c4352016-02-02 09:24:29 +0100672inline. Lines starting with "> " will be rendered as a block quote.
Edwin Kempin7a682812014-05-06 14:45:01 +0200673Please note that for a correct rendering it is important to leave a blank
674line between a quoted block and the reply to it.
675
676image::images/user-review-ui-change-screen-reply-to-comment.png[width=800, link="images/user-review-ui-change-screen-reply-to-comment.png"]
677
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100678[[inline-comments-in-history]]
Edwin Kempin7a682812014-05-06 14:45:01 +0200679Inline comments are directly displayed in the change history and there
680are links to navigate to the inline comments.
681
682image::images/user-review-ui-change-screen-inline-comments.png[width=800, link="images/user-review-ui-change-screen-inline-comments.png"]
683
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100684[[expand-all]]
Edwin Kempin7a682812014-05-06 14:45:01 +0200685The `Expand All` button expands all messages; the `Collapse All` button
686collapses all messages.
687
Edwin Kempin772418f2014-05-06 15:45:35 +0200688[[update-notification]]
689=== Update Notification
690
691The change screen automatically polls for updates to the currently
692viewed change. If there is an update the user is informed by a popup
693panel in the bottom right corner.
694
695The polling frequency depends on the server configuration; by default
696it is 30 seconds. Polling may also be completely disabled by the
697administrator.
698
699image::images/user-review-ui-change-screen-change-update.png[width=800, link="images/user-review-ui-change-screen-change-update.png"]
700
Edwin Kempin41d9d302014-05-06 16:02:06 +0200701[[plugin-extensions]]
702=== Plugin Extensions
703
704Gerrit plugins may extend the change screen; they can add buttons for
705additional actions to the change info block and display arbitrary UI
706controls below the change info block.
707
708image::images/user-review-ui-change-screen-plugin-extensions.png[width=800, link="images/user-review-ui-change-screen-plugin-extensions.png"]
709
Edwin Kempind38ddf52014-05-07 14:31:42 +0200710[[side-by-side]]
711== Side-by-Side Diff Screen
712
713The side-by-side diff screen shows a single patch; the old file version
714is displayed on the left side of the screen; the new file version is
715displayed on the right side of the screen.
716
717This screen allows to review a patch and to comment on it.
718
719image::images/user-review-ui-side-by-side-diff-screen.png[width=800, link="images/user-review-ui-side-by-side-diff-screen.png"]
720
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100721[[side-by-side-header]]
Edwin Kempind38ddf52014-05-07 14:31:42 +0200722In the screen header the project name and the name of the viewed patch
723file are shown.
724
725If a Git web browser is configured on the server, the project name and
726the file path are displayed as links to the project and the folder in
727the Git web browser.
728
729image::images/user-review-ui-side-by-side-diff-screen-project-and-file.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-project-and-file.png"]
730
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100731[[side-by-side-mark-reviewed]]
Edwin Kempind38ddf52014-05-07 14:31:42 +0200732The checkbox in front of the project name and the file name allows the
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +0200733patch to be marked as reviewed. The link:#mark-reviewed[Mark Reviewed]
734diff preference allows to control whether the files should be
735automatically marked as reviewed when they are viewed.
Edwin Kempind38ddf52014-05-07 14:31:42 +0200736
737image::images/user-review-ui-side-by-side-diff-screen-reviewed.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-reviewed.png"]
738
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100739[[scrollbar]]
Edwin Kempind38ddf52014-05-07 14:31:42 +0200740The scrollbar shows patch diffs and inline comments as annotations.
741This provides a good overview of the lines in the patch that are
742relevant for reviewing. By clicking on an annotation one can quickly
743navigate to the corresponding line in the patch.
744
745image::images/user-review-ui-side-by-side-diff-screen-scrollbar.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-scrollbar.png"]
746
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100747[[gaps]]
Edwin Kempin1266ac8f2014-05-09 09:39:31 +0200748A gap between lines in the file content that is caused by aligning the
749left and right side or by displaying inline comments is shown as a
750vertical red bar in the line number column. This prevents a gap from
751being mistaken for blank lines in the file
752
753image::images/user-review-ui-side-by-side-diff-screen-red-bar.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-red-bar.png"]
754
Edwin Kempind8057e52014-05-08 13:52:32 +0200755[[patch-set-selection]]
756In the header, on each side, the list of patch sets is shown. Clicking
757on a patch set changes the selection for the patch set comparison and
758the screen is refreshed to show the diff between the selected patch
759sets. The currently selected patch set is highlighted by a light blue
760background.
761
762On the left side `Base` can be selected to compare a patch set against
763its base. For merge commits `Auto Merge` is available instead which
764allows to compare the patch against the result of the auto merge. The
765auto merge version may contain Git conflict markers and is useful for
766reviewing how conflicts are resolved by a patch.
767
768Reviewers that are reviewing a patch for the first time look at its
769diff against its base; reviewers that have reviewed an old patch
770version before, may see what has changed since that version by
771comparing the old patch against the current patch.
772
773image::images/user-review-ui-side-by-side-diff-screen-patch-sets.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-patch-sets.png"]
774
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100775[[download-file]]
Edwin Kempin6db9bcd2014-06-06 09:32:05 +0200776The download icon next to the patch set list allows to download the
777patch. Unless the mime type of the file is configured as safe, the
778download file is a zip archive that contains the patch file.
779
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100780[[no-differences]]
Edwin Kempin01280cc2014-05-09 09:53:30 +0200781If the compared patches are identical, this is highlighted by a red
782`No Differences` label in the screen header.
783
784image::images/user-review-ui-side-by-side-diff-screen-no-differences.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-no-differences.png"]
785
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100786[[side-by-side-rename]]
Edwin Kempinafb4fcc2014-06-06 09:52:52 +0200787If a file was renamed, the old and new file paths are shown in the
788header together with a similarity index that shows how much of the file
789content is unmodified.
790
791image::images/user-review-ui-side-by-side-diff-screen-rename.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-rename.png"]
Edwin Kempind8057e52014-05-08 13:52:32 +0200792
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100793[[navigation]]
Edwin Kempind37a1342014-05-08 14:02:35 +0200794For navigating between the patches in a patch set there are navigation
795buttons on the right side of the screen header. The left arrow button
796navigates to the previous patch; the right arrow button navigates to
797the next patch. The arrow up button leads back to the change screen. In
798all cases the selection for the patch set comparison is kept.
799
800image::images/user-review-ui-side-by-side-diff-screen-navigation.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-navigation.png"]
801
Edwin Kempin004c3472014-05-07 16:56:59 +0200802[[inline-comments]]
803=== Inline Comments
804
805Inline comments are displayed directly in the patch file under the code
806that is commented. Inline comments can be placed on lines or on code
807blocks.
808
809If an inline comment relates to a code block, this code block is
810highlighted by a yellow background.
811
812Code blocks with comments may overlap. This means it is possible to
813attach several comments to the same code.
814
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100815[[line-links]]
Edwin Kempin004c3472014-05-07 16:56:59 +0200816The lines of the patch file are linkable. To link to a certain line in
817the patch file, '@<line-number>' must be appended to the patch link,
818e.g. `http://host:8080/#/c/56857/2/Documentation/user-review-ui.txt@665`.
819To link to a line in the old file version, '@a<line-number>' must be
820appended to the patch link. These links can be used to directly link to
821certain inline comments.
822
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +0200823If the diff preference link:#expand-all-comments[Expand All Comments]
824is set to `Expand`, all inline comments will be automatically expanded.
Edwin Kempin004c3472014-05-07 16:56:59 +0200825
826image::images/user-review-ui-side-by-side-diff-screen-inline-comments.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-inline-comments.png"]
827
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100828[[comment]]
Edwin Kempin004c3472014-05-07 16:56:59 +0200829In the header of the comment box, the name of the comment author and
830the timestamp of the comment are shown. If avatars are configured on
831the server, the avatar image of the comment author is displayed in the
832top left corner. Below the actual comment there are buttons to reply to
833the comment.
834
835image::images/user-review-ui-side-by-side-diff-screen-comment-box.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-comment-box.png"]
836
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100837[[reply-inline-comment]]
Edwin Kempin004c3472014-05-07 16:56:59 +0200838Clicking on the `Reply` button opens an editor to type the reply.
839
840Quoting is supported, but only by manually copying & pasting the old
Sebastian Schuberth027c4352016-02-02 09:24:29 +0100841comment that should be quoted and prefixing every line by "> ". Please
Edwin Kempin004c3472014-05-07 16:56:59 +0200842note that for a correct rendering it is important to leave a blank line
843between a quoted block and the reply to it.
844
845Clicking on the `Save` button saves the comment as a draft. To make it
846visible to other users it must be published from the change screen by
847link:#reply[replying] to the change.
848
849The `Cancel` button cancels the editing and discards any changes to the
850draft comment.
851
852Clicking on the `Discard` button deletes the inline draft comment.
853
854image::images/user-review-ui-side-by-side-diff-screen-comment-reply.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-comment-reply.png"]
855
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100856[[draft-inline-comment]]
Edwin Kempin004c3472014-05-07 16:56:59 +0200857Draft comments are marked by the text "Draft" in the header in the
858place of the comment author.
859
860A draft comment can be edited by clicking on the `Edit` button, or
861deleted by clicking on the `Discard` button.
862
863image::images/user-review-ui-side-by-side-diff-screen-comment-edit.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-comment-edit.png"]
864
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100865[[done]]
Edwin Kempin004c3472014-05-07 16:56:59 +0200866Clicking on the `Done` button is a quick way to reply with "Done" to a
867comment. This is used to mark a comment as addressed by a follow-up
868patch set.
869
Edwin Kempin44606652014-05-09 08:31:05 +0200870image::images/user-review-ui-side-by-side-diff-screen-replied-done.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-replied-done.png"]
Edwin Kempin004c3472014-05-07 16:56:59 +0200871
872[[add-inline-comment]]
873To add a new inline comment there are several possibilities:
874
875- select a code block and press 'c'
876- select a code block and click on the popup comment icon
Edwin Kempin7feeb952014-05-09 11:16:56 +0200877- go to a line, by clicking on it or by link:#key-navigation[key
878 navigation], and press 'c'
Edwin Kempin004c3472014-05-07 16:56:59 +0200879- click on a line number
880
881There are many ways to select code for commenting on it. The most
882frequently used methods are:
883
884- by mouse:
885** click and drag with the mouse to select a block
886** double-click on a word to select it
887** double-click and drag with the mouse to select a code block word-wise
888** triple-click on a line to select it
889** triple-click and drag with the mouse to select a code block line-wise
890
891- by keys (the same keys that are used for visual selection in Vim):
892** press 'v' + arrow keys (or 'h', 'j', 'k', 'l') to select a block
893** press 'V' + arrow keys (or 'j', 'k') to select a code block line-wise
894** type 'bvw' to select a word
895
Edwin Kempin004c3472014-05-07 16:56:59 +0200896image::images/user-review-ui-side-by-side-diff-screen-comment.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-comment.png"]
897
898For typing the new comment, a new comment box is shown under the code
899that is commented.
900
901Clicking on the `Save` button saves the new comment as a draft. To make
902it visible to other users it must be published from the change screen
903by link:#reply[replying] to the change.
904
905Clicking on the `Discard` button deletes the new comment.
906
907image::images/user-review-ui-side-by-side-diff-screen-commented.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-commented.png"]
908
Edwin Kempin9df27ac2014-05-08 13:06:18 +0200909[[file-level-comments]]
910=== File Level Comments
911
912Comments that apply to a whole file can be added on file level.
913
914File level comments are added by clicking on the comment icon in the
915header above the file.
916
917image::images/user-review-ui-side-by-side-diff-screen-file-level-comment.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-file-level-comment.png"]
918
919Clicking on the comment icon opens a comment box for typing the file
920level comment.
921
922image::images/user-review-ui-side-by-side-diff-screen-file-level-commented.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-file-level-commented.png"]
923
Edwin Kempin6113a1f2014-05-09 10:48:34 +0200924[[search]]
925=== Search
926
927For searching within a patch file, a Vim-like search is supported.
928Typing `/` opens the search box. Typing in the search box immediately
929highlights matches in the patch file with a yellow background. Using
930JavaScript regular expressions in the search term is supported. The
931search is case insensitive. After confirming the search by `ENTER` one
932can navigate between the matches by `n` / `N` to go to the next /
933previous match. Skipped lines are automatically expanded if they
934contain a match and one navigates to it.
935
936For additional possibilities to search please check the
937link:http://www.vim.org/docs.php[Vim documentation]. There are other
938useful ways to search, e.g. while the cursor is on a word, pressing `*`
939or `#` searches for the next or previous occurrence of the word.
940
941Searching by `Ctrl-F` finds matches only in the visible area of the
942screen unless the link:#render[Render] diff preference is set to `Slow`.
943
944image::images/user-review-ui-side-by-side-diff-screen-search.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-search.png"]
945
Edwin Kempin7feeb952014-05-09 11:16:56 +0200946[[key-navigation]]
947=== Key Navigation
948
949Vim-like commands can be used to navigate within a patch file:
950
951- `h` / `j` / `k` / `l` moves the cursor left / down / up / right
952- `0` / `$` moves the cursor to the start / end of the line
953- `gg` / `G` moves to cursor to the start / end of the file
David Pursehouse4b067752017-03-03 15:54:53 +0900954- `Ctrl-D` / `Ctrl-U` scrolls downwards / upwards
Edwin Kempin7feeb952014-05-09 11:16:56 +0200955
956Please check the link:http://www.vim.org/docs.php[Vim documentation]
957for further information.
958
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +0200959[[diff-preferences]]
960=== Diff Preferences
961
962There are several options to control how patch diffs should be
963rendered. Users can configure their preferences in the diff
964preferences. The diff preferences can be accessed by clicking on the
965settings icon in the screen header.
966
967image::images/user-review-ui-side-by-side-diff-screen-preferences.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-preferences.png"]
968
969The diff preferences popup allows to change the diff preferences.
970By clicking on the `Save` button changes to the diff preferences are
971saved permanently. Clicking on the `Apply` button applies the new
972diff preferences to the current screen, but they are discarded when the
973screen is refreshed. The `Save` button is only available if the user is
974signed in.
975
976image::images/user-review-ui-side-by-side-diff-screen-preferences-popup.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-preferences-popup.png"]
977
978The following diff preferences can be configured:
979
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100980- [[theme]]`Theme`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +0200981+
982Controls the theme that is used to render the file content.
983+
984E.g. users could choose to work with a dark theme.
985+
986image::images/user-review-ui-side-by-side-diff-screen-dark-theme.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-dark-theme.png"]
987
Edwin Kempinf9b4bc92014-11-05 13:14:57 +0100988- [[ignore-whitespace]]`Ignore Whitespace`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +0200989+
990Controls whether differences in whitespace should be ignored or not.
991+
992** `None`:
993+
994All differences in whitespace are highlighted.
995+
996** `At Line End`:
997+
998Whitespace differences at the end of lines are ignored.
999+
1000** `Leading, At Line End`:
1001+
1002Whitespace differences at the beginning and end of lines are ignored.
1003+
1004** `All`:
1005+
1006All differences in whitespace are ignored.
1007
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001008- [[tab-width]]`Tab Width`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001009+
1010Controls how many spaces should be displayed for a tab.
1011
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001012- [[columns]]`Columns`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001013+
1014Sets the preferred line length. At this position a vertical dashed line
1015is displayed so that one can easily detect lines the exceed the
1016preferred line length.
1017+
1018image::images/user-review-ui-side-by-side-diff-screen-column.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-column.png"]
1019
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001020- [[lines-of-context]]`Lines Of Context`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001021+
1022The number of context lines that should be displayed before and after
1023any diff. If the `entire file` checkbox is selected, the full file is
1024rendered.
1025+
1026Skipped common lines can be expanded by clicking on the placeholder for
1027the skipped lines.
1028+
1029Clicking on "... skipped <n> common lines ..." expands the complete
1030block of skipped lines.
1031+
1032If many lines are skipped there are additional links to expand the
1033context by ten lines before and after the skipped block.
1034+
1035image::images/user-review-ui-side-by-side-diff-screen-expand-skipped-lines.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-expand-skipped-lines.png"]
1036
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001037- [[intraline-difference]]`Intraline Difference`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001038+
1039Controls whether intraline differences should be highlighted.
1040+
1041image::images/user-review-ui-side-by-side-diff-screen-intraline-difference.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-intraline-difference.png"]
1042
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001043- [[syntax-highlighting]]`Syntax Highlighting`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001044+
1045Controls whether syntax highlighting should be enabled.
1046+
1047The language for the syntax highlighting is automatically detected from
Edwin Kempin637db5e2014-05-12 08:25:26 +02001048the file extension. The language can also be set manually by selecting
1049it from the `Language` drop-down list.
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001050+
1051image::images/user-review-ui-side-by-side-diff-screen-syntax-coloring.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-syntax-coloring.png"]
1052
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001053- [[whitespace-errors]]`Whitespace Errors`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001054+
1055Controls whether whitespace errors are highlighted.
1056
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001057- [[show-tabs]]`Show Tabs`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001058+
1059Controls whether tabs are highlighted.
1060
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001061- [[line-numbers]]`Line Numbers`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001062+
1063Controls whether line numbers are shown.
1064
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001065- [[empty-pane]]`Empty Pane`:
David Ostrovskya64d6892014-05-01 21:55:00 +02001066+
1067Controls whether empty panes are shown or not. The Left pane is empty when a
1068file was added; the right pane is empty when a file was deleted.
1069
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001070- [[left-side]]`Left Side`:
Edwin Kempin91de46f2014-05-12 08:28:32 +02001071+
David Ostrovskya000b232014-05-13 07:47:06 +02001072Controls whether the left side is shown. This preference is not
1073persistent and is ignored by the `Save` button. Every time a
1074patch diff is opened, this preference is reset to `Show`.
Edwin Kempin91de46f2014-05-12 08:28:32 +02001075
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001076- [[top-menu]]`Top Menu`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001077+
1078Controls whether the top menu is shown.
1079
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001080- [[auto-hide-diff-table-header]]`Auto Hide Diff Table Header`:
Edwin Kempin1b6c6d82014-09-11 23:36:43 +02001081+
1082Controls whether the diff table header should be automatically hidden
1083when scrolling down more than half of a page.
1084
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001085- [[mark-reviewed]]`Mark Reviewed`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001086+
1087Controls whether the files of the patch set should be automatically
1088marked as reviewed when they are viewed.
1089
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001090- [[expand-all-comments]]`Expand All Comments`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001091+
1092Controls whether all comments should be automatically expanded.
1093
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001094- [[render]]`Render`:
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001095+
1096Controls how patch files that exceed the screen size are rendered.
1097+
1098If `Fast` is selected file contents which are outside of the visible
1099area are not attached to the browser's DOM tree. This makes the
1100rendering fast, but searching by `Ctrl+F` only finds content which is
1101in the visible area.
1102+
1103If `Slow` is selected all file contents are attached to the browser's
1104DOM tree, which makes the rendering slow for large files. The advantage
1105of this setting is that `Ctrl+F` can be used to search in the complete
1106file.
Edwin Kempin9cc22c92014-05-12 08:16:52 +02001107+
1108Large files that exceed 4000 lines will not be fully rendered.
Edwin Kempinfe8ca4c2014-05-08 16:49:15 +02001109
Paladoxee24b3c2016-09-05 23:51:02 +01001110- [[line-wrapping]]`Line Wrapping`:
1111+
David Pursehouse909666c2017-06-29 13:22:55 +09001112Controls whether to enable line wrapping or not.
Paladoxee24b3c2016-09-05 23:51:02 +01001113+
1114If `false` is selected then line wrapping is disabled.
1115This is the default option.
1116+
1117If `true` is selected then line wrapping is enabled.
1118
Edwin Kempin7a85f412014-05-09 12:51:51 +02001119[[keyboard-shortcuts]]
1120== Keyboard Shortcuts
1121
1122Navigation within the review UI can be completely done by keys, and
1123most actions can be controlled by keyboard shortcuts. Typing `?` opens
1124a popup that shows a list of available keyboard shortcuts:
1125
1126- Change Screen
1127+
1128image::images/user-review-ui-change-screen-keyboard-shortcuts.png[width=800, link="images/user-review-ui-change-screen-keyboard-shortcuts.png"]
1129
1130- Side-by-Side Diff Screen
1131+
1132image::images/user-review-ui-side-by-side-diff-screen-keyboard-shortcuts.png[width=800, link="images/user-review-ui-side-by-side-diff-screen-keyboard-shortcuts.png"]
1133+
1134In addition, Vim-like commands can be used to link:#key-navigation[
1135navigate] and link:#search[search] within a patch file.
1136
Edwin Kempinb7a1c7c2014-05-09 11:21:18 +02001137[[new-vs-old]]
1138== New Review UI vs. Old Review UI
1139
1140There are some important conceptual differences between the old and
1141new review UIs:
1142
1143- The old change screen directly shows all patch sets of the change.
1144 With the new change screen only a single patch set is displayed;
1145 users can switch between the patch sets by choosing another patch
1146 set from the link:#patch-sets[Patch Sets] drop down panel in the
1147 screen header.
1148- On the old side-by-side diff screen, new comments are inserted by
1149 double-clicking on a line. With the new side-by-side diff screen
1150 double-click is used to select a word for commenting on it; there
1151 are link:#add-inline-comment[several ways to insert new comments],
1152 e.g. by selecting a code block and clicking on the popup comment
1153 icon.
1154
Edwin Kempinf9b4bc92014-11-05 13:14:57 +01001155[[limitations]]
Edwin Kempinb7a1c7c2014-05-09 11:21:18 +02001156Limitations of the new review UI:
1157
1158- The new side-by-side diff screen cannot render images.
1159
Edwin Kempin7aed5f02014-11-05 13:30:22 +01001160- The new side-by-side diff screen isn't able to highlight line
1161 endings.
1162
Edwin Kempin4fd84c92014-04-30 13:23:15 +02001163GERRIT
1164------
1165Part of link:index.html[Gerrit Code Review]
1166
1167SEARCHBOX
1168---------