aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src/it/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25377 Remove deprecated complexity metricsPierre2025-07-041-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
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* 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 ↵Matteo Mara2024-03-164-4/+4
| | | | org.apache.commons:commons-lang3
* SONAR-21528 Improve RuleRegister performance by executing similar ↵Jacek Poreda2024-02-021-1/+1
| | | | updates/inserts on after another
* 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 ↵Steve Marion2023-10-161-3/+6
| | | | was done with. Added sq_version field in database. refactor QpChange insertion to batch insert at the same date to improve change grouping in UI. refactor rule impact. add "sonarQubeVersion" parameter to "api/qualityprofile/changelog" endpoint.
* 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