pull_request_commits

Details about commits in pull requests from various source control systems

id

Primary key
Unique ID for the row.

sha

string
The SHA hash of the commit.

created

date
The date that the commit was created.

message

string
The commit message.

dx_user_id

Foreign key
The dx_users ID of the user that authored the commit.

external_id

Foreign key
The ID used by the source system (typically the SHA).

external_url

string
The URL to the commit details in the source system.

pull_request_id

Foreign key
The unique ID for the associated pull_request.

repo_id

Foreign key
The unique ID for the repo that owns the commit.

source

string
The name of the system that the commit originated from.

source_table_id

Foreign key
The unique ID for the row in the source table that the commit originated from.

source_table_pull_id

Foreign key
The unique ID for the row in the source specific pull/merge request table that the commit relates to.

source_table_repo_id

Foreign key
The unique ID for the row in the source specific repository/project table that the commit relates to.