aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19558 Refactor rest of test in project_analysis module Benjamin Campomenosi2023-06-305-5/+5
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-299-20/+20
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-1/+1
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-291-1/+0
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-283-58/+48
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-2/+1
* (code smell fix): removing variables and exception that are not being thrownBruno Andrade2023-06-281-2/+0
* SONAR-19558 Fix import/export of project_links to not depend on componentLéo Geoffroy2023-06-263-19/+16
* SONAR-19558 Fix Settings using components instead of projectLéo Geoffroy2023-06-263-31/+27
* SONAR-19558 Fix duplication indexes tests to supportLéo Geoffroy2023-06-261-4/+2
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-222-3/+0
* SONAR-19558 Fix WS action ITsDuarte Meneses2023-06-203-10/+11
* SONAR-19558 Refactor eventsDuarte Meneses2023-06-209-137/+60
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-202-16/+3
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-202-9/+11
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-2079-256/+240
* SONAR-19556 org.sonar.server.project.Project#from(org.sonar.db.component.Comp...Lukasz Jarocki2023-06-201-1/+1
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab...Bruno Andrade2023-06-192-3/+3
* Revert "SONAR-18877 Compute primary location hash for all issues"Antoine Vigneau2023-06-162-164/+123
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1348-124/+124
* SONAR-18877 Compute primary location hash for all issuesAntoine Vigneau2023-06-092-123/+164
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-014-8/+8
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-014-22/+9
* SONAR-18856 Refactor favorites and propertiesDuarte Meneses2023-06-012-6/+8
* SONAR-19407 Fix ComponentUuidFactory to load uuid for portfolio from `portfol...Benjamin Campomenosi2023-06-012-2/+38
* SONAR-19340 Raise security hotspots events from CEEric Giffon2023-05-3024-139/+600
* SONAR-19340 Update Hash algorithm to include Security HotspotsAntoine Vinot2023-05-302-21/+82
* SONAR-19197 Support code variants in project import/exportEric Giffon2023-05-163-3/+8
* SONAR-19197 Add code variant logic to compute engineAlain Kermis2023-05-166-44/+37
* [NO JIRA] Remove dead code in PropertiesDaoDuarte Meneses2023-05-151-3/+6
* SONAR-18852 Refactor 'portfolio_projects'Duarte Meneses2023-05-121-10/+2
* SONAR-18856 Fix RenameAction endpoint to support project uuidLéo Geoffroy2023-05-111-1/+1
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-102-2/+2
* SONAR-18860 Remove usage of main branch project uuid from import/export of a ...Lukasz Jarocki2023-05-092-3/+2
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-0844-125/+117
* SONAR-13362 Do not show a deprecation warning if cross-project duplication is...Duarte Meneses2023-05-052-10/+13
* SONAR-18860 Remove use of main_branch_project_uuidDuarte Meneses2023-04-122-0/+2
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-122-3/+0
* SONAR-18860 Fix sql queries for components in the main branch and fix ITsDuarte Meneses2023-04-121-3/+3
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1133-117/+188
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-064-17/+13
* SONAR-18850 removing usage of mainBranchUuid from selectByKeyAndBranchOrPrLukasz Jarocki2023-04-042-26/+28
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-0412-47/+52
* SONAR-18850 remove usage of mainBranchProjectUuid in task-analysis and es Léo Geoffroy2023-04-042-7/+15
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-046-7/+16
* SONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScm...Aurelien Poscia2023-03-312-32/+23
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-303-0/+117
* SONAR-18462 - Fix ALM PR decoration not using ad hoc typeAntoine Vinot2023-03-222-1/+35
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-2131-18/+18
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-1763-65/+62