-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix branch page pull request title and link error #10092
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zeripath
approved these changes
Feb 1, 2020
GiteaBot
added
the
lgtm/need 1
This PR needs approval from one additional maintainer to be merged.
label
Feb 1, 2020
lafriks
approved these changes
Feb 1, 2020
GiteaBot
added
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
and removed
lgtm/need 1
This PR needs approval from one additional maintainer to be merged.
labels
Feb 1, 2020
Integration tests fail |
lunny
force-pushed
the
lunny/fix_branch_pr
branch
from
February 1, 2020 13:25
f450900
to
da09245
Compare
lafriks
approved these changes
Feb 1, 2020
Codecov Report
@@ Coverage Diff @@
## master #10092 +/- ##
==========================================
+ Coverage 43.45% 43.45% +<.01%
==========================================
Files 566 566
Lines 78987 78989 +2
==========================================
+ Hits 34321 34324 +3
+ Misses 40430 40426 -4
- Partials 4236 4239 +3
Continue to review full report at Codecov.
|
Please send backports |
lunny
added a commit
to lunny/gitea
that referenced
this pull request
Feb 1, 2020
* Fix branch page pull request title and link error * Fix ui
lunny
added a commit
to lunny/gitea
that referenced
this pull request
Feb 1, 2020
* Fix branch page pull request title and link error * Fix ui
zeripath
pushed a commit
that referenced
this pull request
Feb 1, 2020
zeripath
pushed a commit
that referenced
this pull request
Feb 1, 2020
7 tasks
lafriks
added a commit
that referenced
this pull request
Feb 14, 2020
* Fix branch page pull request title and link error (#10092) * Fix branch page pull request title and link error * Fix ui * Fix reply on code review (#10227) Co-authored-by: zeripath <[email protected]> * Revert unrelated change * Fix lint Co-authored-by: zeripath <[email protected]> Co-authored-by: Lauris BH <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
backport/done
All backports for this PR have been created
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
type/bug
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #8305.
This PR will display
<owner>/<repo>#<number>
on branches if the repository is a forked repository and the branch has sent a PR to base repository.