aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23766 Update svg templates for QG, measures and ai insurance badgesSteve Marion2024-11-285-57/+163
|
* SONAR-23787 skip formatting of version for SQCBSteve Marion2024-11-281-3/+10
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-2610-117/+360
| | | | for Quality gate administrators
* SONAR-23654 Mode TourViktor Vorona2024-11-262-2/+2
|
* SONAR-23654 SONAR-23652 Add new dimiss notices 'showNewModesTour' and ↵Léo Geoffroy2024-11-261-0/+4
| | | | 'showNewModesBanner'
* SONAR-23651 Trigger conditions mismatch notification when mode is changedLéo Geoffroy2024-11-262-15/+18
|
* Fix Quality GateDamien Urruty2024-11-221-4/+3
|
* SONAR-23341 Security report data are based on Security impact when in MQR modeDejan Milisavljevic2024-11-2120-624/+701
|
* CODEFIX-187 set isAiCodeFixEnabled field in SearchProjectsAction response ↵Serhat Yenican2024-11-193-10/+30
| | | | (#12280)
* CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)Serhat Yenican2024-11-192-2/+19
|
* SONAR-23592 Do not use best value in component_tree if measure is not computedViktor Vorona2024-11-152-13/+58
|
* NO-JIRA fix sonarqube issueLéo Geoffroy2024-11-151-1/+1
|
* SONAR-23537 Add badge telemetryOrlovAlexander2024-11-156-46/+196
|
* NO-JIRA fix sonarqube issueLéo Geoffroy2024-11-151-2/+2
|
* SONAR-23593 UpdateAction accepts impactsOrlovAlexander2024-11-158-31/+317
|
* SONAR-23537 Add MQR mode metric to project badgesLéo Geoffroy2024-11-141-8/+28
|
* SONAR-23594 Fix SSF-605Nolwenn Cadic2024-11-142-4/+41
|
* SONAR-23566 Remove deprecation on metrics based on type or severityLéo Geoffroy2024-11-136-35/+53
|
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-1320-46/+54
|
* SONAR-23287 add issue changed event and bulk action changesLéo Geoffroy2024-11-1113-38/+108
|
* SONAR-23564 Update mapping logic for active rule impacts and severitiesLéo Geoffroy2024-11-113-10/+6
|
* SONAR-23363 Update set_severity endpointOrlovAlexander2024-11-112-38/+306
|
* SONAR-23363 Add impacts to issues/pull endpointLéo Geoffroy2024-11-113-5/+20
|
* SONAR-23527 impacts severity is updated when issue is set on manual severityLéo Geoffroy2024-11-111-14/+5
|
* SONAR-23298 Fix computation of new metrics so they are only computed after ↵Léo Geoffroy2024-11-052-124/+127
| | | | reanalysis
* SONAR-23298 Update Changelog with new and deprecated metricsOrlovAlexander2024-11-056-12/+91
|
* SONAR-23299 add flags in quality gate show endopintLéo Geoffroy2024-11-053-7/+36
|
* SONAR-23299 add fallback condition to live quality gate evaluationLéo Geoffroy2024-11-056-179/+5
|
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-054-14/+248
|
* Add new fields hasStandardConditions and hasMQRConditions in ↵Léo Geoffroy2024-11-0518-132/+569
| | | | qualitgates/list endpoint and checks
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-24109-507/+502
| | | | plugin API
* SONAR-23431 Adjust maximum page size parameter when retrieving GitLab ↵Julien Camus2024-10-232-1/+87
| | | | repositories
* SONAR-23325 Add changelog for new severities introduced (INFO, BLOCKER)Léo Geoffroy2024-10-2110-12/+48
|
* SONAR-23430 modified api/system/liveness to not pollute logslukasz-jarocki-sonarsource2024-10-213-11/+16
|
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-1816-44/+95
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-23191 Add filtering to changelog API (#12101)Dejan Milisavljevic2024-10-183-22/+291
|
* SONAR-23258 fix bug with custom rulesLéo Geoffroy2024-10-162-6/+4
|
* SONAR-23343 Add impacts to regulatory reportOrlovAlexander2024-10-161-1/+1
|
* SONAR-23250 Compare active rules impacts when comparing quality profilesDejan Milisavljevic2024-10-1610-97/+382
|
* SONAR-23250 Support impacts in QP export-importOrlovAlexander2024-10-167-4/+259
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-167-85/+8
|
* SONAR-23250 Update activate_rule endpoint to support impactsLéo Geoffroy2024-10-162-4/+147
|
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-167-228/+435
|
* SONAR-23250 Support impacts in rule/searchOrlovAlexander2024-10-164-51/+135
|
* SONAR-23250 Add backward and forward severity mapping for quality profileLéo Geoffroy2024-10-162-0/+220
|
* SONAR-23250 Support impacts in BuiltInQProfileInsertImplOrlovAlexander2024-10-162-16/+67
|
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-1/+1
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-143-30/+35
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-1458-301/+295
|
* SONAR-23142 Fix SSF (#12040)Anita Stanisz2024-10-1129-105/+172
|