Commit Graph

4 Commits (e07d089be0f214117e160753a3f06f13a4e5e35b)

Author SHA1 Message Date
wxiaoguang 2c2f75cb2c
Fix default merge style ()
Ing. Jaroslav Šafka 8420c1bf4c
Fix checks in PR for empty commits ()
* Fixes issue  (Not able to merge commit in PR when branches content is same, but different commit id)
* fill HeadCommitID in PullRequest
* compare real commits ID as check for merging
* based on @zeripath patch in 
6543 a9cc9c0f7a
Auto merge pull requests when all checks succeeded via WebUI ()
Add WebUI part of Auto merge feature

close 

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
wxiaoguang 368baf9e77
Use Vue to refactor pull merge UI ()
* Use Vue to refactor pull merge UI

* add comments

* fix comments

* small fine tune

* fix tests

* adopt new pull default messages

* clean up

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