ado_repository_default_branch_commits
Commits on a repository's default branch in Azure DevOps
-
sha
string - SHA of the commit.
-
author_id
Foreign key - ID of the author of the commit.
-
project_id
Foreign key - ID of the project.
-
repository_id
Foreign key - ID of the repository.
-
created
date - Timestamp when the commit was created.
-
message
string - Commit message.
-
source_url
string - URL directly to the commit in Azure DevOps.