gitlab_projects
Details about Gitlab projects
-
id
Primary key - Unique identifier for the row.
-
connection_id
Foreign key - ID of the Data Cloud connection importing the project.
-
source_id
Foreign key - Identifier of the project in Gitlab
-
group_id
Foreign key - ID of the Gitlab group to which the project belongs
-
user_id
Foreign key - ID of the user who owns the project
-
name
string - Name of the gitlab project
-
path
string - Path of the gitlab project
-
private
boolean - Boolean indicating if the project is private
-
default_branch
string - Default branch of the project
-
archived
boolean - Boolean indicating if the project is archived
-
created_at
date - Timestamp of when the project was created
-
updated_at
date - Timestamp of when the project was updated
-
source_url
string - URL of the project
-
default_branch_commits_sync_to
date - The oldest point in time we have synced default branch commits to
-
total_merge_requests_to_fetch_count
number - Total count of the merge requests to fetch for the project.
-
resource_count_synced_at
date - When this project last did a sync on its resource count
-
topics
array - Array of topics/tags associated with the project