Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 4.06 KB

gitlab.md

File metadata and controls

73 lines (52 loc) · 4.06 KB

GitLab

Overview

The Gitlab source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

Output schema

This connector outputs the following streams:

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Partially (not all streams)
SSL connection Yes
Namespaces No

Performance considerations

Gitlab has the rate limits, but the Gitlab connector should not run into Gitlab API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Gitlab Account
  • Gitlab Personal Access Token wih the necessary permissions (described below)

Setup guide

Log into Gitlab and then generate a personal access token.

Your token should have the read_api scope, that Grants read access to the API, including all groups and projects, the container registry, and the package registry.

Note: You can specify either Group IDs or Project IDs in the source configuration. If both fields are blank, the connector will retrieve a list of all the groups that are accessible to the configured token and ingest as normal.

Additional information

GitLab source is working with GitLab API v4. It can also work with self-hosted GitLab API v4.

Changelog

Version Date Pull Request Subject
0.1.6 2022-06-23 13252 Add GroupIssueBoards stream
0.1.5 2022-05-02 11907 Fix null projects param and container_expiration_policy
0.1.4 2022-03-23 11140 Ingest All Accessible Groups if not Specified in Config
0.1.3 2021-12-21 8991 Update connector fields title/description
0.1.2 2021-10-18 7108 Allow all domains to be used as api_url
0.1.1 2021-10-12 6932 Fix pattern field in spec file, remove unused fields from config files, use cache from CDK
0.1.0 2021-07-06 4174 Initial Release