gitea/routers/api/v1
Antoine GIRARD 2b6f45299d api: fix multiple bugs with statuses endpoints (#7785)
* fix commit statuses api url

* search refs before passing sha

* adjust tests

* directly search tags and branches names + remove un-needed check in NewCommitStatus

* fix comment

* de-duplicate code

* test: use relative setting.AppURL

* Update routers/api/v1/repo/status.go

Co-Authored-By: Lauris BH <lauris@nix.lv>

* remove return

* Update routers/api/v1/repo/status.go

Co-Authored-By: Lauris BH <lauris@nix.lv>
2019-08-09 10:13:03 +08:00
..
admin add pagination for admin api get orgs and fix only list public orgs bug (#7742) 2019-08-04 14:33:36 -04:00
convert fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
misc
org fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
repo api: fix multiple bugs with statuses endpoints (#7785) 2019-08-09 10:13:03 +08:00
swagger
user fix wrong email when use gitea as OAuth2 provider (#7640) 2019-07-27 16:15:30 +03:00
utils
api.go