aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/component
Commit message (Expand)AuthorAgeFilesLines
* SONAR-18635 Remove deprecation for method getOptionalComponentByRefJulien HENRY10 days1-5/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0951-51/+51
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-302-6/+70
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-243-6/+6
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-211-2/+2
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-165-9/+9
* SONAR-21455 new_accepted_issues should only be computed in application when a...Léo Geoffroy2024-01-311-5/+12
* SONAR-18963 Index peristed issues onlyJacek2024-01-053-57/+0
* NO-JIRA Update license headers to 2024Pierre2024-01-0351-51/+51
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-3/+4
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-2/+2
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-3/+2
* SONAR-19407 Fix ComponentUuidFactory to load uuid for portfolio from `portfol...Benjamin Campomenosi2023-06-011-2/+12
* SONAR-18850 remove usage of mainBranchProjectUuid in task-analysis and es Léo Geoffroy2023-04-041-7/+7
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-041-0/+1
* SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flagAntoine Vinot2023-03-033-0/+57
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-42/+0
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-021-140/+0
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+1
* [NO-JIRA] Use record for data classesZipeng WU2023-01-124-27/+7
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-102-7/+6
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-4/+4
* Update license templates for 2023Pierre2023-01-0252-52/+52
* [NO JIRA] Remove debug logsDuarte Meneses2022-11-111-10/+0
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-051-0/+10
* 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-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-263-19/+11
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-264-3/+31
* 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-125-13/+40
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1210-55/+14
* SONAR-16374 Add persist step in CE to push events to DBJacek2022-07-252-7/+30
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-236-1/+216
* Fix SonarQube quality issuesDuarte Meneses2022-03-231-39/+16
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-2/+4
* Update license headers for 2022 [update headers]Pierre2022-01-2848-48/+48
* Improve code qualityDuarte Meneses2021-11-181-1/+2
* SONAR-15398 update class and method namesDuarte Meneses2021-11-181-8/+7
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-0/+3
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-091-10/+31
* Refactor BranchPersister to use cached project configurationDuarte Meneses2021-04-081-18/+8
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0848-48/+48
* SONAR-14189 sonar.dbcleaner.branchesToKeepWhenInactive ignored when set on pr...Michal Duda2020-12-041-6/+12
* SONAR-14024 fix not purging some pull requestsMichal Duda2020-12-031-0/+4
* SONAR-13262 P/R analysis fails if top directory as same name as projectDuarte Meneses2020-04-171-10/+11