General questions about Managed Service for GitLab
-
How to migrate data from GitLab to Managed Service for GitLab?
-
Why cannot I push changes to the Managed Service for GitLab repository?
-
I get
500 Internal Server Error
when opening an instance. What could be the problem?
What are the advantages of Managed Service for GitLab over a GitLab Community Edition custom installation?
The main advantage of Managed Service for GitLab is that it reduces the installation and administration costs of GitLab. In addition, Managed Service for GitLab adds functionality not found in the Community Edition
How to migrate data from GitLab to Managed Service for GitLab?
You can migrate data from a GitLab custom installation to Managed Service for GitLab by following this guide. Before you begin, see how to run migration.
You cannot migrate data from GitLab.com to Managed Service for GitLab: migration is only available for GitLab installed on a server or local computer (self-managed GitLab).
Can I integrate GitLab authentication providers?
Yes, you can. To do this, configure OmniAuth.
Can I use Yandex ID or Yandex 360 for authentication?
Yes, you can. To do this, add a provider of the Yandex ID
type to OmniAuth and configure its parameters.
Is GitLab integration with Yandex Tracker supported?
Yes, it is. To learn how to set up integration, see Integration with Yandex Tracker.
Why cannot I push changes to the Managed Service for GitLab repository?
Error messages:
You are not allowed to push code to this project.
You are not allowed to push code to protected branches on this project.
To push changes to the Managed Service for GitLab repository, assign
- To protected branches (such as
master
):Maintainer
orOwner
. - To unprotected branches:
Developer
,Maintainer
, orOwner
.
Users with the Guest
and Reporter
roles cannot push changes.
For more information about roles, see the GitLab documentation
500 Internal Server Error
when opening an instance. What could be the problem?
I get The instance disk space may be full. To clean up disk space and recover access to the instance, contact technical support
For more information on how to prevent instance disk space overflow, see this guide.