gerrit API

regular options

sending data

  • json with file

  • json with string

  • txt

verifying header content

  • get change via change-id

  • get change via commit-id

who approval the CR+2

get all vote CR-2

  • example output for .labels.<tag>.all[]

reference:

who approval the V+1

access list contains account

[!NOTE]

all reviews at a certain time

[!NOTE|label:references:]

get review rate in certain time

list all projects

list gerrit projects with certain account

list project configure

comments

get inline comments

[!NOTE|label:references:]

APIs:

  • 'GET /changes/{change-id}/comments'

  • 'GET /changes/{change-id}/revisions/{revision-id}/comments'

  • 'GET /changes/{change-id}/revisions/{revision-id}/comments/{comment-id}'

set review

[!NOTE|label:references:]

APIs:

  • POST /changes/{change-id}/revisions/{revision-id}/review

reference

[!NOTE|lbael:references:]

Last updated

Was this helpful?