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

Show source/target branches on PR's list #19747

Merged
merged 16 commits into from
May 25, 2022

Commits on May 18, 2022

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

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    f846832 View commit details
    Browse the repository at this point in the history
  2. Update home.go

    IT-AlexKor committed May 21, 2022
    Configuration menu
    Copy the full SHA
    9443f75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6076c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    470df3e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

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

Commits on May 24, 2022

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

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    c982f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5a933 View commit details
    Browse the repository at this point in the history
  3. PR go-gitea#19747

    * Add AppSubURL to URL's
    * Synchronize coloring schemes
    * Fix SVG size
    alex-kor-wrk committed May 25, 2022
    Configuration menu
    Copy the full SHA
    25196de View commit details
    Browse the repository at this point in the history
  4. refactor issue list branch names

    * clarify getRepoIDs usage, now it also returns the repo IDs for PullRequest.HeadRepo
    * remove unnecessary ctx.Data["AppSubURL"], use `repo.HTMLURL` instead
    * use span inside a tag, instead of div
    * escape the branch names in URL
    * remove unnecessary CSS styles and variables
    * use character instead of SVG arrows
    wxiaoguang committed May 25, 2022
    Configuration menu
    Copy the full SHA
    0afa9db View commit details
    Browse the repository at this point in the history
  5. Update templates/shared/issuelist.tmpl

    Co-authored-by: Lauris BH <lauris@nix.lv>
    wxiaoguang and lafriks committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d0c27d7 View commit details
    Browse the repository at this point in the history
  6. inline the span tags to remove spaces. prevent NPE if HeadRepo is nil…

    … (BaseRepo should always exist)
    wxiaoguang committed May 25, 2022
    Configuration menu
    Copy the full SHA
    cb0b2dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dffc81b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    866c2d8 View commit details
    Browse the repository at this point in the history