gitea/modules/structs
a1012112796 b9850375fc
Add review request api ()
* 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>
..
admin_user.go Move sdk structs to modules/structs ()
attachment.go Fix wrong hint when status checking is running on pull request view ()
commit_status.go Fix wrong hint when status checking is running on pull request view ()
cron.go Add cron running API ()
doc.go Move sdk structs to modules/structs ()
fork.go Move sdk structs to modules/structs ()
git_blob.go Move sdk structs to modules/structs ()
git_hook.go Move sdk structs to modules/structs ()
hook.go Update golangci-lint to version 1.31.0 ()
issue.go Issue templates directory ()
issue_comment.go Display original author and URL information when showing migrated issues/comments ()
issue_label.go [API] Fix inconsistent label color format ()
issue_milestone.go Add Created & Updated to Milestone ()
issue_reaction.go [API] Fix 9544 | return 200 when reaction already exist ()
issue_stopwatch.go additional data for type StopWatch in swagger api ()
issue_tracked_time.go [API] Extend times API ()
lfs_lock.go Move sdk structs to modules/structs ()
miscellaneous.go API method to list all commits of a repository ()
notifications.go API: NotificationSubject show Issue/Pull State ()
org.go Add teams to repo on collaboration page. ()
org_member.go Move sdk structs to modules/structs ()
org_team.go [API] orgEditTeam make Fields optional ()
org_type.go Fixes - API Org Visibility ()
pull.go Add option to API to update PullRequest base branch ()
pull_review.go Add review request api ()
release.go Add single release page and latest redirect ()
repo.go Gitea 2 Gitea migration ()
repo_branch.go Prevent merge of outdated PRs on protected branches ()
repo_collaborator.go Move sdk structs to modules/structs ()
repo_commit.go [] Add Timestamp to Tag list API ()
repo_file.go [API] Extend contents with dates ()
repo_key.go Move sdk structs to modules/structs ()
repo_refs.go Move sdk structs to modules/structs ()
repo_tag.go Fixes - Adds the /git/tags API endpoint ()
repo_topic.go Add API endpoint for accessing repo topics ()
repo_tree.go Move sdk structs to modules/structs ()
repo_watch.go Move sdk structs to modules/structs ()
settings.go Expose Attachemnt Settings by API ()
status.go Move sdk structs to modules/structs ()
task.go Move migrating repository from frontend to backend ()
user.go Add LastLogin to the User API ()
user_app.go Remove Unused Functions ()
user_email.go Move sdk structs to modules/structs ()
user_gpgkey.go Move sdk structs to modules/structs ()
user_key.go Move sdk structs to modules/structs ()