gitea/tests/gitea-repositories-meta/user2/repo1.git
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
..
hooks Fix agit automerge (#31207) 2024-08-20 14:17:21 +08:00
info Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
objects Support repo license (#24872) 2024-10-01 15:25:08 -04:00
refs Use batch database operations instead of one by one to optimze api pulls (#32680) 2024-12-11 05:15:06 +08:00
HEAD Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
config Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00