gitlab_repository_default_branch_commits
Commits on a project's default branch
-
sha
string - SHA of the commit
-
author_id
Foreign key - ID of the author (gitlab_users)
-
project_id
Foreign key - ID of the project the commit belongs to
-
created
date - Timestamp when the commit was created
-
message
string - Commit message
-
source_url
string - URL of the commit in GitLab