diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2024-04-16 11:45:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 11:45:04 +0800 |
commit | c70e442ce4b99e2a1f1bf216afcfa1ad78d1925a (patch) | |
tree | e4bff85f5ce22a3d57371814d9fb3c261e9f70dc /tests/integration/api_packages_alpine_test.go | |
parent | 3b045ee165c8ba06c99c28d57b849fb53a502e84 (diff) | |
download | gitea-c70e442ce4b99e2a1f1bf216afcfa1ad78d1925a.tar.gz gitea-c70e442ce4b99e2a1f1bf216afcfa1ad78d1925a.zip |
feat(api): implement branch/commit comparison API (#30349)
- Add new `Compare` struct to represent comparison between two commits
- Introduce new API endpoint `/compare/*` to get commit comparison
information
- Create new file `repo_compare.go` with the `Compare` struct definition
- Add new file `compare.go` in `routers/api/v1/repo` to handle
comparison logic
- Add new file `compare.go` in `routers/common` to define `CompareInfo`
struct
- Refactor `ParseCompareInfo` function to use `common.CompareInfo`
struct
- Update Swagger documentation to include the new API endpoint for
commit comparison
- Remove duplicate `CompareInfo` struct from
`routers/web/repo/compare.go`
- Adjust base path in Swagger template to be relative (`/api/v1`)
GitHub API
https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#compare-two-commits
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'tests/integration/api_packages_alpine_test.go')
0 files changed, 0 insertions, 0 deletions