gitea/tests/gitea-repositories-meta/user2
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
..
commits_search_test.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
commitsonpr.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
git_hooks_test.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
glob.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
lfs.git Fix test fixtures for user2/lfs.git (#32477) 2024-11-12 05:41:22 +00:00
readme-test.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
repo-release.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
repo1.git Use batch database operations instead of one by one to optimze api pulls (#32680) 2024-12-11 05:15:06 +08:00
repo1.wiki.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
repo2.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
repo15.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
repo16.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
repo20.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
test_commit_revert.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
utf8.git Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00