aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23688 Add facet and filter on active_impactSeveritiesDejan Milisavljevic2024-12-184-46/+219
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-183-0/+506
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-182-0/+95
|
* SONAR-23688 Index active rules impactsDejan Milisavljevic2024-12-064-57/+85
|
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-062-0/+96
|
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-062-0/+98
|
* NO-JIRA replace usage of Java6Assertions by normal AssertionsSteve Marion2024-12-061-1/+1
|
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-042-0/+97
|
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-2919-303/+320
|
* SQRP-119 (#12446)Anita Stanisz2024-11-296-16/+16
|
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-296-7/+183
|
* SONAR-23367 Remove mention of Server in mode emailsLéo Geoffroy2024-11-294-18/+18
|
* SONAR-23569 Use Software Quality metrics when in MQR modeDejan Milisavljevic2024-11-291-0/+8
|
* SONAR-23367 Update email content for mode change notificationLéo Geoffroy2024-11-292-6/+6
|
* SQRP-119 Rename notifications (#12414)Anita Stanisz2024-11-296-16/+16
|
* SONAR-23569 Add STIG and CASA to the PDF Security ReportDejan Milisavljevic2024-11-271-0/+5
|
* SONAR-23649 Fix SonarQube issuesLéo Geoffroy2024-11-261-4/+7
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-265-25/+35
| | | | for Quality gate administrators
* SONAR-23651 Trigger conditions mismatch notification when mode is changedLéo Geoffroy2024-11-266-84/+135
|
* SONAR-23649 QG admins can opt out from conditions mismatch notificationLéo Geoffroy2024-11-264-5/+49
|
* SONAR-23367 Send notification to instance admins about the existence of two ↵Léo Geoffroy2024-11-2617-0/+1030
| | | | modes.
* SONAR-23341 Security report data are based on Security impact when in MQR modeDejan Milisavljevic2024-11-212-98/+179
|
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-131-11/+2
|
* SONAR-23527 Add changelog event when manual impact is updated during project ↵Léo Geoffroy2024-11-112-1/+14
| | | | analysis
* SONAR-23363 Update set_severity endpointOrlovAlexander2024-11-112-0/+76
|
* SONAR-23527 impacts severity is updated when issue is set on manual severityLéo Geoffroy2024-11-112-0/+56
|
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-112-17/+56
|
* SONAR-23299 add fallback condition to live quality gate evaluationLéo Geoffroy2024-11-0511-36/+404
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-2421-35/+936
| | | | plugin API
* NO-JIRA Fix SQ Issuesantoine.vinot2024-10-221-2/+6
|
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-182-9/+127
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-161-2/+17
|
* NO-JIRA Refactor v2 telemetry data providerDamien Urruty2024-10-152-44/+6
| | | | Introduce an abstract class to differentiate static characteristics (dimension, metric key, ...) and dynamic (the actual value) to better show how it is supposed to be used. It will also prevent future duplication reports on data providers
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-2/+2
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-146-32/+37
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-1442-420/+416
|
* SONAR-22875 Index project measures using the measures table (#11734)Claire Villard2024-10-091-6/+6
| | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵Steve Marion2024-10-071-1/+1
| | | | exclusion of hamcrest from mockito.
* SONAR-23133 removing com.squareup.okio:okio direct dependencySteve Marion2024-10-071-1/+0
|
* SGB-126 Migrate the test to Junit 5 (#11904)Anita Stanisz2024-10-031-23/+27
|
* NO-JIRA Fix scan issuesDejan Milisavljevic2024-09-192-2/+0
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-1811-174/+153
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22641 fix values for telemetry smtp config when Optional.empty() returnedBogdana2024-09-024-10/+30
|
* SONAR-22727 index software qualitiy measure to project measuresDejan Milisavljevic2024-08-269-3/+227
| | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com>
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-262-335/+0
|
* SONAR-22727 Introduce software quality security review rating metricsDDMili2024-08-262-13/+45
|
* SONAR-22727 Add new software qualities maintainability measuresLéo Geoffroy2024-08-262-0/+26
|
* SONAR-22727 Add new software qualities rating measuresDDMili2024-08-263-15/+21
|
* SONAR-22727 Add new software qualities remediation efforts measuresLéo Geoffroy2024-08-262-3/+3
|
* SONAR-22727 Define new metrics for project ratingsDejan Milisavljevic2024-08-262-0/+333
|