aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-9/+11
|
* SONAR-20021 Add clean code information to tainted vulnerability endpointLéo Geoffroy2023-08-185-3/+106
|
* SONAR-20021 updating project import/export to take into account clean code ↵lukasz-jarocki-sonarsource2023-08-185-16/+90
| | | | taxonomy changes
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-1810-22/+348
|
* SONAR-20021 Add impacts and cca to import export of adhoc rulesLéo Geoffroy2023-08-183-53/+91
|
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-1815-38/+195
|
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-028-23/+77
|
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-022-3/+2
|
* SONAR-19372 add default comment when missingPierre2023-08-022-2/+25
|
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ↵Dimitris Kavvathas2023-08-025-13/+173
| | | | query logic
* SONAR-19372 Add a new issue visitor in order to apply anticipated ↵Matteo Mara2023-08-027-1/+362
| | | | transitions to issues
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-247-17/+14
|
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-216-7/+7
|
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-192-2/+53
| | | | | | | | SONAR-19850 Fix an issue where main branch was treated as orphan branch SONAR-19850 Fix an issue where emails with reports were not sent to any receipients SONAR-19850 Fix bug with reference branch as main branch SONAR-19850 Add warning on unanalyzed branches SONAR-19850 Fix portfolio refresh when change of main branch of project
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-192-10/+12
|
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-193-10/+6
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-186-53/+16
|
* NO-JIRA remove unused importsPierre2023-07-1713-16/+2
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-177-19/+22
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-1712-16/+12
|
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-174-8/+6
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-173-6/+5
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-173-6/+6
|
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-174-11/+9
|
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-102-6/+30
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-0777-92/+78
|
* NO-JIRA remove unused importsPierre2023-07-062-2/+0
|
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-052-25/+2
|
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-054-28/+23
|
* 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 ↵Léo Geoffroy2023-06-202-9/+11
| | | | Entities
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-2079-256/+240
| | | | Entities
* SONAR-19556 ↵Lukasz Jarocki2023-06-201-1/+1
| | | | org.sonar.server.project.Project#from(org.sonar.db.component.ComponentDto) should not be used in production
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better ↵Bruno Andrade2023-06-192-3/+3
| | | | readability
* Revert "SONAR-18877 Compute primary location hash for all issues"Antoine Vigneau2023-06-162-164/+123
| | | | This reverts commit 8f608206ceb948e12a7cc34dca21fa5b95955970.
* [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
|