aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* [NO-JIRA] Fix code smellsJacek2022-08-081-3/+0
* SONAR-16583 Fix location hashing to happen right before cachingJacek2022-08-085-42/+72
* SONAR-16583 Fix NPE in case location is in the same fileJacek2022-08-042-3/+40
* SONAR-16583 Collection of hashes of issue locations takes too longDuarte Meneses2022-08-026-205/+498
* SONAR-12077 Do not record file move events in issue changelogKlaudio Sinani2022-07-293-29/+14
* SONAR-16374 Move PushEvent detection to single step in CEJacek2022-07-2711-407/+246
* SONAR-16386 - Persist TaintVulnerabilityClosed in DBBelen Pruvost2022-07-257-12/+212
* SONAR-16374 - Load extra Taint Repositories from ConfigurationBelen Pruvost2022-07-253-4/+20
* SONAR-16374 Add scheduled task to read PushEvents from DBJacek2022-07-252-3/+3
* SONAR-16374 Add persist step in CE to push events to DBJacek2022-07-2520-63/+1125
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-2323-119/+963
* SONAR-16643 fix export of AdHocRulesAurelien Poscia2022-07-122-42/+85
* SONAR-16611 Adapt project import/export to handle DB field issues.rule_descri...Aurelien Poscia2022-07-083-1/+9
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist t...Aurelien Poscia2022-07-087-4/+181
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-7/+7
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-042-1/+25
* SONAR-16521 'Line Coverage' inconsistent with 'Lines to cover' and 'uncovered...Duarte Meneses2022-06-212-1/+4
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-156-7/+1
* SONAR-16472 Set 'security_hotspots_reviewed_status' and 'security_hotspots_to...9.5.0.56709Duarte Meneses2022-06-102-7/+6
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-312-9/+7
* SONAR-16316 Fill report dataDuarte Meneses2022-05-256-172/+40
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-245-47/+34
* SONAR-16370 computing new issues hashes. version takes into account issues th...Lukasz Jarocki2022-05-243-26/+237
* SONAR-16302 - Update to add mybatis automapping (#5926)Léo Geoffroy2022-05-161-2/+2
* Revert "SONAR-16370 compute issue hashes when processing scanner report"Lukasz Jarocki2022-05-133-167/+25
* SONAR-16370 compute issue hashes when processing scanner reportLukasz Jarocki2022-05-113-25/+167
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-062-7/+3
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-0613-72/+73
* SONAR-16302 Adapt ExportRuleDto to handle new structureZipeng WU2022-05-061-2/+2
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce RuleSectionDescrip...Léo Geoffroy2022-05-061-4/+4
* NO-JIRA fixing faulty test in ScoreMatricDumperImplTestLukasz Jarocki2022-05-051-7/+15
* Delete files if exist in ScoreMatrixDumperImplTestJacek2022-04-281-8/+6
* NO-JIRA fixed unit test that sometimes was not passingLukasz Jarocki2022-04-221-8/+12
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
* SONAR-15321 Large number of entries in 'issue_changes'Duarte Meneses2022-04-0712-121/+446
* NO-JIRA fixing SQ issues, code smells, bugsLukasz Jarocki2022-04-051-2/+2
* NO-JIRA fixed issues in ScoreMatrixDumperImplTest that occured sometimes on s...Lukasz Jarocki2022-04-051-7/+7
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-0419-76/+75
* SONAR-16039 populating measure for new metric analysis_from_sonarqube_9_4Lukasz Jarocki2022-03-315-0/+183
* SONAR-16039 - Migrate existing issues to new_code tableBelen Pruvost2022-03-317-28/+161
* SONAR-16163 update warning descriptionZipeng WU2022-03-301-2/+2
* Improve SQ code qualityDuarte Meneses2022-03-244-92/+45
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-241-2/+1
* Fix SonarQube quality issuesDuarte Meneses2022-03-236-69/+37
* SONAR-16163 Process reference branch set by the scanner in the CEZipeng WU2022-03-2310-20/+178
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-186-25/+25
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-187-4/+166
* SONAR-16100 When reference branch strategy used and file is not under SCM, us...Jacek2022-03-113-7/+60
* SONAR-13704 activity of a project now also display QG changes caused by chang...Lukasz Jarocki2022-03-021-1/+1
* SONAR-13588 External issue tags should inherit external rule tagsPierre2022-02-252-4/+15