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.
This connector outputs the following streams:
- Branches
- Commits (Incremental)
- Issues (Incremental)
- Pipelines (Incremental)
- Jobs
- Projects
- Project Milestones
- Project Merge Requests (Incremental)
- Users
- Groups
- Group Milestones
- Group and Project members
- Tags
- Releases
- Group Labels
- Project Labels
- Epics (only available for GitLab Ultimate and GitLab.com Gold accounts)
- Epic Issues (only available for GitLab Ultimate and GitLab.com Gold accounts)
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Partially (not all streams) |
SSL connection | Yes |
Namespaces | No |
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.
- Gitlab Account
- Gitlab Personal Access Token wih the necessary permissions (described below)
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.
GitLab source is working with GitLab API v4. It can also work with self-hosted GitLab API v4.
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 |