bitbucket_reviews
Details about Bitbucket reviews.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - ID of review in Bitbucket
-
pull_id
Foreign key - ID of the Bitbucket pull request associated with this review.
-
user_id
Foreign key - ID of the Bitbucket user who created this review.
-
time_since_request
number - Time between PR being created and first review comment being created.
-
created_at
date - Creation date of the review
-
updated_at
date - Updated date of the review
-
source_url
string - URL of the Bitbucket review
-
state
string - One of: APPROVED, DECLINED, COMMENTED
-
comment_count
number - Total number of review comments