aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-5/+5
|
* SONAR-20672 QualityProfileChange now record the version of SQ the change ↵Steve Marion2023-10-162-56/+77
| | | | 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.
* NO-JIRA fix identationlukasz-jarocki-sonarsource2023-10-111-11/+9
|
* SONAR-20548 Return CCT changes in api/qualityprofiles/changelogEric Giffon2023-10-101-10/+10
|
* SONAR-20548 added event for changing the CCT data for ruleslukasz-jarocki-sonarsource2023-10-103-22/+215
|
* SONAR-20630 Add creationMethod to project telemetry payload.Wojtek Wajerowicz2023-10-051-9/+8
|
* NO-JIRA make test independent of running containerSteve Marion2023-09-201-4/+13
|
* SONAR-20359 add quality profile to projects in telemetry Benjamin Campomenosi2023-09-151-14/+36
|
* SONAR-20359 Add quality profiles to telemetry dataLéo Geoffroy2023-09-142-1/+102
|
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-292-8/+12
|
* SONAR-20258 Add all missing package-info.javaAurelien Poscia2023-08-251-0/+23
|
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-241-1/+1
|
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-3/+3
|
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-183-13/+14
|
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-183-33/+143
|
* SONAR-20021 adding clean code attribute when registering a rulelukasz-jarocki-sonarsource2023-08-183-22/+33
|
* SONAR-20021 reducing the number of responsiblities and renaming of ↵lukasz-jarocki-sonarsource2023-08-187-905/+1002
| | | | RegisterRules class to comply with Java standards
* SONAR-20102 add Gitlab Security Report export usage to telemetryPierre2023-08-111-0/+12
|
* SONAR-20075 Remove null chars from provider command outputEric Giffon2023-08-041-7/+13
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-1/+1
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-183-207/+0
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-172-7/+5
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-172-5/+6
|
* 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
|
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-1/+1
|
* NO-JIRA remove unused importsPierre2023-07-061-1/+0
|
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-051-1/+0
|
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-293-4/+4
|
* (code smell fix): removing unused importsBruno Andrade2023-06-281-1/+0
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-202-4/+5
| | | | Entities
* SONAR-19455 refactored permissions in the codebase to not rely on main ↵Lukasz Jarocki2023-06-191-1/+1
| | | | branch from components table
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-191-1/+1
|
* No-JIRA Code smell fix: Logs are expecting args, but weren't being passedBruno Andrade2023-06-192-2/+2
|
* SONAR-19425 Update logic for SQ container contextAlain Kermis2023-06-133-13/+96
|
* SONAR-19425 Update telemetry with official helm chart and image usageEric Giffon2023-06-131-2/+22
|
* SONAR-19425 Update telemetry with kubernetes usageEric Giffon2023-06-131-3/+174
|
* SONAR-19425 Rename docker to container in telemetry and system infoAlain Kermis2023-06-135-20/+20
|
* SONAR-19425 Init components to add cloud usage to telemetryEric Giffon2023-06-132-1/+41
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1319-53/+56
|
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in ↵Zipeng WU2023-06-071-10/+13
| | | | | | | Telemetry for branches Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR-19297 Accommodate Community Edition NCD specific logic for telemetry ↵Zipeng WU2023-05-261-2/+6
| | | | | (#8385) Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR-19297 Track new code definition in TelemetryZipeng WU2023-05-252-4/+71
| | | | | Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR_19368 show full value of properties in /api/system/infoAurelien Poscia2023-05-221-3/+1
|
* SONAR-19084 Add telemetry information (managed instance provider)Aurelien Poscia2023-05-111-2/+14
|
* SONAR-19084 Return GitHub as provider managing the instance in system/infoAntoine Vigneau2023-05-113-10/+4
|
* SONAR-19084 periodically schedule the GitHub sync task.Wojtek Wajerowicz2023-05-111-19/+4
|
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-031-2/+2
|