0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 06:24:35 +01:00
gitea/routers/api/v1
Lunny Xiao fbe6d9dc6b
Use batch database operations instead of one by one to optimze api pulls (#32680)
Resolve #31492

The response time for the Pull Requests API has improved significantly,
dropping from over `2000ms` to about `350ms` on my local machine. It's
about `6` times faster.

A key area for further optimization lies in batch-fetching data for
`apiPullRequest.ChangedFiles, apiPullRequest.Additions, and
apiPullRequest.Deletions`.

Tests `TestAPIViewPulls` does exist and new tests added.

- This PR also fixes some bugs in `GetDiff` functions.
- This PR also fixes data inconsistent in test data. For a pull request,
the head branch's reference should be equal to the reference in
`pull/xxx/head`.
2024-12-11 05:15:06 +08:00
..
activitypub Remove SHA1 for support for ssh rsa signing (#31857) 2024-09-07 18:05:18 -04:00
admin Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
misc Fix markup render regression and fix some tests (#32640) 2024-11-26 03:04:55 +08:00
notify Refactor names (#31405) 2024-06-19 06:32:45 +08:00
org Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
packages
repo Use batch database operations instead of one by one to optimze api pulls (#32680) 2024-12-11 05:15:06 +08:00
settings
shared Refactor names (#31405) 2024-06-19 06:32:45 +08:00
swagger Add priority to protected branch (#32286) 2024-11-27 05:41:06 +01:00
user Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
utils Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
api.go Add priority to protected branch (#32286) 2024-11-27 05:41:06 +01:00