aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-20640 removed 'organization' parameter from api/alm_integrations/import...Aurelien Poscia2023-10-201-0/+19
* SONAR-20699 Auto-bind project to GitHub DevOps configAurelien Poscia2023-10-201-0/+4
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-0/+32
* SONAR-20578 remove dependency from common part to extensionAurelien Poscia2023-09-285-0/+38
* NO-JIRA Refactor graphql lib to externalize query so that each implementation...Steve Marion2023-09-271-0/+55
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-3/+13
* SONAR-20355 Add and initialize property sonar.qualityProfiles.allowDisableInh...Benjamin Campomenosi2023-09-141-0/+12
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-2/+2
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-2/+0
* SONAR-20021 Adding clean code taxonomy to issues endpointslukasz-jarocki-sonarsource2023-08-181-0/+3
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-1/+15
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-181-4/+3
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-022-5/+12
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-021-8/+0
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-022-10/+27
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-021-0/+150
* SONAR-19372 Add a new issue visitor in order to apply anticipated transitions...Matteo Mara2023-08-022-0/+62
* SONAR-19971 Fix custom logo widthDavid Cho-Lerat2023-07-191-1/+1
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-10/+0
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-124/+0
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-171-9/+0
* NO-JIRA replace MoreCollectors.join with String.join or Collectors.joiningPierre2023-07-171-25/+0
* NO-JIRA replace MoreCollectors.toOneElement with Optional.findFirstPierre2023-07-171-16/+0
* NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSetPierre2023-07-171-5/+0
* NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSetPierre2023-07-171-7/+3
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-171-4/+0
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-30/+0
* NO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSe...Pierre2023-07-171-5/+0
* NO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutable...Pierre2023-07-171-5/+1
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-5/+0
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-173-9/+4
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-4/+0
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-173-10/+4
* NO-JIRA replace MoreCollectors operations to JDK or guava implementationsPierre2023-07-171-56/+17
* SONAR-19522 Fail-fast if SARIF file doesn't exist. (#8587)Wojtek Wajerowicz2023-06-152-4/+6
* SONAR-19579 Fix SSF-420 (#8573)Wojtek Wajerowicz2023-06-152-308/+41
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1312-31/+33
* SONAR-19160 handle missing locations in SARIF import. (#8476)Wojtek Wajerowicz2023-06-071-1/+2
* SONAR-18213 - Make branches documentation link version sensitive in scanner logsAntoine Vinot2023-05-311-1/+1
* SONAR-19340 Raise security hotspots events from CEEric Giffon2023-05-301-0/+11
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-1/+16
* SONAR-19103 Open documentation links safely in new tabsZipeng WU2023-05-091-1/+5
* SONAR-18742 Remove usage of 'BRC' in component/search and component/treeLéo Geoffroy2023-05-031-0/+2
* [NO JIRA] Implement plugin api related to characteristics as no opsDuarte Meneses2023-04-281-1/+1
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-281-13/+0
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-3/+5
* Revert "SONAR-19050 removed the characteristic() added by automatic git confl...Duarte Meneses2023-04-281-0/+6
* SONAR-19050 removed the characteristic() added by automatic git conflict reso...Lukasz Jarocki2023-04-241-6/+0
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-5/+3
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-241-0/+13