aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23213 Measures double write - persist stepEric Giffon2024-10-145-0/+350
* NO-JIRA Update license headers to 2024Pierre2024-01-03505-505/+505
* SONAR-18872 improve total ncloc computation9.9.1.69595Pierre2023-04-272-0/+52
* SONAR-18195 Missing SCM data might cause a NPE in the Compute EngineDuarte Meneses2023-01-131-1/+1
* SONAR-17176 Change folder for saving score matrix to fix security hotspotLéo Geoffroy2023-01-121-2/+6
* SONAR-18174 Analyzer cache should be kept in the file system to decrease memo...Duarte Meneses2023-01-121-2/+5
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+1
* [NO-JIRA] Remove reported code smells about unused importsMatteo Mara2023-01-123-3/+0
* [NO-JIRA] Use record for data classesZipeng WU2023-01-1233-335/+92
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-1021-48/+35
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-103-14/+14
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-101-20/+8
* Update license templates for 2023Pierre2023-01-02504-504/+504
* SONAR-17671 Add description context key for taint vulnerabilitiesAntoine Vinot2022-12-152-11/+19
* SONAR-17592 - Add support for message formattings in import and exportLéo Geoffroy2022-12-011-1/+30
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-013-2/+31
* [NO-JIRA] Fix reported code smellsKlaudio Sinani2022-11-153-5/+0
* SONAR-17597 NullPointerException when CE loads SCM changesets from DBDuarte Meneses2022-11-112-2/+10
* [NO JIRA] Remove debug logsDuarte Meneses2022-11-111-10/+0
* SONAR-17559 Refine conditions under which we display a warning when using son...Wouter Admiraal2022-11-071-18/+8
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-0526-609/+118
* SONAR-17524 using new config property to set default main branchLukasz Jarocki2022-11-011-5/+8
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-012-7/+7
* SONAR-17501 Send push events to SonarLint for branchesJacek2022-10-262-9/+24
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-268-114/+67
* SONAR-13579 Ensure issue tracking between new file on Pull Request and origin...Klaudio Sinani2022-10-265-19/+81
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-2610-8/+283
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-5/+0
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-3/+5
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1214-40/+69
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-10/+3
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1242-134/+90
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-192-12/+8
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-194-6/+8
* SONAR-17287 Fix conversion of flow typesDuarte Meneses2022-09-161-1/+3
* SONAR-17287 SonarQube stores issue flow types and descriptionsDuarte Meneses2022-09-161-10/+26
* SONAR-17183 increase scanner report size threshold to 4GBZipeng WU2022-09-161-1/+1
* SONAR-17264 accept 404 response code when checking if user has access to gith...Benjamin Campomenosi2022-09-052-20/+23
* fix some typoscui fliter2022-08-311-1/+1
* SONAR-17210 - Generate the SARIF reportAurelien Poscia2022-08-3010-27/+156
* SONAR-17183 Fix SSF-207Zipeng WU2022-08-231-1/+2
* [NO-JIRA] Fix code smellsJacek2022-08-081-3/+0
* SONAR-16583 Fix location hashing to happen right before cachingJacek2022-08-084-32/+62
* SONAR-16583 Fix NPE in case location is in the same fileJacek2022-08-041-3/+6
* SONAR-16583 Collection of hashes of issue locations takes too longDuarte Meneses2022-08-023-47/+219
* SONAR-12077 Do not record file move events in issue changelogKlaudio Sinani2022-07-292-18/+11
* SONAR-16374 Move PushEvent detection to single step in CEJacek2022-07-277-202/+77
* SONAR-16386 - Persist TaintVulnerabilityClosed in DBBelen Pruvost2022-07-254-11/+90
* SONAR-16374 - Load extra Taint Repositories from ConfigurationBelen Pruvost2022-07-252-3/+7
* SONAR-16374 Add scheduled task to read PushEvents from DBJacek2022-07-252-3/+3