sonarcloud_project_pull_requests
Pull requests associated with SonarCloud projects.
-
id
Primary key - Unique identifier of the row
-
project_id
Foreign key - ID of the SonarCloud project to which the pull request belongs
-
source_key
string - Key of the pull request in SonarCloud
-
title
string - Title of the pull request
-
source_url
string - URL of the pull request in the source provider
-
merge_commit_sha
string - Merge commit SHA for the pull request
-
source_id
Foreign key - Pull request ID in the sonarcloud
-
api_accessible
boolean - Pull request is API accessible or not
-
analysis_date
date - Date of the latest SonarCloud analysis for the pull request
-
status_quality_gate
string - Quality gate status for the pull request
-
status_bugs
string - Bugs status for the pull request
-
status_vulnerabilities
string - Vulnerabilities status for the pull request
-
status_code_smells
string - Code smells status for the pull request