-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This is to allow atomic comparison of the impact of the proposed changes of a PR in [WIP] mode.
Scenario: Examine impact of all proposed commits on performance
Given that I have a WIP pull request with multiple individually pushed commits
And that those commits encompass meaningful and significant changes
When I examine the "report page" url for a commit
Then I should be able to inspect the report page of any "previous commit" from the current page
And I should be able to inspect the report page of any "following commit" from the current pageThe benefit from this is that contributors will have easier insight on the course of their final proposal. For example, if a WIP-PR has 5 individually pushed commits with 3 commits that improve performance and the following 2 that slightly lower performance, the author would have to currently either:
- open 5 individual tabs (to report page) to closely examine the report of each commit
- or traverse back and forth on the currently open tab
Related requirements:
- change current
:details_urlfrom/:sha.htmlto/:owner/:repo/:pull_id/:sha.html
Metadata
Metadata
Assignees
Labels
No labels