diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-23 14:20:21 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-23 14:20:21 +0300 |
commit | a5d23ae3c8ecdb516b330d9133ff3a19337d5cc9 (patch) | |
tree | a110230259546de84c8fba02a0f7ca1c4e4b610e /lib | |
parent | e586ee347f7740d2c16018a547fce7d3de9c3eb5 (diff) | |
download | gitlab-ce-a5d23ae3c8ecdb516b330d9133ff3a19337d5cc9.tar.gz |
Fix MR commenting system when new commits pushed
This conmmit fixes wierd behaviour when you see wrong comments about new
commits in merge requests.
Short explanation of a bug:
When you push new commits to project we updated `project.merge_requests`
with comment about push. But `project.merge_requests` includes also
merge requests from forks to origin project. So when you push to master
branch it commented on all merge requests from forks to origin where
source_branch was `master`
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions