aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/source
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-045-13/+14
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0930-30/+30
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-302-44/+15
* SONAR-22265 Clean upantoine.vinot2024-12-181-18/+14
* SONAR-22265 Fix trying to get referenceBranch for main branchantoine.vinot2024-12-181-3/+5
* SONAR-22265 Get the scm info from the previous branch analysis instead of the...antoine.vinot2024-12-182-29/+98
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-2/+2
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-0329-29/+29
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-4/+4
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-133-9/+9
* SONAR-18195 Missing SCM data might cause a NPE in the Compute EngineDuarte Meneses2023-01-131-1/+1
* [NO-JIRA] Use record for data classesZipeng WU2023-01-123-25/+4
* Update license templates for 2023Pierre2023-01-0229-29/+29
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-126-10/+10
* fix some typoscui fliter2022-08-311-1/+1
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-231-14/+9
* Update license headers for 2022 [update headers]Pierre2022-01-2829-29/+29
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code w...Duarte Meneses2022-01-212-15/+32
* SONAR-15102 Upgrade 3rd party dependenciesJacek2021-11-221-1/+1
* Improve code qualityDuarte Meneses2021-11-201-1/+1
* Fix code quality issuesDuarte Meneses2021-10-252-4/+2
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-1/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0829-29/+29
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-111-3/+3
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-251-3/+5
* SONAR-13221 File sourcesDuarte Meneses2020-05-251-0/+2
* SONAR-12802 SONAR-12927 Fix moved file detection for cobol and when calculati...Duarte Meneses2020-02-074-6/+20
* Format all headers for 2020Wouter Admiraal2020-01-0729-29/+29
* SONAR-12690 Detection of changed lines between branches without SCM not worki...Duarte Meneses2019-12-091-2/+24
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-8/+5
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-095-6/+1
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-092-6/+6
* Use arrays insted of set for DuplicatesDuarte Meneses2019-09-042-9/+6
* Fix testsDuarte Meneses2019-09-041-1/+0
* Use arrays instead of Map for SCM infoDuarte Meneses2019-09-041-4/+5
* SONAR_11996 Fallback to line comparison to detect new lines in Short Lived Br...Duarte Meneses2019-05-242-7/+29
* SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRsDuarte Meneses2019-03-111-6/+2
* SONAR-11677 Simple issue reporting on PR/SLB with no reference analysisJulien HENRY2019-02-181-7/+9
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-171-3/+1
* SONAR-11464 Change folder names to be the relative path to their parentJulien HENRY2019-01-161-2/+2
* SONAR-11464 Only load files from Scanner ReportDuarte Meneses2019-01-161-6/+1
* SONAR-11622 Server temp files fail to be deleted on MS WindowsSimon Brandhof2019-01-102-8/+12
* Fix license headers for 2019Duarte Meneses2019-01-0229-29/+29
* SONAR-11529 CE fails if the same duplicated text block is found twiceDuarte Meneses2018-11-301-2/+1
* Replace guava optional with java.util.OptionalDuarte Meneses2018-11-131-5/+3
* SONAR-11394 Apply feedback and fix ITDuarte Meneses2018-11-071-11/+1
* SONAR-11394 Calculate estimated overall duplication in SLBDuarte Meneses2018-11-071-17/+17
* Fix bugs, mainly about type castsSimon Brandhof2018-10-181-1/+1
* SONAR-11238 move PersistFileSourcesStep to source packageSébastien Lesaint2018-10-101-0/+168