Content Types

GitLab Content Types

In Gitlab, namespaces are used to structure projects hierarchically. Namespaces can be groups or user namespaces. Groups can also be nested by the use of subgroups.

At the core of the GitLab structure, there are projects. They contain one repository which can contain multiple references.

References can be commits, branches and tags. The data structure in repositories is represented by tree entries.

The following Content Types are synchronized by the connector:

  • Projects

  • Commits

  • Branches

  • Tags

  • Files