spark-pr-dashboard
spark-pr-dashboard copied to clipboard
Dashboard to aid in Spark pull request reviews
If I click on a username after having scrolled down the page, React updates the page contents but maintains my scroll position at the bottom of the page. When clicking...
@JoshRosen I've created a Top Contributors tab that lists the top 15 contributors for each component based on number of PRs authors and commented on. I've already added this feature...
For very long discussion threads, it looks like we miss new comments. I thought I had addressed this through the pagination helper function, but it looks like we're running into...
I like how the [GitHub pull request browser](https://github.com/apache/spark/pulls) supports vi-style keyboard shortcuts for scrolling through the list (`j/k` to browse up and down and `o` or `enter` to browse to...
Sometimes we know that a Jenkins build won't pass, then it would be good to simply kill the build. For example, sometimes we may open a PR for preview and...
If a user closes a PR because we decided not to include the proposed feature, we often forget to resolve the JIRA, leading to a build-up of issues. We should...
It's annoying to have to sign in every day, especially when using Davies' "retest PR" bookmarklet. Maybe we can address this by increasing the default session / cookie expiration time.
It would be helpful I could mouse over the "mergability" icons to see whether pull requests cleanly merge into maintenance branches.
The app might display out of date results in a few scenarios, including: - exceeding GitHub API calls, pausing the update queue. - manually pausing updates. - AppEngine datastore in...
Should we somehow display recently-closed PRs? This might be a useful tool for folks to track what's happening in Spark. We should visually distinguish between PRs that were merged and...