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/routers/api/v1
谈笑风生间 309354c70e
New webhook trigger for receiving Pull Request review requests (#24481)
close https://github.com/go-gitea/gitea/issues/16321

Provided a webhook trigger for requesting someone to review the Pull
Request.

Some modifications have been made to the returned `PullRequestPayload`
based on the GitHub webhook settings, including:
- add a description of the current reviewer object as
`RequestedReviewer` .
- setting the action to either **review_requested** or
**review_request_removed** based on the operation.
- adding the `RequestedReviewers` field to the issues_model.PullRequest.
This field will be loaded into the PullRequest through
`LoadRequestedReviewers()` when `ToAPIPullRequest` is called.

After the Pull Request is merged, I will supplement the relevant
documentation.
2 years ago
..
activitypub Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) 2 years ago
admin Refactor rename user and rename organization (#24052) 2 years ago
misc Add API for Label templates (#24602) 2 years ago
notify Decouple the different contexts from each other (#24786) 2 years ago
org Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694) 2 years ago
packages Add CRAN package registry (#22331) 2 years ago
repo Add IsErrRepoFilesAlreadyExist check when fork repo (#24678) 2 years ago
settings
swagger Add API for Label templates (#24602) 2 years ago
user Decouple the different contexts from each other (#24786) 2 years ago
utils New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago
api.go Add API for Label templates (#24602) 2 years ago
auth.go
auth_windows.go