##// END OF EJS Templates
artifacts: expose a special auth-token based artifacts download urls....
artifacts: expose a special auth-token based artifacts download urls. This will allow sharing download to external locations used new generated artifact download tokens. This feature allows also serving downloads using secret urls with all the fancy logic of our auth tokens.

File last commit:

r3290:ac4e4e5a default
r4003:09f31efc default
Show More
review-diffs.rst
42 lines | 1.0 KiB | text/x-rst | RstLexer

Reviewing Diffs

Diffs are representations of changes made between different changesets of a file. |RCE| provides 4 different types of diffs for each commit or changeset, and depending on your preference you can use whichever for code review purposes.

  • Plain diff
  • Full diff
  • Side-by-side diff
  • Raw diff

Reviewing Changes

|RCE| displays all code changes made with each commit. Removed content is marked in red and new content in green.

Plain Diff

Side-By-Side Diffs

To review code with a side-by-side diff, use the following steps:

  1. Open the repository in which you wish to review a file
  2. Select the revision you wish to review
  3. Select the side-by-side diff icon beside the file name
Side by side diff

Notifying Users

To notify other users of you comments, or requests for feedback, see :ref:`review-notifications-ref`