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/routers
6543 c97494a4f4
API: Add pull review endpoints (#11224)
* 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>
5 years ago
..
admin Users should not be able to prohibit their own login (#10970) 5 years ago
api/v1 API: Add pull review endpoints (#11224) 5 years ago
dev Display ui time with customize time location (#7792) 6 years ago
org Add Organization Wide Labels (#10814) 5 years ago
private Prevent clones and pushes to disabled wiki (#11131) 5 years ago
repo Fix creation of Organization repos by Users with max created personal repos (#11183) 5 years ago
routes Add single release page and latest redirect (#11102) 5 years ago
user Refactor UpdateOAuth2Application (#11034) 5 years ago
utils Handle push rejection message in Merge & Web Editor (#10373) 5 years ago
home.go Add detected file language to code search (#10256) 5 years ago
init.go Language statistics bar for repositories (#8037) 5 years ago
install.go Add support for database schema in PostgreSQL (#8819) 5 years ago
metrics.go Use gitea forked macaron (#7933) 6 years ago
swagger_json.go Add gitea-vet (#10948) 5 years ago