gitlab_review_requests
Details about GitLab review requests, tracking when reviewers were requested and the turnaround time to review.
-
id
Primary key - Unique identifier for the row.
-
merge_request_id
Foreign key - ID of the merge request for which the review was requested.
-
requested_reviewer_id
Foreign key - ID of the GitLab user who was requested to perform the review.
-
review_id
Foreign key - ID of the GitLab review submitted in response to this request.
-
time_to_review
number - Time difference (in seconds) between when the review was requested and when the review was submitted.
-
time_to_review_business_hours
number - Time difference (in seconds) between when the review was requested and when the review was submitted, counting only business hours (8 AM to 6 PM). Uses the reviewer's timezone if available.
-
created
date - Timestamp of when the reviewer was added to the merge request.