TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Someone from the product team at Gitlab needs to look at issue 35054

29 pointsby shiv86over 4 years ago

5 comments

k_szeover 4 years ago
I can kinda understand GitLab&#x27;s reasoning (correct me if I&#x27;m wrong): if the conflict resolution needs to happen on the destination branch and the PR author has no permission to directly commit into the destination branch, then there is no way for the PR author to resolve the conflict themselves at all.<p>Could GitLab adopt a middle-ground approach? Automatically create a new branch where the conflict resolution will happen, so that the feature branch remains untouched, causing fewer unpleasant surprises to the PR author.
shiv86over 4 years ago
It is completely non-intuitive UX which is causing a lot of people issues. Merging branches is the bread and butter of GIT, if you are changing a fundamental primitive (mergers) of how a technology is expected to work, by reversing the direction of the merge request (opposite to the direction provided explicitly by the user) without warning that is a major issue.
评论 #25055581 未加载
dnsmichiover 4 years ago
Thanks for sharing. The issue in question has been closed, and the discussion on changing the behaviour and improving the UX happens in<p>- Manually resolve conflicts in merge commit on the target branch: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab&#x2F;-&#x2F;issues&#x2F;25014" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab&#x2F;-&#x2F;issues&#x2F;25014</a><p>- Add in application explanation of what Resolve Conflicts is doing: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab&#x2F;-&#x2F;issues&#x2F;25003" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab&#x2F;-&#x2F;issues&#x2F;25003</a><p>I&#x27;ve added that as a comment to <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-foss&#x2F;-&#x2F;issues&#x2F;35054#note_445601945" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab-foss&#x2F;-&#x2F;issues&#x2F;35054#not...</a>
评论 #25059112 未加载
hyder_m29over 4 years ago
The complete radio silence from Gitlab&#x27;s team over an issue this serious _over a 3 year period_ compels me to maintain my distance from their product.
评论 #25059120 未加载
wdbover 4 years ago
Personally, I think, the merge requests UX in Gitlab ar mediocre compared to GitHub.<p>The diffs are hard to read because the way render differences. Also it&#x27;s hard to spot when your merge request has merge conflicts. Could be way more clearly marked.<p>Also really wish they had similar bot and checks supports like GitHub has.
评论 #25068401 未加载