Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commit status popup to issuelist #19375

Merged
merged 15 commits into from
Apr 26, 2022

Commits on Apr 11, 2022

  1. Add status popup to issue list

    This gets the necessary data to the issuelist for it to support a clickable commit status icon which pops up the full list of commit statuses related to the commit. It accomplishes this without any additional queries or fetching as the existing codepath was already doing the necessary work but only returning the "last" status. All methods were wrapped to call the least-filtered version of each function in order to maximize code reuse.
    parnic committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    651dbdb View commit details
    Browse the repository at this point in the history
  2. Fix wrong variable reference

    parnic committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    cb401b7 View commit details
    Browse the repository at this point in the history
  3. Fix Details link not showing up

    And use a better method to build the dictionary on the fly instead of in the controller code.
    parnic committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4f42304 View commit details
    Browse the repository at this point in the history
  4. Satisfy linter

    I would have preferred to leave this function in for future use, but `make lint` wants it gone, so it's gone.
    parnic committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9e18bbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7406a8a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    0641220 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    4dd46f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    5134f1c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    490f49b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    ae792fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e8bf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    d7b79ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94207f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de0436a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba58641 View commit details
    Browse the repository at this point in the history