Remove after Merge Request
Created by: MrKeiKun
Summary: Removing Branch via Merge request makes the branch still exist under remote And deleting it gitlab gives wrong notification under Home
Steps to reproduce:
- Create Project and add some files (master)
- Create a branch and some new files (branch1)
- Merge branch1 to master ( click remove source after merge )
- Merge completed
- Says there branch1 = deleted
Expected behavior: After Merge if you checked the remove the source, it should delete it in remote and give the right notification as well.
Observed behavior: branch1 isn't deleted on remotes origin though its deleted in gitlab's branches when accessed in Project -> Files -> branch choice box but still exist in Browse References in local
another thing is that after i deleted from remote's origin it says in gitlab's home
Shido pushed new branch branch1 at Group / Project