You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Sonarqube Quality Profile Project Associations read.
Actual Behavior
The /api/qualityprofiles/projects returns a paginated list with 100 results per page by default.
When there are more than 100 projects with a quality profile, the read operation will fail if a project is not returned i.e. it is not returned in the first 100 results.
Quick, short-term fix
Increase page size to 500 (happy to PR this)
Long term fix
Paginate the response. I have also linked a similar issue below. I believe this is an issue in multiple places and requires a wider effort.
Steps to Reproduce
Using a sonarqube_qualityprofile_project_association resource, reference a quality profile association not returned in the first 100 results
Terraform Version
Terraform v1.5.6
jdamata/sonarqube v0.16.10
Affected Resource(s)
sonarqube_qualityprofile_project_association
Terraform Configuration Files
N/A
Expected Behavior
All Sonarqube Quality Profile Project Associations read.
Actual Behavior
The
/api/qualityprofiles/projects
returns a paginated list with 100 results per page by default.When there are more than 100 projects with a quality profile, the read operation will fail if a project is not returned i.e. it is not returned in the first 100 results.
Quick, short-term fix
Increase page size to 500 (happy to PR this)
Long term fix
Paginate the response. I have also linked a similar issue below. I believe this is an issue in multiple places and requires a wider effort.
Steps to Reproduce
Using a
sonarqube_qualityprofile_project_association
resource, reference a quality profile association not returned in the first 100 resultsReferences
The text was updated successfully, but these errors were encountered: