mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-14 07:41:21 +01:00
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`. |
||
|---|---|---|
| .. | ||
| commits_search_test.git | ||
| commitsonpr.git | ||
| git_hooks_test.git | ||
| glob.git | ||
| lfs.git | ||
| readme-test.git | ||
| repo1.git | ||
| repo1.wiki.git | ||
| repo2.git | ||
| repo15.git | ||
| repo16.git | ||
| repo20.git | ||
| repo-release.git | ||
| test_commit_revert.git | ||
| utf8.git | ||