Gitlab
Gitlab
This connector enables AI agents and RAG systems to retrieve context from Gitlab through Airweave’s unified search layer.
Configuration
GitLab source connector integrates with the GitLab REST API to extract data.
Connects to your GitLab projects.
It supports syncing projects, users, repository files, issues, and merge requests with configurable filtering options for branches and file types.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
GitLabProjectEntity
Schema for GitLab project (repository) entity.
Reference: https://docs.gitlab.com/ee/api/projects.html
GitLabUserEntity
GitLabDirectoryEntity
GitLabCodeFileEntity
GitLabIssueEntity
GitLabMergeRequestEntity
Schema for GitLab merge request entity.
Reference: https://docs.gitlab.com/ee/api/merge_requests.html