You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`.
2 months ago
..
hooks Fix agit automerge (#31207) 5 months ago
info Reduce integration test overhead (#32475) 3 months ago
objects Support repo license (#24872) 4 months ago
refs Use batch database operations instead of one by one to optimze api pulls (#32680) 2 months ago
HEAD Kd/ci playwright go test (#20123) 2 years ago
config Kd/ci playwright go test (#20123) 2 years ago