Questions tagged [gitlab]
GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis.
37 questions
0
votes
2
answers
227
views
How should we set up our git structure?
this is a robotics team with some questions.
Here's our current setup, using GitLab:
Currently, we have a main branch as well as a separate branch for each of our programmers. When they want to start ...
-3
votes
3
answers
570
views
Defining 'First Commit' in Lead Time Metric and Strategies for Small Batches in Deployment Frequency?
I'm try to improve our deliver time from start to end. I read google post about 4key metrics. I have questions that don't find answers in any post.
1- Lead time definition is "The amount of time ...
0
votes
0
answers
90
views
GitLab repo architecture checks: on server or in CI?
I am currently seeking a solution to run sanity tests on my GitLab repos architecture. There are more than 20 repos in a GitLab group.
My idea is to create a "Health Check Repo" (HCR) that ...
0
votes
1
answer
301
views
Branch management when you cannot merge due to holidays
I’m working on a small project with two other developers. Our work is on Gitlab. Our general workflow is that we create feature branches by branching off development which get merged back into ...
1
vote
1
answer
146
views
Possible to create a git repo that will comprised of files residing in NFS and files in a system directory?
I want to create a git repo that will include scripts in /nfsdrive/sbin/ and the services that activate these scripts—which reside in /etc/init.d/.
I've searched the documentation and the relevant ...
-1
votes
1
answer
240
views
Git Workflow for Code without any regression test
So I have a project which does not have any regression test or automated unit tests. We release every week. We use forking git flow which is basically everyone forks repo and pushes their changes in ...
0
votes
1
answer
98
views
Modernizing a legacy source control / deployment infrastructure
I've got a large, old application with a clunky, extremely manual deployment process (essentially, tribal knowledge combined with random scripts / build jobs scattered across servers). The application ...
0
votes
2
answers
215
views
Is editing a Github/GitLab issue a good idea?
I'm starting to define how issues should be handled in GitLab. Most specifically whether the author should be editing the original issue to keep it up to date or use only comments.
Let's say that you ...
-1
votes
1
answer
125
views
Gitflow - Share release branch executable with tester before tagging it
I use GitFlow as a workflow for versionning for less than 1 month. I've just finished to develop a feature branch which has been merged to develop/. Now, I'm starting a release branch from develop. ...
2
votes
1
answer
4k
views
What's the best practice to use semantic-release to update version number in a node.js or frontend project
I'm using semantic-release to auto find out the next version based on the git commit. It's working fine with creating new version, upload to npm and create new git tag. And semantic-release is ...
4
votes
2
answers
3k
views
What's the best way to get GitLab Docker runners and Python tox to work together?
I'm trying to get a better understanding of how tox and GitLab CI (with docker runners) would work together, as they seem to have a bit of overlap in what each does. I think I may be missing something ...
-4
votes
1
answer
102
views
GitLab pipeline set to public but behaves private
I'm using GitLab for open-source projects, they are all configured with the same visibility settings.
However, one of the projects is behaving differently from the rest.
The Project visibility is ...
4
votes
2
answers
3k
views
Git commit hashes and Git merging between branches
We have a scenario where we'd like to use two branches in our git workflow, otherwise known as develop and master.
The current flow is as follows:
Create feat-branch - this branch will be based off ...
1
vote
1
answer
1k
views
In what file do I put the installation steps in my git repository?
I have a git repository and I would like to add the installation steps required to make the project work locally. The project is a company and private project and users will also be contributors. I'm ...
-5
votes
2
answers
167
views
How to make my team of developers follow our Git workflow [closed]
We have a team of 6 developers working in multiple technology stack. Most of these developers have little experience 1 - 2 years to be precise.
We are very successful on enforcing coding standards ...