REST API: Pull Requests Details 

In this release, we've added the capability to export the data with the detailed list of pull requests with their metadata via the REST API endpoints.

Awesome Graphs' REST API provides global, user, project, and repository data, outperforming the Bitbucket's REST API. 

You can access the REST API documentation at the People page by clicking on Export and then REST API. Awesome Graphs' REST APIs provide access to resources (data entities) via URI paths. To use REST API, your application will make an HTTP request and parse the response. Read more about the Awesome Graphs REST API resources.


The Contributions Report: Filtering by State

We've also added the possibility to choose multiple options of filtering by state in the Contributions report to capture trends of developers' involvement in the code review. Before that, it was only possible to select either pull requests of one state or all of them.

Fixed in this release

A couple of fixes are included in this release:

  • optimization of the indexing process to decrease the indexing time while pushing new branches
  • ISO date format while exporting to CSV
  • some stored XSS vulnerabilities.