1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/routers/api/v1
Antoine GIRARD 38e799779f api: fix multiple bugs with statuses endpoints (#7785) (#7807)
* 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 16:18:46 +03:00
..
admin add pagination for admin api get orgs and fix only list public orgs bug (#7742) (#7752) 2019-08-05 00:08:57 -04:00
convert fix wrong email when use gitea as OAuth2 provider (#7640) (#7647) 2019-07-27 17:25:16 +03:00
misc Add golangci (#6418) 2019-06-12 15:41:28 -04:00
org fix wrong email when use gitea as OAuth2 provider (#7640) (#7647) 2019-07-27 17:25:16 +03:00
repo api: fix multiple bugs with statuses endpoints (#7785) (#7807) 2019-08-09 16:18:46 +03:00
swagger Fixes #7292 - API File Contents bug (#7301) 2019-06-29 16:51:10 -04:00
user fix wrong email when use gitea as OAuth2 provider (#7640) (#7647) 2019-07-27 17:25:16 +03:00
utils Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#6953) 2019-05-15 20:01:53 +08:00
api.go fix api route (#7346) 2019-07-03 06:31:29 +01:00