GitHub Pull Requests Timing

These panels contain information about evolution of Pull Requests in time. Although it shows submitters, repositories and domains as previous GitHub panels, here we focus on how long Pull Requests remain open. Thus, we can work with this panel in a similar way for filtering, but dealing with different information.

Among other information we can find statistical information on closing times and also tables with the latest and the oldest Pull Requests.

Files

To use this dashboard with your own GrimoireLab deployment you need to:

Index Pattern   Dashboard
Index Pattern —– Dashboard


Command line instructions

Once you have the data in place, if you need to manually upload the dashboard execute the following commands:

kidash -e https://user:pass@localhost:443/data --import github_issues-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import github_pull_requests_timing.json

Edit this doc