aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "SONAR-19233 Drop deprecated paging response fields"Jacek Poreda2023-08-022-6/+7
| | | | This reverts commit 9db233a378f3590359054b908c82d06ae095930b.
* SONAR-19233 Drop deprecated paging response fieldsEric Giffon2023-07-312-7/+6
|
* SONAR-19934 Rename ws param componentKeys to componentsEric Giffon2023-07-192-1/+2
|
* SONAR-19728 Update ws indexation_status to return project count instead of ↵Eric Giffon2023-07-191-2/+3
| | | | branch percentage
* SONAR-19728 add `api/hotspots/list` endpointJacek2023-07-192-0/+7
|
* SONAR-19728 add api/issues/list WS actionJacek Poreda2023-07-192-0/+7
|
* SONAR-19790 Return managed status for project in /api/project/searchAntoine Vigneau2023-07-181-0/+1
|
* NO JIRA - Adding updatedAt field in WebAPI rules/searchzhengzexiang2023-06-271-0/+1
|
* SONAR-19418 Add debug logging in case error Scanner WS clientJacek Poreda2023-06-207-2/+38
|
* SONAR-18835 Make webhook secret private (#8479)Dimitris2023-06-151-2/+6
| | | Co-authored-by: Ambroise C <ambroise.christea@sonarsource.com>
* SONAR-19453 New code definition is made part of project creation (#8470)Nolwenn Cadic2023-06-141-0/+3
| | | Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-7/+2
|
* SONAR-19339 Expose api/hotspots/pullJacek2023-05-301-3/+31
|
* SONAR-19314 Add ITs for GitHub Enterprise provisioningAurelien Poscia2023-05-263-0/+53
|
* SONAR-19197 Update ES and web services with code variantsEric Giffon2023-05-163-0/+4
| | | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
* SONAR-18741 Drop support for providing module keys in wsLéo Geoffroy2023-05-034-4/+0
|
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-284-17/+0
| | | | This reverts commit b60a9ddcc6857769dac8f534734ed314d152288b.
* SONAR-19091 Fix SSF-383Jacek Poreda2023-04-241-1/+1
|
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-244-0/+17
|
* [SONAR-18964] add sonarLintLastConnectionDate parameter to api/users/search ↵Steve Marion2023-04-121-0/+1
| | | | response. Add lastConnectedAfter, lastConnectedBefore, slLastConnectedAfter, and slLastConnectedBefore request parameters to api/users/search to allow filter by SonarLint and SonarQube last connection time.
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-1227-27/+0
|
* SONAR-17620 removed import and export of portfoliosLukasz Jarocki2023-04-121-33/+1
|
* SONAR-18940 Embed Inter fontJeremy Davis2023-04-111-0/+2
|
* SONAR-18745 Drop default field in api/qualitygates/listMatteo Mara2023-03-301-2/+1
|
* SONAR-18747 Remove api/qualitygates/search deprecated more response fieldZipeng WU2023-03-301-2/+1
|
* SONAR-18746 Drop periodIndex field related to periodsMatteo Mara2023-03-301-1/+1
|
* SONAR-18746 Remove the field periods from the response of ↵Matteo Mara2023-03-291-8/+1
| | | | api/qualitygates/project_status
* SONAR-18656 Identify managed users and groupsAurelien Poscia2023-03-223-0/+4
|
* SONAR-18525 ITs for SCIM groups (de)provisioningAurelien Poscia2023-03-222-1/+46
|
* SONAR-18638 Drop deprecated fields in Rules WS API.Dimitris Kavvathas2023-03-132-18/+10
| | | | | | | | | | | | Drop "effortToFixDescription" and replace with "gapDescription". Drop "debtRemFnCoeff" and replace with "remFnGapMultiplier". Drop "defaultDebtRemFnCoeff" and replace with "defaultRemFnGapMultiplier". Drop "debtRemFnOffset" and replace with "remFnBaseEffort". Drop "defaultDebtRemFnOffset" and replace with "defaultRemFnBaseEffort". Correct the version when the field 'scope' was added. Drop "debtOverloaded" and replace with "remFnOverloaded". Deprecate "defaultDebtRemFnType" and "debtRemFnType" and replace with "defaultRemFnType" and "remFnType" accordingly. Deprecate "defaultDebtRemFn" and "debtRemFn" and replace with "defaultRemFn" and "remFn" accordingly.
* SONAR-18647 Remove parameter period in api/measures endpointsZipeng WU2023-03-101-13/+3
|
* SONAR-18600 Remove deprecated items that are not used anymoreZipeng WU2023-03-0724-541/+0
|
* SONAR-18397 add ITs for permanent users de-provisioning triggered by Azure ↵Aurelien Poscia2023-02-108-12/+179
| | | | (SCIM)
* SONAR-18396 - Support user soft deletion on Azure through SCIMAntoine Vigneau2023-02-109-90/+193
|
* SONAR-17705 Remove deprecated WS componentId from ce/activity and ↵Léo Geoffroy2023-02-033-34/+6
| | | | ce/activity_status
* SONAR-17705 Drop deprecated parameters in rules/create endpointBenjamin Campomenosi2023-02-031-24/+0
|
* SONAR-17705 Remove deprecated param 'sinceLeakPeriod' from issues/search ↵Léo Geoffroy2023-02-033-8/+6
| | | | endpoint
* SONAR-17705 Remove 'groupId' and 'id' deprecated param from permission and ↵Léo Geoffroy2023-02-0312-129/+1
| | | | usergroup endpoints
* SONAR-17705 drop project_analyses/set_baseline & project_analyses/unset_baselineBenjamin Campomenosi2023-02-033-151/+0
|
* SONAR-17705 Remove users/dismiss_sonarlint_ad endpointLéo Geoffroy2023-02-031-1/+0
|
* SONAR-17705 Remove deprecated endpoints: AddLocalViewAction, ↵Léo Geoffroy2023-02-034-246/+0
| | | | LocalViewAction, AddSubViewAction
* SONAR-17705 Remove usage of 'id' and 'gateId' parameters in quality gates ↵Léo Geoffroy2023-02-0210-81/+41
| | | | endpoints
* SONAR-17815 implement updated logic for CaYC quality gatesMatteo Mara2023-02-021-3/+3
|
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-021-1/+0
|
* SONAR-17815 add isCaycCompliant flag in qualitygate endpointsZipeng WU2023-01-051-0/+2
|
* Update license templates for 2023Pierre2023-01-02462-462/+462
|
* SONAR-17816 Add isCaycCompliant flag to /api/qualitygates/project_statusJeremy Davis2023-01-021-0/+1
|
* SONAR-17566 Drop jdk11 support for running the SonarQube serverMatteo Mara2022-12-291-0/+5
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-0/+1
|
* SONAR-17671 Add description context key for taint vulnerabilitiesAntoine Vinot2022-12-151-0/+1
|