aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-061-9/+9
* SONAR-23755 Add Bbt for validating doc url change on UI.Steve Marion2024-11-281-1/+1
* SONAR-23755 Add core extension common to allow SQS specific behavior to happe...Steve Marion2024-11-282-27/+64
* SONAR-23531 Change impact representation in IssueChangedEvent to fit conventionLéo Geoffroy2024-11-211-3/+3
* SONAR-23287 add issue changed event and bulk action changesLéo Geoffroy2024-11-111-3/+11
* SONAR-23527 impacts severity is updated when issue is set on manual severityLéo Geoffroy2024-11-111-0/+56
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-0/+8
* SONAR-23298 Add new metrics and change some namesDejan Milisavljevic2024-11-051-1/+18
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-36/+0
* SONAR-23260 Publish impact changes to SonarQube IDEDejan Milisavljevic2024-10-161-0/+63
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-161-0/+50
* SONAR-23188 MQR Mode settingViktor Vorona2024-10-161-0/+31
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-30/+30
* MMF-3988 Hide ratings and remove legacy mode settingViktor Vorona2024-09-191-31/+0
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-183-2/+16
* SONAR-22914 Issues on different CVEs are different issuesantoine.vinot2024-09-121-0/+42
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-261-0/+49
* SONAR-22731 Define flag to be able to use legacy ratingsDejan Milisavljevic2024-08-261-0/+31
* SONAR-22787 Add FIPS environment information to support info fileAlain Kermis2024-08-261-0/+61
* NO-JIRA Fix Quality Gate IssuesMatteo Mara2024-07-251-2/+0
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-244-218/+65
* SONAR-22252 Update IssueDto, ActiveRuleDto and corresponding mappersOrlovAlexander2024-06-031-29/+37
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-167-8/+8
* SONAR-21643 Fix public accessor on JUnit5 TestLéo Geoffroy2024-02-211-17/+17
* SONAR-21643 Add support for Junit5Léo Geoffroy2024-02-201-1/+1
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-254-181/+17
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-192-85/+2
* SONAR-21195 allow plugins loaded in different containers to access classLoade...Steve Marion2024-01-043-5/+980
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-1/+24
* NO-JIRA Update license headers to 2024Pierre2024-01-0376-76/+76
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-24/+1
* Revert "SONAR-21195 allow plugins loaded in different containers to access cl...Matteo Mara2023-12-223-980/+5
* SONAR-21195 allow plugins loaded in different containers to access classLoade...Steve Marion2023-12-213-5/+980
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-1/+24
* SONAR-21194 add requiredForLanguages response fields to plugins/installed end...Steve Marion2023-12-071-0/+3
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-082-11/+8
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-26/+26
* SONAR-20877 Add new status to changelog for issuesLéo Geoffroy2023-11-082-9/+32
* SONAR-20877 Add mapping for hotspots statusLéo Geoffroy2023-11-081-0/+12
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-081-0/+62
* SONAR-20578 remove dependency from common part to extensionAurelien Poscia2023-09-282-0/+14
* NO-JIRA Refactor graphql lib to externalize query so that each implementation...Steve Marion2023-09-272-0/+61
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-0/+21
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-181-6/+0
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-023-4/+8
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-022-3/+0
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-1/+1
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-021-0/+74
* SONAR-19372 Add a new issue visitor in order to apply anticipated transitions...Matteo Mara2023-08-022-0/+120
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-186/+0