Kallithea issues archive

Issue #93: pull requests: link from commits back to pull request

Reported by: Thomas De Schampheleire
State: new
Created on: 2015-01-28 12:59
Updated on: 2015-01-28 13:39

Description

When browsing the commits in a pull request, there is no direct way to go back to the pull request. The back button of your browser only works if you did not clicked into deeper commits using the 'parent rev' / 'child rev' links.

In general, there is no connection between commits and the pull requests they are part of, nor is there a connection (AFAICS) between comments on a commit and the pull request it was made in.

I think such a connection could prove useful. At a minimum, we should add a link from commits to their containing pull request.

Attachments

Comments

Comment by Mads Kiilerich, on 2015-01-28 13:39

Because of the broken data model, there will be such a connection when the PR is given a "vote" that appears as a comment on the changeset too.

There used to also be added a comment on the changeset when it was added to a PR. That was however overwhelming and would reset the changeset review status.