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 fff66eb016
API: fix set milestone on PR creation (#14981) (#15001)
* 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

Co-authored-by: 6543 <6543@obermui.de>

Co-authored-by: 6543 <6543@obermui.de>
4 years ago
..
admin Validate email before inserting/updating (#13475) (#13666) 4 years ago
misc Not using "ctx.ServerError" in api (#12907) 5 years ago
notify API: Fix GetQueryBeforeSince (#13561) 4 years ago
org HotFix: Hide private partisipation in Orgs (#13994) (#14031) 4 years ago
repo API: fix set milestone on PR creation (#14981) (#15001) 4 years ago
settings fix: case typo (#13049) 5 years ago
swagger [API] GetCombinedCommitStatusByRef always return json & swagger doc fixes (#14047) 4 years ago
user Validate email before inserting/updating (#13475) (#13666) 4 years ago
utils HotFix: Hide private partisipation in Orgs (#13994) (#14031) 4 years ago
api.go [API] Only Return Json (#13511) (#13565) 4 years ago