Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Talk discussion resolved
Info

This feature is available only under a commercial or evaluation license.

To configure and view Pull Requests Reports of the current repository, navigate to the Pull requests section on the sidebar and select Reports on the Pull requests page. 

Use pull requests reports to:

  • View and analyze the breakdown of all pull requests in a repository grouped by author, reviewer, state or destination branch.
  • Easily find all pull requests with a certain author, reviewer, state or destination branch.
  • Keep track of the dynamics of pull requests' creation and merging over time.

Pull Requests Reports options:

Table of Contents
maxLevel3
stylenone
separatorbraces

Image Addedss1

Pie Chart Report

It shows a pie chart of pull requests for your repository grouped by a specified statistic type. This helps you see the breakdown of a set of pull requests, at a glance.

To configure generate a pie chart Pie Chart report:

  1. Navigate to the repository of your choice.
  2. Choose Pull requests> Reports> Pie Chart Report.
  3. Choose Pie Chart Report in the Reports tab.
    ss2
  4. Select which type of statistic to group pull requests by. Choose one of the options:

    • Author

    • Reviewer

    • State

    • DestinationSource

      Image Addedss3
  5. Click 'Next'.

Once configuration is done, you will see a pie chart and two tables.

ss4

something like this:

Image Added

On the screenshot above, you can see a pie chart of pull requests grouped by author. To the right of the pie chart, there is a table showing the number of pull requests that correspond to each author (reviewer, pull request state or destination branch).

Below the pie chart, you can see the table with the details of pull requests. Initially, the bottom table it includes all pull requests. To filter it and see only the details of pull requests of with a certain author (reviewer, pull request state or destination branch), click the corresponding chart section or author name row in the table located to the right of the chart.

ss5

It works the same way for other statistic typesTo go back to viewing the details of all pull requests, click the selected chart section or row in the table.

Created vs Merged Pull Requests Report

It maps created shows the number of pull requests created versus merged number of pull requests merged over a given period of time. This can help you keep track of the dynamics of your repository development.

To configure generate a created vs merged pull requests report:Created vs Merged Pull Requests report:

  1. Navigate to the repository of your choice.
  2. Choose Pull requests> Reports> Created Choose Created vs Merged Pull Requests Report in the Reports tab.ss6
  3. Set the period of created and merged pull requests.

  4. Select how to group pull requests. Choose one of the options:

    • dayDays
    • weekWeeks
    • monthMonths
    • Yearsyear
      ss7Image Added
  5. Click 'Next'.

Once configuration is done, you will see a graph and two tables.

ss8

something like this:

Image Added

Talk
idtalk-536

The graph is created by the cumulative total pattern, which means data is progressively added to the preceding period. Graphs' areas in red show periods where more pull requests were created than merged. Areas in green show periods where more pull requests were merged than created.

On the screenshot above, you can see the graph with created vs merged pull requests grouped by day. To the right of the graph, there is a table showing the number of created and merged pull requests that correspond to each period.

Below the graph, you can see the table with the details of pull requests. Initially, the bottom table it includes all pull requests. To filter it and see only the details of pull requests of until a certain period, click the corresponding point on the graph or period row in the table located to the right of the chartthe graph. To go back to viewing the details of all pull requests, click the selected point on the graph or row in the table.

Info

If you'd like Awesome Graphs to include other pull requests reports, please, let us know.