I don't see any corresponding log entry forMergeRequests::DeleteSourceBranchWorker(this is the worker responsible for deleting the source branch that calls Gitaly) with the same correlation ID. This tells me that something prevented for that worker to be enqueued. I can however see that theMerg...
which scales with the number of references that exist in the repository. When deleting multiple branches at once we only have to rewrite the file once, whereas we have to do that once for every branch when deleting one by one. So batch-deleting is going to be a whole lot ...
If you merge branchB, branchAalso appears as merged (without any action from you) because all commits from branchAnow appear in the target branchmain. BranchCremains unmerged, because commit5wasn’t part of branchAorB. Merge requestAremains merged, even if you attempt to push new commits to...
To temporarily disable a job without deleting it from the configuration @@ -266,8 +259,6 @@ In this example: ## Specifying variables when running manual jobs > - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/30485) in GitLab 12.2. When running manual jobs ...
Deleting protected branch We can delete the protected branch using the delete protected branch option in the Web IDE itself, If we want to delete the protected branch with the files, click the delete option; it shows the following warning message popup, ...
branchstringyesName of the branch. Example request: curl--requestDELETE\--header"PRIVATE-TOKEN: <your_access_token>"\--url"https://gitlab.example.com/api/v4/projects/5/repository/branches/newbranch" Deleting a branch does not completely erase all related data. Some information persists to maint...
Users of the Terraform template provided by GitLab will see the terraform plan merge request widget without additional configuration. Users of customized CI/CD templates for Terraform can update their template to use the image and scripts in the official GitLab Terraform template. Documentation Issue...
You have originally created your feature branch fromm-2, but since then themainbranch has gained two additional commits. Nowgit-rebasecan be used to reapply your commitsf-1andf-2on top of the newest commitm-4: You can see this functionality in GitLab when you create a merge request. Whe...
Users granted access to a protected environment, but not push or merge access to the branch deployed to it, are only granted access to deploy the environment. An individual in a group with the Reporter permission, or in groups added to the project with Reporter permissions, appears in the dr...
Deleting a protected branch is only allowed via the web interface, not via Git. This means that you can't accidentally delete a protected branch from your command line or a Git client application.Running pipelines on protected branchesThe permission to merge or push to protected branches is ...