1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-29 08:37:08 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
97f3f1988b Fix typos in PullRequestMergeForm.vue header comment ()
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
2022-10-09 15:17:01 +08:00
2c2f75cb2c Fix default merge style () 2022-07-31 17:13:31 +02:00
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 
2022-07-13 16:22:51 +08:00
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>
2022-06-11 16:44:20 +02:00
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>
2022-05-12 21:39:02 +08:00