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/api/v1
Norwin 658d1bfac8
API: fix set milestone on PR creation (#14981)
* API: fix set milestone on PR creation

pr creation via API failed with 404, because we searched
for milestoneID 0, due to uninitialized var usage D:

* add tests

* fix expected status codes

* fix tests

Co-authored-by: 6543 <6543@obermui.de>
4 years ago
..
admin [API] Add Restricted Field to User (#14630) 4 years ago
misc
notify
org Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 4 years ago
repo API: fix set milestone on PR creation (#14981) 4 years ago
settings Export LFS & TimeTracking function status (#14753) 4 years ago
swagger Add dismiss review feature (#12674) 4 years ago
user
utils Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
api.go Prevent incorrect HTML escaping in swagger.json (#14957) 4 years ago