Skip to content

Commit

Permalink
Merge pull request #234 from cnescatlab/bugfix-215
Browse files Browse the repository at this point in the history
Change deprecated parameters in api calls
  • Loading branch information
Sancretor authored May 7, 2021
2 parents e046a3c + cb4d19b commit 9bce2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/requests.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ GET_QUALITY_GATES_REQUEST = %s/api/qualitygates/list
# Request to get the details of a quality gate
GET_QUALITY_GATES_DETAILS_REQUEST = %s/api/qualitygates/show?name=%s
# Request to get the list of quality profiles
GET_QUALITY_PROFILES_REQUEST = %s/api/qualityprofiles/search?projectKey=%s&organization=%s
GET_QUALITY_PROFILES_REQUEST = %s/api/qualityprofiles/search?project=%s&organization=%s
# Request to get the SonarQube server information
GET_SONARQUBE_INFO_REQUEST = %s/api/system/status
# Request to get the configuration file of a quality profile
GET_QUALITY_PROFILES_CONFIGURATION_REQUEST = %s/api/qualityprofiles/export?language=%s&name=%s
GET_QUALITY_PROFILES_CONFIGURATION_REQUEST = %s/api/qualityprofiles/export?language=%s&qualityProfile=%s
# Request to get the list of rules of a profile
GET_QUALITY_PROFILES_RULES_REQUEST = %s/api/rules/search?qprofile=%s&f=htmlDesc,name,repo,severity,defaultDebtRemFn,actives&ps=%d&p=%d&actives=true
GET_QUALITY_PROFILES_RULES_REQUEST = %s/api/rules/search?qprofile=%s&f=htmlDesc,name,repo,severity,defaultRemFn,actives&ps=%d&p=%d&activation=true
# Request to get the list of projects linked to a profile
GET_QUALITY_PROFILES_PROJECTS_REQUEST = %s/api/qualityprofiles/projects?key=%s
# Request to get the list of issues linked to a project
Expand Down

0 comments on commit 9bce2c5

Please sign in to comment.