Skip to main content

Questions tagged [gitlab]

GitLab is an open source Git repository manager with issue tracking and wiki as well as continuous integration features. Use this tag for programming questions related to GitLab API.

Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views

I'm a relatively new project manager working with a data-heavy group. I am trying to get my team to adopt GitLab because we do have a lot of collaborative code projects. I get the issue ticket and ...
Bradley Sutliff's user avatar
0 votes
1 answer
40 views

I’m facing an issue while trying to download a job artifact from one GitLab project into another using GitLab CI/CD. What I’m trying to achieve In the project A, I want to improve CI testing by: ...
achu prasad's user avatar
-2 votes
1 answer
52 views

I'm trying to migrate a SVN repository to GitLab where the SVN trunk becomes the Git master branch and a specific SVN branch becomes a Git branch. I'm using ...
Aref's user avatar
  • 17
Advice
0 votes
1 replies
40 views

I am relatively new in using git, so apologies if this is a stupid question. I am a developer of a certain git repository and I have been working on my own branch. I accidentally committed large data ...
Lies197's user avatar
Advice
0 votes
0 replies
14 views

Is there a setting to remove rule "Change requests must be approved by the requesting user" on merge requests? I know I can bypass it, but it's redundant with checks "Open threads must ...
Jakub Jaskulski's user avatar
Best practices
0 votes
0 replies
26 views

I have a question and hopefully someone is able to help me. My plan is to use backstage to push some Kubernetes yaml files to gitlab and every logged in user should be able to do this with its own ...
comhendrik's user avatar
0 votes
1 answer
39 views

I am testing a requests-based library, and having the file I'm downloading in GitLab is convenient (the packages in particular), as a test case, this works with a personal access token but appears to ...
Snark's user avatar
  • 1,696
0 votes
0 answers
17 views

So I created a snippet in self-hosted Gitlab, and within the Description field, I drag-and-dropped a tarball. The ultimate link after saving the Snippet looks something like this (obfuscated): ...
pepoluan's user avatar
  • 6,971
Advice
0 votes
2 replies
21 views

Suppose I am using GitLab to make a desktop app. I want my app to report crashes and issues to GitLab. Naturally, my app needs to use GitLab API to create issues. And if my app wants to use GitLab API ...
Александр Кулагин's user avatar
0 votes
0 answers
47 views

I am following gitlabs instructions for integrating with an external tracker that are posted here I have an issue tracker of the form: ...
guest's user avatar
  • 139
0 votes
0 answers
53 views

I'm trying to publish a Gradle package to the GitLab package registry using a pipeline. I'm very new to Gradle. The Gradle build job runs fine but when the Gradle publish job runs I get this error: <...
mdailey77's user avatar
  • 2,681
Advice
2 votes
17 replies
114 views

When doing git rebase git will drop commits already on upstream, fx: A---B---C topic / D---E---A'---F main ...
skyking's user avatar
  • 14.6k
1 vote
1 answer
76 views

IntelliJ IDEA no longer shows push status notifications. No balloon, no item in the notification panel. Commit notifications are still listed in the panel. It's inconvenient since I have to manually ...
Sergey Zolotarev's user avatar
Tooling
0 votes
0 replies
18 views

I'm transitioning from JIRA to gitlab issues and trying to find the best way to examine all issues for a project. I'd like my browser to display all the open issues for a project, but with more detail ...
perogiex's user avatar
  • 525
1 vote
0 answers
230 views

