gitea/models
Giteabot 0925089b5e
Honor delete branch on merge repo setting when using merge API (#35488) (#35726)
Backport #35488 by @kemzeb

Fix #35463.

---------

Co-authored-by: Kemal Zebari <60799661+kemzeb@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-22 09:41:40 -07:00
..
actions Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
activities Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
admin Don't block site admin's operation if SECRET_KEY is lost (#35721) (#35724) 2025-10-22 05:02:47 +00:00
asymkey Refactor legacy code (#35708) (#35716) 2025-10-21 05:47:37 +00:00
auth Don't block site admin's operation if SECRET_KEY is lost (#35721) (#35724) 2025-10-22 05:02:47 +00:00
avatars Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
db Fix various typos in codebase (#35480) 2025-09-13 10:34:43 -04:00
dbfs Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
fixtures Add rebase push display wrong comments bug (#35560) (#35580) 2025-10-04 10:28:32 +02:00
git Honor delete branch on merge repo setting when using merge API (#35488) (#35726) 2025-10-22 09:41:40 -07:00
issues Fix various bugs (#35684) (#35696) 2025-10-19 02:26:03 +08:00
migrations Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
organization Make restricted users can access public repositories (#35693) (#35719) 2025-10-21 15:35:41 +00:00
packages Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
perm Make restricted users can access public repositories (#35693) (#35719) 2025-10-21 15:35:41 +00:00
project Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
pull Start automerge check again after the conflict check and the schedule (#34989) 2025-07-08 14:51:16 +00:00
renderhelper Fix commit message rendering and some UI problems (#34680) 2025-06-10 23:20:32 +08:00
repo Make restricted users can access public repositories (#35693) (#35719) 2025-10-21 15:35:41 +00:00
secret Don't block site admin's operation if SECRET_KEY is lost (#35721) (#35724) 2025-10-22 05:02:47 +00:00
shared/types Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
system Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
unit Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
unittest Refactor db package (#35380) 2025-08-30 01:04:06 +08:00
user Fix various typos in codebase (#35480) 2025-09-13 10:34:43 -04:00
webhook Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
repo.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
repo_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00