aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-177-16/+15
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-171-2/+2
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-1723-56/+45
* NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSetPierre2023-07-173-8/+4
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-172-5/+5
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-174-7/+8
* NO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutable...Pierre2023-07-171-2/+3
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-1711-24/+21
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-173-11/+9
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-177-16/+15
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-174-8/+9
* NO-JIRA replace MoreCollectors operations to JDK or guava implementationsPierre2023-07-171-1/+1
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-0723-33/+31
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-056-91/+57
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-0524-556/+729
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-031-4/+5
* SONAR-19558 Update rest of test for sonar-server-commonLéo Geoffroy2023-06-3020-112/+122
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-2/+2
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-2916-106/+108
* SONAR-19690 updated test to use hostname instead of ip in order to benefit fr...Lukasz Jarocki2023-06-261-1/+1
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-224-13/+13
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-1/+1
* SONAR-14853 Elasticsearch http encryptionEric Giffon2023-06-205-23/+135
* SONAR-19556 Fix DB migration and increase test coverageDuarte Meneses2023-06-201-1/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-201-0/+4
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-1/+1
* SONAR-19556 org.sonar.server.project.Project#from(org.sonar.db.component.Comp...Lukasz Jarocki2023-06-202-4/+28
* SONAR-19445 Review and improve the endpoints in WebAPI that rely on ComponentDtoDuarte Meneses2023-06-191-6/+6
* SONAR-19445 Rename AuthorizationDao methods to use entity insteadLéo Geoffroy2023-06-192-28/+23
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-192-0/+36
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab...Bruno Andrade2023-06-191-1/+1
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-153-3/+396
* SONAR-19425 Update logic for SQ container contextAlain Kermis2023-06-133-4/+6
* SONAR-19425 Update telemetry with official helm chart and image usageEric Giffon2023-06-133-3/+7
* SONAR-19425 Update telemetry with kubernetes usageEric Giffon2023-06-133-2/+23
* SONAR-19425 Rename docker to container in telemetry and system infoAlain Kermis2023-06-133-12/+12
* SONAR-19425 Init components to add cloud usage to telemetryEric Giffon2023-06-133-0/+26
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1317-56/+59
* [NOJIRA] Remove unused imports. (#8541)Wojtek Wajerowicz2023-06-132-8/+0
* NO-JIRA - Improve flaky testsAntoine Vinot2023-06-121-12/+9
* SONAR-19515 Let the user remove a non-local user, in case the user is provide...Aurelien Poscia2023-06-083-0/+33
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in Teleme...Zipeng WU2023-06-073-12/+21
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-013-10/+8
* SONAR-18856 fixed elasticsearch scoring testsLukasz Jarocki2023-06-012-13/+31
* SONAR-18856 Move Entity queries to dedicated DAODuarte Meneses2023-06-012-7/+4
* SONAR-18856 Refactor subportfolios and fix build and testsLukasz Jarocki2023-06-014-33/+63
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-014-40/+18
* SONAR-18856 Refactor propertiesDuarte Meneses2023-06-011-12/+5
* SONAR-18856 Refactor properties and favoritesLukasz Jarocki2023-06-011-1/+8
* SONAR-18856 Refactor favorites and propertiesDuarte Meneses2023-06-015-234/+25