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/modules/structs
a1012112796 b9850375fc
Add review request api (#11355)
* Add review request api

* add : POST /repos/{owner}/{repo}/pulls/{index}/requested_reviewers
* Remove : DELET /repos/{owner}/{repo}/pulls/{index}/requested_reviewers
* fix some request review bug
* block delet request review by models/DeleteReview()

Signed-off-by: a1012112796 <1012112796@qq.com>

* make fmt

* fix bug

* fix test code

* fix typo

* Apply suggestion from code review @jonasfranz

* fix swagger ref

* fix typo

Co-authored-by: Lauris BH <lauris@nix.lv>

* fix comment

* Change response message

* chang response so some simplfy

* Add ErrIllLegalReviewRequest
fix some nits

* make fmt

* Apply suggestions from code review

Co-authored-by: silverwind <me@silverwind.io>

* * Add team support
* fix test
* fix an known bug

* fix nit

* fix test

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* update get api and add test

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: zeripath <art27@cantab.net>
4 years ago
..
admin_user.go
attachment.go Fix wrong hint when status checking is running on pull request view (#9886) 5 years ago
commit_status.go Fix wrong hint when status checking is running on pull request view (#9886) 5 years ago
cron.go Add cron running API (#12421) 5 years ago
doc.go
fork.go
git_blob.go
git_hook.go
hook.go Update golangci-lint to version 1.31.0 (#13102) 4 years ago
issue.go Issue templates directory (#11450) 4 years ago
issue_comment.go
issue_label.go [API] Fix inconsistent label color format (#10129) 5 years ago
issue_milestone.go Add Created & Updated to Milestone (#12662) 5 years ago
issue_reaction.go [API] Fix 9544 | return 200 when reaction already exist (#9550) 5 years ago
issue_stopwatch.go additional data for type StopWatch in swagger api (#12458) 5 years ago
issue_tracked_time.go [API] Extend times API (#9200) 5 years ago
lfs_lock.go
miscellaneous.go
notifications.go API: NotificationSubject show Issue/Pull State (#12901) 4 years ago
org.go
org_member.go
org_team.go [API] orgEditTeam make Fields optional (#9556) 5 years ago
org_type.go
pull.go Add option to API to update PullRequest base branch (#11666) 5 years ago
pull_review.go Add review request api (#11355) 4 years ago
release.go Add single release page and latest redirect (#11102) 5 years ago
repo.go Gitea 2 Gitea migration (#12657) 4 years ago
repo_branch.go Prevent merge of outdated PRs on protected branches (#11012) 5 years ago
repo_collaborator.go
repo_commit.go [#13004] Add Timestamp to Tag list API (#13026) 4 years ago
repo_file.go
repo_key.go
repo_refs.go
repo_tag.go
repo_topic.go
repo_tree.go
repo_watch.go
settings.go Expose Attachemnt Settings by API (#12514) 5 years ago
status.go
task.go
user.go
user_app.go Remove Unused Functions (#10516) 5 years ago
user_email.go
user_gpgkey.go
user_key.go