aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-1620-27/+27
* SGB-6 improve assertion in order to check only the entries for relevant loggerMatteo Mara2024-02-231-1/+5
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
* SONAR-21165 Fix code smellsLéo Geoffroy2024-02-161-2/+2
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-163-10/+8
* SONAR-21528 Improve RuleRegister performance by executing similar updates/ins...Jacek Poreda2024-02-024-27/+58
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-302-12/+16
* SONAR-21227 Disable log of user loginantoine.vinot2024-01-292-10/+49
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-2512-271/+25
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-171-1/+1
* SONAR-21227 Expose deprecation.log to consoleJacek Poreda2024-01-042-0/+12
* NO-JIRA Update license headers to 2024Pierre2024-01-03217-217/+217
* SONAR-21228 Log deprecated API usage for API V2Alain Kermis2023-12-192-2/+4
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-194-4/+140
* SONAR-21223 Log deprecated API usage for API V1Jacek Poreda2023-12-192-0/+274
* 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-082-4/+10
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-262-7/+59
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-202-10/+10
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-164-67/+95
* NO-JIRA fix identationlukasz-jarocki-sonarsource2023-10-111-11/+9
* SONAR-20548 Return CCT changes in api/qualityprofiles/changelogEric Giffon2023-10-102-20/+20
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-106-30/+504
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-052-27/+47
* SONAR-20591 Fix notification daemon testAlain Kermis2023-09-281-1/+1
* NO-JIRA make test independent of running containerSteve Marion2023-09-202-50/+60
* SONAR-20359 add quality profile to projects in telemetry Benjamin Campomenosi2023-09-152-15/+94
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-144-5/+288
* SONAR-20421 Fix telemetry measures not fetched from main branchLéo Geoffroy2023-09-081-3/+6
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-294-12/+27
* SONAR-20217 Increase client mock timeout on TelemetryDaemon testJacek Poreda2023-08-281-1/+1
* SONAR-20258 Add all missing package-info.javaAurelien Poscia2023-08-251-0/+23
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-3/+3
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-242-17/+17
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-183-13/+14
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-185-41/+270
* SONAR-20021 adding clean code attribute when registering a rulelukasz-jarocki-sonarsource2023-08-184-23/+38
* SONAR-20021 reducing the number of responsiblities and renaming of RegisterRu...lukasz-jarocki-sonarsource2023-08-189-915/+1019
* SONAR-20102 add Gitlab Security Report export usage to telemetryPierre2023-08-112-0/+27
* SONAR-20075 Remove null chars from provider command outputEric Giffon2023-08-042-10/+34
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-212-6/+6
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-188-482/+0
* NO-JIRA remove unused importsPierre2023-07-173-3/+0
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-174-12/+12
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-175-8/+9
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-172-4/+4
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-2/+3
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-4/+3
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-4/+3