-
-
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
Allows external rendering of other filetypes #8295
Conversation
…move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull (#8218) * extract actions on new pull request from models to pulls service * improve code * move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull * fix fmt * Rename pulls.go to pull.go
* Add logging for when user requested attachment doesn't belong to the specified release. * Fix API to use correct variable for release asset (attachment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #8295 +/- ##
==========================================
- Coverage 41.52% 41.52% -0.01%
==========================================
Files 493 494 +1
Lines 65376 65396 +20
==========================================
+ Hits 27150 27155 +5
- Misses 34729 34744 +15
Partials 3497 3497
Continue to review full report at Codecov.
|
I don't understand, why do changes from other PRs show up as changes here? Normally when master is merged into the PR the changes don't show up. Is this an EOL issue? |
@guillep2k It is possible I did a git pull with gitea/gitea still set as my remote? I'm not sure how to revert this without closing the PR and re-opening Edit: Apologies for the inconvenience. |
@HarvsG I don't see the problem if you need to open a new PR. Just reference it here (you need of course to create another branch). |
You can cherry-pick your own commits, I guess. |
You should close this PR. |
Fixes #4996 and #7614
allows rendering of non-text files, or otherwise un-accounted for filetypes