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