
Pipelines API data different from GUI - GitLab Forum
Mar 1, 2024 · Hello, I’m currently trying to fetch a test summary using the GitLab Pipelines API, but I noticed that the data that I get from the API request differs from what is shown in the GUI page. As example I tried with the gitlab-runner project Pipeline · GitLab.org / gitlab-runner · GitLab Here’s the API request and response, where the total count of …
Windows Client - How to Use GitLab - GitLab Forum
Apr 30, 2015 · Can anyone recommend a good Windows client for GitLab? I know of Eclipse eGit and TortoiseGit, but is there a dedicated GitLab client for non-developers? We have a group of DBAs and Testers (not to mention CMers) who do not ‘live’ in Eclipse, and would prefer some sort of a Windows application (remember WinCVS), that would let them perform the basic browse, status, fetch, add, commit, tag ...
Cannot ACcessing GitLab GUI after patching Os Vm (Gitlab
Aug 28, 2024 · Problem to solve Describe your question in as much detail as possible: After do patching on my Vm OS (Ubuntu 22.0.4 LTS). My installation GitLab EE v17.0.1. After reboot the system cannot access the GUI GitLab and i checked the v is update to v17.3.1. Kindly if can suggest what i need to do. The Nginx, gitlab config i not do any changes. And running as usual before i do patching Os Vm. Any ...
Cannot access local gitlab server GUI using browser
Apr 16, 2020 · Problem Description I have been running self-managed ubuntu gitlab for the past couple of weeks using a computer running Ubuntu server 18.04. I have been having some problems in Gitlab I believe were caused by the external_url setting in /etc/gitlab/gitlab.rb I tried to set external_url to the URL of a domain I own and was unable to access the GitLab servers login page, probably unsuprisingly ...
How to rename a branch in Gitlab?
Oct 10, 2019 · HI, I need to rename branch “branch” to “branch_old” in gitlab, I searched for it and found that I need to do the following Checkout the branch locally. Rename it locally delete remote branch push the locally renamed branch to remote. When I do this I get errors of pre-recive hooks rejecting the deletion of protected branches. Then I go to …
How to set up SMTP in the GUI interface? - GitLab Forum
Jan 22, 2017 · Dear All, I spend already a huge amount of time setting up Gitlab on a Synology with the pakage provided by Synology. The problem was in the setting of the SMTP server. Nothing worked, and the confirmations mails were not send. Finally, I realised that I could make directly the confirmations from the root account. Now it is working but the SMTP is still not properly set up. Is there a way to ...
GitLab does not start after reboot until I log in to the user account
Jan 13, 2025 · When I restart my machine, which is a server with a GUI interface, GitLab does not start until I log in to the user account. I tried manually starting it with gitlab-ctl start and gitlab-ctl restart but that does not work. $ sudo gitlab-ctl status fail: alertmanager: runsv not running fail: gitaly: runsv not running fail: gitlab-exporter: runsv not running fail: gitlab-kas: runsv not running ...
GitLab Web GUI not refreshing/showing latest commit
Apr 6, 2020 · Hello, Lately when I go to the main details or Files page for a repository the GUI is not showing the latest Commits. Rather it’s showing a progress wheel. If I go to the commits page it works fine. Is this bug? I’ve trtied a few browers and several repositories withe the same results. Is anyone else seeing this behavour? We’re on a self-managed CE instance running version 12.8.0 Thanks ...
Remove branch via WebIDE - How to Use GitLab - GitLab Forum
May 11, 2020 · Is it possible for you to go to the project in the GUI then press ... How to Use GitLab. 5: 4108: May 22, 2020
Deactivate Manual Job with gitlab gui - General - GitLab Forum
Sep 30, 2020 · Hi we have a manual job in our gitlab pipeline which we want to deactivate from time to time for a few hours or days. At best the deactivation should be possible without changing the yaml files for pipeline configuratin. Is there a possibility to set a variable in the gitlab webbrowser gui which disables the job temporary ?