gitea/routers/web/repo
Lunny Xiao 5667ef9aab
Add missing database transaction for new issue (#29490) (#29607)
When creating an issue, inserting issue, assign users and set project
should be in the same transaction.

Backport #29490
2024-03-05 16:37:55 +00:00
..
actions Not trigger all jobs any more, when re-running the first job (#29439) (#29441) 2024-02-27 16:18:49 +08:00
setting Preserve BOM in web editor (#28935) (#28959) 2024-01-27 23:23:31 +01:00
activity.go
attachment.go
blame.go Use information from previous blame parts (#28572) (#28577) 2023-12-22 06:47:34 +08:00
branch.go Also sync DB branches on push if necessary (#28361) (#28403) 2023-12-11 06:16:56 +00:00
cherry_pick.go
commit.go Preserve BOM in web editor (#28935) (#28959) 2024-01-27 23:23:31 +01:00
compare.go Preserve BOM in web editor (#28935) (#28959) 2024-01-27 23:23:31 +01:00
download.go
editor_test.go
editor.go Do not double close reader (#29354) (#29370) 2024-02-24 12:08:06 +00:00
find.go
githttp_test.go Fix http protocol auth (#27875) (#27876) 2023-11-02 16:34:55 +01:00
githttp.go Fix http protocol auth (#27875) (#27876) 2023-11-02 16:34:55 +01:00
helper_test.go
helper.go Improve tree not found page (#26570) (#27346) 2023-09-29 18:35:11 +08:00
issue_content_history.go Fix issue & comment history bugs (#29525) (#29527) 2024-03-02 08:45:48 +08:00
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_pin.go Fix missing check (#28406) (#28411) 2023-12-11 09:10:48 +08:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Add missing database transaction for new issue (#29490) (#29607) 2024-03-05 16:37:55 +00:00
main_test.go
middlewares.go Improve user experience for outdated comments (#29050) (#29086) 2024-02-08 10:29:54 +08:00
migrate.go
milestone.go Refactor issue template parsing and fix API endpoint (#29069) (#29140) 2024-02-14 01:32:31 +00:00
packages.go
patch.go
projects_test.go
projects.go Add missing database transaction for new issue (#29490) (#29607) 2024-03-05 16:37:55 +00:00
pull_review_test.go Load outdated comments when (un)resolving conversation on PR timeline (#29203) (#29221) 2024-02-18 06:58:26 +00:00
pull_review.go Load outdated comments when (un)resolving conversation on PR timeline (#29203) (#29221) 2024-02-18 06:58:26 +00:00
pull.go Add missing database transaction for new issue (#29490) (#29607) 2024-03-05 16:37:55 +00:00
release_test.go
release.go Rework markup link rendering (#26745) (#28803) 2024-01-16 02:13:29 +00:00
render.go Preserve BOM in web editor (#28935) (#28959) 2024-01-27 23:23:31 +01:00
repo.go Another round of db.DefaultContext refactor (#27103) (#27262) 2023-09-25 19:24:35 +02:00
search.go
topic.go
treelist.go
view_test.go
view.go Preserve BOM in web editor (#28935) (#28959) 2024-01-27 23:23:31 +01:00
wiki_test.go Make "/user/login" page redirect if the current user has signed in (#29583) (#29599) 2024-03-05 21:03:45 +08:00
wiki.go Rework markup link rendering (#26745) (#28803) 2024-01-16 02:13:29 +00:00