Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
49 views

Gitlab pipeline is not starting when create merge request

I need to trigger the gitlab pipeline automatically when creating a Merge Request. This pipeline should start automatically before clicking on merge. I have written this pipeline but not working as I ...
Akila Peiris's user avatar
0 votes
2 answers
612 views

Merge request from different branches, do I need to merge master to them too?

using gitlab, I have multiple developing branches. An example: dev A working on branch deva dev B working on branch devb Both of them ask for a merge request. So for example deva will be merged on ...
Danilo's user avatar
  • 319
3 votes
1 answer
2k views

How to check out merge request branch in GitLab coming from fork you don't have access to?

I'm trying to learn about merge requests and in particular how those work in GitLab. Given a project MAIN by user USER_MAIN (role: Maintainer) another user USER_OTHER has been invited to join (role: ...
rbaleksandar's user avatar
  • 9,581
5 votes
1 answer
2k views

GitLab-CI: Why does a Merge Results pipeline build an unchanged result twice?

I'm trialing the "Ultimate" version of GitLab, in particular the Merge Results Pipeline feature, along with the related Merge Trains feature. I have Merge Results pipeline & Merge Trains ...
davidA's user avatar
  • 13.6k
5 votes
1 answer
2k views

82 additional commits have been omitted to prevent performance issues. gitLab

I've release merge request on gitlab which contains almost 200 commits, but I can't load whole list cuz the gitLab shows me something like this below commit list: 82 additional commits have been ...
Norah C. IV's user avatar
0 votes
0 answers
142 views

Unexpectedly changes in MR

in Gitlab: Created a new branch called xxx from prod. Coding in the XXX(2 changes) Created a new branch called merge_XXX_dev from dev. Pull from XXX to merge_XXX_dev and commit the changes(2 ...
chen0814's user avatar
6 votes
1 answer
3k views

Gitlab merge "merge request" with commit

I believe it's stupid question but I don't understand how should I use gitlab merge request push options I have this scenario: I have open merge request from develop to master I make some changes on ...
Daniel Barton's user avatar
-1 votes
1 answer
760 views

Git Rebase Infinity Loop

Scenario: I have two branches: develop and feature_xyz. I'm integrating feature_xyz into develop via merge request in Gitlab but I'm facing a non fast-forward scenario so I must rebase develop into ...
Marcelo Idemax's user avatar