sourceControlCommits
Source Control Commits — Commits linked to tasks/PRs
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
| orgId | string | Yes | Organization ID for multi-tenant isolation |
| repositoryId | Id<"sourceControlRepositories"> | Yes | |
| sha | string | Yes | |
| prId | Id<"sourceControlPullRequests"> | No | |
| taskId | Id<"tasks"> | No | |
| authorLogin | string | Yes | |
| message | string | Yes | |
| filesChanged | number | Yes | |
| additions | number | Yes | |
| deletions | number | Yes | |
| committedAt | number | Yes |
Indexes
Section titled “Indexes”| Name | Fields |
|---|---|
| by_pr | prId |
| by_repo_date | repositoryId, committedAt |
| by_sha | sha |