65cd3f5309
Use db.WithTx/WithTx2 instead of TxContext when possible ( #35130 )
2025-07-22 10:02:01 -07:00
1f35435b81
Run gopls modernize
on codebase ( #34751 )
...
Recent modernize fixes:
https://github.com/golang/tools/commits/master/gopls/internal/analysis/modernize
2025-06-18 01:48:09 +00:00
b09687f1d1
Refactor more filterslice ( #30370 )
2024-04-10 04:18:41 +00:00
62f8174aa2
Performance improvements for pull request list page ( #29900 )
...
This PR will avoid load pullrequest.Issue twice in pull request list
page. It will reduce x times database queries for those WIP pull
requests.
Partially fix #29585
---------
Co-authored-by: Giteabot <teabot@gitea.io >
2024-03-21 14:13:08 +01:00
b25eec41eb
Move notifications to a standalone file ( #29930 )
...
There is no code change. Just move notification list related
structs/functions from one file to another.
2024-03-20 10:28:35 +00:00