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 Extra Info to Branches Page #7461

Commits on Jul 14, 2019

  1. Add branch protection information to branches page

    This change will add a tag on the ui that indicates
    whether a branch is protected on the repository
    branches page.
    
    Signed-off-by: Gary Kim <gary@garykim.dev>
    gary-kim committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    aaa6894 View commit details
    Browse the repository at this point in the history
  2. Add last commit information to repo branches page

    This change adds the ID and commit message of the last
    commit on a branch to the branches page for repositories.
    
    Signed-off-by: Gary Kim <gary@garykim.dev>
    gary-kim committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    f219489 View commit details
    Browse the repository at this point in the history
  3. Make branch page commit message truncate in css rather then template

    The truncating of commit messages shown under branches
    in the repository branches page has been moved to using
    css rather then the Go template as the template was causing
    some issues when the commit messaged had a link when rendered.
    
    This commit also makes the commit message paragraph itself
    use flex in order to make managing its elements easier.
    
    Signed-off-by: Gary Kim <gary@garykim.dev>
    gary-kim committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    cbec921 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    25f4d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34591a2 View commit details
    Browse the repository at this point in the history