gitea/models
Lunny Xiao 24b81ac8b9
Use gitrepo's clone and push when possible (#36093)
1 Move `IsRepositoryModelOrDirExist` and `CheckCreateRepository` to
service layer
2 Use `gitrepo.Pushxxx` instead of `git.Push` when possible
3 use `gitrepo.Clonexxx` instead of `gitrepo.Clone` when possible
2025-12-10 09:41:01 +07:00
..
actions Add a doctor command to fix inconsistent run status (#35840) 2025-11-04 03:32:26 +07:00
activities Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +07:00
admin Don't block site admin's operation if SECRET_KEY is lost (#35721) 2025-10-22 12:35:56 +07:00
asymkey Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +07:00
auth Don't block site admin's operation if SECRET_KEY is lost (#35721) 2025-10-22 12:35:56 +07:00
avatars Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
db Fix various typos in codebase (#35480) 2025-09-13 10:34:43 +07:00
dbfs Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
fixtures Add a doctor command to fix inconsistent run status (#35840) 2025-11-04 03:32:26 +07:00
git Fix team member access check (#35899) 2025-11-09 03:13:31 +07:00
issues Revert "adopt changes" (was intendet for #33356) 2025-12-02 21:51:00 +07:00
migrations Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +07:00
organization Fix team member access check (#35899) 2025-11-09 03:13:31 +07:00
packages Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
perm allow action user have read permission in public repo like other user (#36095) 2025-12-07 10:07:04 +07:00
project Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
pull Fix incorrect viewed files counter if file has changed (#36009) 2025-11-27 14:02:03 +07:00
renderhelper Fix commit message rendering and some UI problems (#34680) 2025-06-10 23:20:32 +07:00
repo Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 +07:00
secret Don't block site admin's operation if SECRET_KEY is lost (#35721) 2025-10-22 12:35:56 +07:00
shared/types Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +07:00
system Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
unit Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +07:00
unittest Refactor db package (#35380) 2025-08-30 01:04:06 +07:00
user Update golangci-lint to v2.6.0 (#35801) 2025-11-04 03:03:06 +07:00
webhook Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +07: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 +07:00