gitea/models
Lunny Xiao a2e8a289b2
Improve pull request list api (#34052)
The pull request list API is slow, for every pull request, it needs to
open a git repository. Assume it has 30 records, there will be 30 sub
processes back because every repository will open a git cat-file --batch
sub process. This PR use base git repository to get the head commit id
rather than read it from head repository to avoid open any head git
repository.
2025-03-31 12:54:31 -07:00
..
actions Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
activities Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
admin Fix omitempty bug (#33663) 2025-02-20 12:39:21 -08:00
asymkey Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
auth Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
avatars Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
db Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
dbfs Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
fixtures Move issue pin to an standalone table for querying performance (#33452) 2025-02-17 11:28:37 -08:00
git Improve pull request list api (#34052) 2025-03-31 12:54:31 -07:00
issues Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
migrations Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
organization Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
packages Add composor source field (#33502) 2025-02-28 16:29:21 +00:00
perm Add anonymous access support for private/unlisted repositories (#34051) 2025-03-29 13:26:41 +08:00
project Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
pull Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
renderhelper Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
repo Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
secret Added Description Field for Secrets and Variables (#33526) 2025-03-17 19:24:54 +00:00
shared/types Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
system Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
unit Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options (#32416) 2024-11-11 00:11:00 +00:00
unittest Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
user Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
webhook Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
repo_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
repo.go Fix issue comment number (#30556) 2024-12-30 14:35:46 -08:00