gitlab_reviews
Details about Gitlab reviews
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Identifier of the review in Gitlab
-
merge_request_id
Foreign key - ID of the merge request where the review occurred
-
user_id
Foreign key - ID of the user who submitted the review
-
created_at
date - Timestamp of when the review was created
-
updated_at
date - Timestamp of when the review was updated
-
time_since_request
number - Difference (in seconds) between the review created_at and the merge request created_at
-
approved
boolean - Review approved or not
-
review_type
string - Type of the review