mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 08:08:36 +00:00
* API: Added pull review read only endpoints * Update Structs, move Conversion, Refactor * refactor * lint & co * fix lint + refactor * add new Review state, rm unessesary, refacotr loadAttributes, convert patch to diff * add DeletePullReview * add paggination * draft1: Create & submit review * fix lint * fix lint * impruve test * DONT use GhostUser for loadReviewer * expose comments_count of a PullReview * infent GetCodeCommentsCount() * fixes * fix+impruve * some nits * Handle Ghosts 👻 * add TEST for GET apis * complete TESTS * add HTMLURL to PullReview responce * code format as per @lafriks * update swagger definition * Update routers/api/v1/repo/pull_review.go Co-authored-by: David Svantesson <davidsvantesson@gmail.com> * add comments Co-authored-by: Thomas Berger <loki@lokis-chaos.de> Co-authored-by: David Svantesson <davidsvantesson@gmail.com>
85 lines
1.4 KiB
YAML
85 lines
1.4 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"
|
|
updated_unix: 946684811
|
|
created_unix: 946684811
|
|
-
|
|
id: 7
|
|
type: 3
|
|
reviewer_id: 3
|
|
issue_id: 3
|
|
content: "New review 4"
|
|
updated_unix: 946684812
|
|
created_unix: 946684812
|
|
-
|
|
id: 8
|
|
type: 1
|
|
reviewer_id: 4
|
|
issue_id: 3
|
|
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
|
|
|
|
-
|
|
id: 10
|
|
type: 3
|
|
reviewer_id: 100
|
|
issue_id: 3
|
|
content: "a deleted user's review"
|
|
official: true
|
|
updated_unix: 946684815
|
|
created_unix: 946684815
|