So I have the following repo setup in Gitlab: Template Repo A Project Repo B, based on Template Repo A Project Repo C, also based on Template Repo A Whenever some of the core files (of the Template ...
DevelJoe's user avatar
  • 1,582
0 votes
0 answers
100 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,321
0 votes
1 answer
107 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: ...
Sega-Zero's user avatar
  • 3,007
0 votes
1 answer
118 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
64 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
60 views

I can install my-package from the shell without providing a token, using pip install is OK: ...
PhilPhil's user avatar
  • 183
0 votes
0 answers
51 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. ...
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
70 views

Let's say you have the following setup in gitlab: Gitlab Group Developments, of which there is a Subgroup Subgroup, which in ...
DevelJoe's user avatar
  • 1,582
Best practices
0 votes
0 replies
50 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
364 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
1 vote
0 answers
58 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
75 views

We have the following Jenkins pipeline script. ...
Timothy A Calderwood's user avatar
Advice
0 votes
2 replies
55 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,582
Advice
1 vote
3 replies
107 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.2k
Best practices
1 vote
3 replies
96 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
Best practices
1 vote
1 replies
57 views

i've a question. We were using Gitlab's Instance runners but for security reasons, we wanna move it to private runner. I tried using ec2 as runner but it can't scale and is so slow for concurrent runs....
berkayln's user avatar
  • 1,013
0 votes
0 answers
83 views

I just successfully moved a project from GitLab to GitHub. Our entire team have accounts on both platforms and everyone has read/write access to the new GitHub project. For some contributors, GitHub ...
tospo's user avatar
  • 738
0 votes
0 answers
27 views

I have the following jobs: ...
Tarta's user avatar
  • 2,157
0 votes
0 answers
109 views

I am trying to git clone a GitLab repository using HTTPS on my Windows Laptop. HTTPS is the only protocol supported. It failed with the following error: ...
Hui's user avatar
  • 127
1 vote
2 answers
119 views

I forked a GitHub repository from my friend’s account, but when I try to push my commits, I get this error: remote: Permission to Fatima-Ennouari/test.git denied to Ridafadli. fatal: unable to access ...
ADIL RADIDI's user avatar
0 votes
1 answer
54 views

I'm trying to build a GitLab pipeline that calls a Docker component and does the Docker build, scan, and push automatically. My pipeline structure is as below. ...
dude0786's user avatar
0 votes
0 answers
43 views

I have a Gitlab pipeline that has a number of (expensive) steps, which I normally want to be manual and allowed-to-fail, but I want them to run and to succeed when the branch is actually being merged. ...
David Vonka's user avatar
0 votes
1 answer
256 views

I’m trying to connect ArgoCD to a private GitLab repository using SSH. I created a key pair and added the public key to GitLab. Then I configured the private key and repository URL ([email protected]....
parax's user avatar
  • 173
0 votes
0 answers
39 views

I have a self hosted GitLab CE for a project management team. I have created a Group with 1 owner and 2 maintainers, and this group is linked to 3 different projects. So the group should be: owner (...
drn_svq's user avatar
  • 11
0 votes
0 answers
46 views

I'm currently building a CI/CD pipeline in GitLab, and I'm running into trouble with integrating a code coverage check. What I’ve Got So Far: A working GitLab Runner (on Windows). An Apex class and a ...
Moritz 's user avatar
2 votes
1 answer
183 views

My GitLab 18 instance is suggesting me to use inputs instead of variables; Using inputs to control pipeline behavior offers improved security and flexibility. Consider updating your pipelines to use ...
jerome2710's user avatar
0 votes
0 answers
39 views

I’m configuring a self-hosted GitLab server on my laptop (Ubuntu). My Wi-Fi IP is 192.168.x.x. I added this line in /etc/hosts: 192.168.x.x git.brian.dev In GitLab ...
user24809983's user avatar
0 votes
1 answer
127 views

In our GitLab Pipeline we use Cloud Native Buildpacks (CNB) with the Kubernetes executor & unprivileged Runners (without pack CLI & docker) as discribed in this so answer. Additionally to the ...
jonashackt's user avatar
  • 14.9k
1 vote
1 answer
217 views

I'm using a gitlab pipeline, where its base image repo is in AWS ECR. I've configured AWS ECR pull through cache where my upstream registry is docker hub. In my runners, I've added this ...
Shiran Joseph's user avatar
1 vote
1 answer
39 views

The site works fine on my custom domain (e.g. https://www.example.com/), but in the generated sitemap.xml (and also in RSS feeds)...
Udi's user avatar
  • 30.8k
1 vote
1 answer
53 views

I have a gitlab CI pipeline defined in .gitlab-ci.yml. One job is to deploy and start a spring boot application to 2 different machines. I do it by invoking a bash script twice with different machine ...
xing's user avatar
  • 504
1 vote
1 answer
87 views

According to the documentation, "Subsequent jobs in the same pipeline can use the cache, if the dependencies are identical." I have the following in my ...
James Foster's user avatar
  • 2,250
0 votes
1 answer
446 views

I want to set up a Git_CI_USER. I get the message “Unable to create masked variable because: The value must have 8 characters.” My GIT_CI_USER only has 7 characters. Perhaps the problem can be solved ...
Aaron's user avatar
  • 849
0 votes
0 answers
19 views

In project P we use an external "CI/CD configuration file" set to ".gitlab-ci.yml@library". for a feature branch of P ("my_feature_p") I would like to test some changes ...
gatinueta's user avatar
  • 457
0 votes
0 answers
153 views

I have a GitLab CI/CD pipeline that builds and deploys a package into the GitLab Package Registry. For a specific (and temporary) use case, I need the pipeline to delete the package from the registry ...
Ryley38's user avatar
  • 403

1
2 3 4 5
367