]> source.dussan.org Git - gitea.git/commit
Add attachment support for code review comments (#29220)
authorJimmy Praet <jimmy.praet@telenet.be>
Sun, 25 Feb 2024 06:00:55 +0000 (07:00 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 06:00:55 +0000 (06:00 +0000)
commit2e33671f2c1e98759e4fd2a90944c534cfdf5776
treef8d1343d2ecbdf9b0bd8ed5cd7f1a48eeb33a1af
parent1ef87773b1e75b99b4b842303542fd17d9c2e6f7
Add attachment support for code review comments (#29220)

Fixes #27960, #24411, #12183

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
15 files changed:
models/issues/comment.go
routers/api/v1/repo/pull_review.go
routers/web/repo/issue.go
routers/web/repo/pull.go
routers/web/repo/pull_review.go
routers/web/repo/pull_review_test.go
services/forms/repo_form.go
services/mailer/incoming/incoming_handler.go
services/pull/review.go
templates/repo/diff/box.tmpl
templates/repo/diff/comment_form.tmpl
templates/repo/diff/comments.tmpl
templates/repo/issue/view_content/conversation.tmpl
web_src/js/features/common-global.js
web_src/js/features/repo-issue.js