gitlab_deployment_events
Details about GitLab deployment events
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Identifier of the deployment event in GitLab
-
project_id
Foreign key - ID of the project to which the deployment belongs
-
sha
string - SHA of the commit being deployed
-
ref
string - Git reference (branch/tag) being deployed
-
success
boolean - Boolean indicating if the deployment was successful
-
environment
string - Environment where the deployment occurred
-
created_at
date - Timestamp of when the deployment event was created