Skip to content

Have a record of all checks in a PR #62

@ashmaroli

Description

@ashmaroli

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 page

The 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_url from /:sha.html to /:owner/:repo/:pull_id/:sha.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions