0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-30 02:09:11 -05:00
forgejo/routers/api/v1
zeripath e4e411821d
Abort merge if head has been updated before pressing merge (#18032)
* Abort merge if head has been updated before pressing merge

It is possible that a PR head may be pushed to between the merge page being shown
and the merge button being pressed. Pass the current expected head in as a parameter
and cancel the merge if it has changed.

Fix #18028

Signed-off-by: Andrew Thornton <art27@cantab.net>

* adjust swagger

Signed-off-by: Andrew Thornton <art27@cantab.net>

* fix test

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-12-20 08:32:54 +08:00
..
admin Ensure complexity, minlength and ispwned are checked on password setting (#18005) 2021-12-17 10:03:39 +08:00
misc Move keys to models/asymkey (#17917) 2021-12-10 16:14:24 +08:00
notify
org Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
repo Abort merge if head has been updated before pressing merge (#18032) 2021-12-20 08:32:54 +08:00
settings
swagger
user Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
utils
api.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00