Skip to main content
1 vote
0 answers
44 views

We have a project with 3 git repositories, let's call them backend, ui and library, hosted at gitlab.com/mycompany. These build quite happily. I am trying to move the three repos into one, so we now ...
Pete 's user avatar
  • 1,323
0 votes
1 answer
78 views

Gitlab runner on M4 Mac Mini 2024, XCode 26.2, supported platforms: iOS, native UIKit swift project. Cocoapods. Trying to run tests via fastlane: run_tests(workspace: 'Project.xcworkspace', ...
Sega-Zero's user avatar
  • 3,007
0 votes
1 answer
84 views

I'm working on a CI script for a gitlab project. The build runs in two stages. The first compiles and packages the code. The second deploys the packaged code to two different remote servers (it's a ...
pbuchheit's user avatar
  • 1,839
Advice
0 votes
4 replies
59 views

The Gitlab code quality tool is producing a lot of false positives for our team due to a third-party library we use. We're unable to replace the third-party library, since its use has been mandated by ...
Wipqozn's user avatar
  • 1,344
1 vote
0 answers
56 views

I can install my-package from the shell without providing a token, using pip install is OK: pip install rdmacontrol --index-url https://gitlab.com/api/v4/projects/44753656/packages/pypi/simple I am ...
PhilPhil's user avatar
  • 183
0 votes
0 answers
39 views

Is there a solution to create a rule that check if an array parameter contains a given element? Below example is not a valid one. spec: inputs: ARRAY: type: array ...
Raphael Vig's user avatar
Advice
0 votes
1 replies
19 views

I know this has been asked a few times, and I know what I'm asking about is not the Gitlab way, but I have a very specific use-case. I have 3 branches, DEV, STAGE and MAIN. Each of these branches is ...
Neph's user avatar
  • 418
0 votes
1 answer
67 views

Let's say you have the following setup in gitlab: Gitlab Group Developments, of which there is a Subgroup Subgroup, which in turn contains Template project X which provides a general structure for ...
DevelJoe's user avatar
  • 1,552
Best practices
0 votes
0 replies
44 views

We aare developing new features for our code which we use merge requests in Gitlab to a release branch where all features are collected. When doing the actual release we do a MR from release branch to ...
Sverker Abrahamsson's user avatar
1 vote
1 answer
193 views

I want to frequently test a Python application I'm developing with uv, which I publish to a private repository on a GitLab instance. I've generated an access token with read access to the repo and I ...
FLKR's user avatar
  • 75
0 votes
0 answers
41 views

I'm editing a file in a merge request in GitLab's Web IDE. While I'm working, someone else commits changes to the same file, which creates a merge conflict. When I'm ready to commit my changes, GitLab ...
Jonathan Sachs's user avatar
0 votes
0 answers
63 views

We have the following Jenkins pipeline script. pipeline { agent any stages { stage('Run in Sandbox'){ steps { dir('Pot') { checkout ...
Timothy A Calderwood's user avatar
Advice
0 votes
2 replies
54 views

Let's say you have a repository in gitlab. For facilitated distribution of the application and according development throughout a team, you convert the app into a Docker Container, which can be ...
DevelJoe's user avatar
  • 1,552
Advice
1 vote
3 replies
99 views

There are several questions on stack overflow asking how to get the current branch name on GitLab. The interwebz are full of countless variations of that same question. The answer that is always ...
Mike Nakis's user avatar
  • 63.1k
Best practices
1 vote
3 replies
86 views

I have a project named sample which have 2 submodules sampleA and sampleB. I also have another git repo named Example which also refers to same submodule sampleA and sampleB. When I change something ...
mariya cherian's user avatar

15 30 50 per page
1
2 3 4 5
1225