0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-19 08:53:25 +01:00
gitea/routers/web/repo
Lunny Xiao e91733468e
Add missing database transaction for new issue (#29490)
When creating an issue, inserting issue, assign users and set project
should be in the same transaction.
2024-03-04 11:24:02 +00:00
..
actions remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
setting Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
activity.go
attachment.go
blame.go
branch.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
cherry_pick.go
code_frequency.go
commit.go
compare.go
contributors.go
download.go
editor.go Make PR form use toast to show error message (#29545) 2024-03-02 15:05:07 +00:00
editor_test.go
find.go
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go Add missing database transaction for new issue (#29490) 2024-03-04 11:24:02 +00:00
issue_content_history.go Fix issue & comment history bugs (#29525) 2024-03-01 16:46:02 +00:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
packages.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
patch.go
projects.go Enable/disable owner and repo projects independently (#28805) 2024-03-04 02:56:52 +00:00
projects_test.go
pull.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
pull_review.go
pull_review_test.go
recent_commits.go
release.go Fix a bug returning 404 when display a single tag with no release (#29466) 2024-03-02 14:03:39 +00:00
release_test.go
render.go
repo.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
search.go
topic.go
treelist.go
view.go Fix elipsis button not working if the last commit loading is deferred (#29544) 2024-03-02 19:31:59 +00:00
view_test.go
wiki.go
wiki_test.go