Customize changeset pages

On a changeset page, you can view the details of a specific changeset. You can customize what information is displayed by default.

View changesets

A changeset page displays the following changeset information:

  • The changeset ID and title.

  • The associated stream or project.

  • Recent activity, such as plugins that ran on the changeset.

  • Related requests.

  • The associated reviews.

  • The results of chains that ran on the changeset, including findings and measurements.

  • A list of all the files in the changeset.

  • The contents of the files and comments.

Note: Comments and findings are tied to the file version where they were added, and shown when that version is displayed.

To view a changeset:

  1. From the spaces list at the top right, select a space.
  2. On the Products page, open a product or Git repository.
  3. (Optional) To restrict the changeset scope, open a stream or branch.
  4. In the sidebar, select Changeset History.

  5. Click a changeset to open the changeset page.

  6. Navigate between the tabs to view changeset details:

    Tab Description
    Conversation

    Displays information about related requests and reviews, results of unit tests, and delivery date and time.

    The Activity section displays chain run information, including the state of each plugin, the user who delivered the changes, and plugin results.

    Changes

    Displays the changes made to the files, and comments from reviewers.

    For details on how to inspect files, see Browse files in reviews.

    Chain Runs

    Displays the history of chain runs, including the chain run status and plugin results.

    Expand each plugin to view its measurements and findings.

  7. To view the changeset on the Changeset Graph, click Show on graph.

  8. To browse the contents of the parent stream at the time the changeset was delivered, click View in Code Browser.

Back to top

Customize changeset pages

You can choose to display the following elements on a changeset page by default:

  • Comments made by reviewers.

  • Findings on files made by experts.

  • Entire files (not only the lines that have changed).

  • Previous versions of files.

  • Combine the previous and current differences of files.

To customize the view of a changeset page:

  1. From the spaces list at the top right, select a space.
  2. From the list of products, open a product or Git repository.
  3. (Optional) To restrict the changeset scope, open a stream or branch.
  4. In the sidebar, select Changeset History.

  5. Click a changeset to open the changeset page.

  6. On the changeset page, click More at the top right and select Display Defaults.

  7. In the Display Defaults dialog box, select what to display by default:

    Option Description
    Show by default Select what information to display:
    Comments

    Comments are displayed by default. You can select to also display comments from other reviewers.

    Findings on files

    By default, findings are displayed inline inside file content.

    If you clear this option, you can view findings by hovering over the file content margin.

    You can select to also display findings on hidden lines.

    Entire file Select this option to display the entire file rather than only the relevant part of a file's contents.
    Previous version of file The previous revision of a file is displayed by default. Clear this option to display only the latest version.
    Show differences unified Select this option to combine the previous and current revisions of a file. By default, the file revisions are displayed side by side.
    Default tab Select what tab to display when opening a review page. By default, the Conversation tab is displayed.
    White spaces Select an option to control how white space is displayed. By default, all spaces are displayed.
  8. Click OK.

Back to top

See also: