Commits
Commits in a repository.
View Specific Information
Select
The driver uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the driver.
- Hash
- Date
- AuthorRaw
- AuthorUUID
- AuthorName
- Message
- SummaryRaw
- SummaryMarkup
- SummaryHTML
All sorting must be processed client-side within the driver.
For example, the following query is processed server side:
SELECT * FROM Commits WHERE Hash='a391205bc3fed4247e18f7abc788593b4e212562'
Columns
Name | Type | References | Description |
Hash [KEY] | String | Hash of the commit. | |
Date | Datetime | Date of the commit. | |
AuthorRaw | String | Raw value of the author of the commit. | |
AuthorUUID | String | UUID of the author of the commit. | |
AuthorName | String | The display name of the author of the commit. | |
Message | String | Message of the commit. | |
SummaryRaw | String | The text as it was typed by a user. | |
SummaryMarkup | String | The type of markup language in which the raw content will be interpreted. | |
SummaryHTML | String | The user's content rendered as HTML. |