aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src/it/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25377 Remove deprecated complexity metricsPierre3 days1-4/+1
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-10/+10
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-098-8/+8
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-061-3/+8
* SONAR-23341 Security report data are based on Security impact when in MQR modeDejan Milisavljevic2024-11-211-1/+3
* SONAR-23564 Update mapping logic for active rule impacts and severitiesLéo Geoffroy2024-11-111-12/+12
* SONAR-23466 Partially revert changes made by SONAR-22914Julien HENRY2024-10-241-5/+1
* SONAR-23250 Fix issues raised by the scanDejan Milisavljevic2024-10-161-1/+1
* SONAR-23250 Initial population of active_rules with impactsDejan Milisavljevic2024-10-161-58/+189
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-143-16/+14
* SONAR-22914 Support 2 built-in SCA rulesJulien HENRY2024-09-121-64/+98
* SONAR-22479 Create new telemetry moduleAlain Kermis2024-07-242-911/+0
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-271-11/+19
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-164-4/+4
* SONAR-21528 Improve RuleRegister performance by executing similar updates/ins...Jacek Poreda2024-02-021-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0310-10/+10
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-2/+4
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-261-5/+17
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-161-3/+6
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-101-0/+1365
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-051-0/+723
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-141-0/+169
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-14/+14
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-172-5/+7
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-171-2/+2
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-077-7/+7
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-037-11/+10
* SONAR-19383 Remove unnecessary methods from CeTaskMessagesDao. (#8539)Wojtek Wajerowicz2023-06-151-3/+17
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-2/+2
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-217-0/+1324