mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
b9850375fc
* 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>
107 lines
1.8 KiB
YAML
107 lines
1.8 KiB
YAML
-
|
|
id: 1
|
|
type: 1
|
|
reviewer_id: 1
|
|
issue_id: 2
|
|
content: "Demo Review"
|
|
updated_unix: 946684810
|
|
created_unix: 946684810
|
|
-
|
|
id: 2
|
|
type: 1
|
|
reviewer_id: 534543
|
|
issue_id: 534543
|
|
content: "Invalid Review #1"
|
|
updated_unix: 946684810
|
|
created_unix: 946684810
|
|
-
|
|
id: 3
|
|
type: 1
|
|
reviewer_id: 1
|
|
issue_id: 343545
|
|
content: "Invalid Review #2"
|
|
updated_unix: 946684810
|
|
created_unix: 946684810
|
|
-
|
|
id: 4
|
|
type: 0 # Pending review
|
|
reviewer_id: 1
|
|
issue_id: 2
|
|
content: "Pending Review"
|
|
updated_unix: 946684810
|
|
created_unix: 946684810
|
|
-
|
|
id: 5
|
|
type: 2
|
|
reviewer_id: 1
|
|
issue_id: 3
|
|
content: "New review 1"
|
|
updated_unix: 946684810
|
|
created_unix: 946684810
|
|
-
|
|
id: 6
|
|
type: 0
|
|
reviewer_id: 2
|
|
issue_id: 3
|
|
content: "New review 3"
|
|
original_author_id: 0
|
|
updated_unix: 946684811
|
|
created_unix: 946684811
|
|
-
|
|
id: 7
|
|
type: 3
|
|
reviewer_id: 3
|
|
issue_id: 3
|
|
content: "New review 4"
|
|
original_author_id: 0
|
|
updated_unix: 946684812
|
|
created_unix: 946684812
|
|
-
|
|
id: 8
|
|
type: 1
|
|
reviewer_id: 4
|
|
issue_id: 3
|
|
original_author_id: 0
|
|
content: "New review 5"
|
|
commit_id: 8091a55037cd59e47293aca02981b5a67076b364
|
|
stale: true
|
|
updated_unix: 946684813
|
|
created_unix: 946684813
|
|
-
|
|
id: 9
|
|
type: 3
|
|
reviewer_id: 2
|
|
issue_id: 3
|
|
content: "New review 3 rejected"
|
|
updated_unix: 946684814
|
|
created_unix: 946684814
|
|
original_author_id: 0
|
|
|
|
-
|
|
id: 10
|
|
type: 3
|
|
reviewer_id: 100
|
|
issue_id: 3
|
|
content: "a deleted user's review"
|
|
official: true
|
|
updated_unix: 946684815
|
|
created_unix: 946684815
|
|
|
|
-
|
|
id: 11
|
|
type: 4
|
|
reviewer_id: 0
|
|
reviewer_team_id: 7
|
|
issue_id: 12
|
|
official: true
|
|
updated_unix: 1602936509
|
|
created_unix: 1602936509
|
|
|
|
-
|
|
id: 12
|
|
type: 4
|
|
reviewer_id: 1
|
|
issue_id: 12
|
|
official: true
|
|
updated_unix: 1603196749
|
|
created_unix: 1603196749 |