aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-184-25/+30
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-184-47/+411
* SONAR-19934 Rename ws param componentKeys to componentsEric Giffon2023-07-192-3/+3
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-193-64/+22
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-60/+7
* SONAR-19784 allow the CE to re-compute permissionsAurelien Poscia2023-07-186-1071/+0
* NO-JIRA remove unused importsPierre2023-07-1712-18/+1
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-175-13/+9
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-176-14/+12
* NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSetPierre2023-07-172-3/+2
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-2/+1
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-173-6/+3
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-5/+4
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-174-10/+9
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-172-2/+3
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-078-11/+8
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-053-11/+29
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-055-73/+29
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-035-101/+118
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-3/+3
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-298-58/+64
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-282-12/+9
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-2/+2
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-1/+1
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-192-4/+4
* SONAR-19445 update elasticSearch permission indexBenjamin Campomenosi2023-06-193-204/+177
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-191-18/+34
* SONAR-19445 refactor deleteProjectPermissionOfAnyUser methodLukasz Jarocki2023-06-191-5/+6
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-6/+6
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-3/+4
* SONAR-18856 fixed elasticsearch scoring testsLukasz Jarocki2023-06-012-8/+0
* SONAR-18856 Move Entity queries to dedicated DAODuarte Meneses2023-06-011-7/+2
* SONAR-18856 Refactor subportfolios and fix build and testsLukasz Jarocki2023-06-0114-171/+116
* SONAR-19197 Update ES and web services with code variantsEric Giffon2023-05-167-4/+56
* SONAR-19147 Fix assigned_to_me facetDimitris Kavvathas2023-05-121-2/+1
* SONAR-18856 Fix Delete/List branch endpoint to support project uuidLéo Geoffroy2023-05-111-0/+5
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-101-4/+4
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-088-89/+89
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-283-21/+0
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-4/+7
* Revert "SONAR-19050 /api/issues/search now always return all possible values ...Duarte Meneses2023-04-281-4/+0
* SONAR-19050 /api/issues/search now always return all possible values for char...Lukasz Jarocki2023-04-251-0/+4
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-7/+4
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-243-0/+21
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-113-14/+21
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-047-100/+100
* SONAR-18850 remove usage of mainBranchProjectUuid in task-analysis and es Léo Geoffroy2023-04-041-9/+14
* SONAR-18850 remove usage main branch component for private moduleLéo Geoffroy2023-04-049-444/+450
* SONAR-18728 Remove ES User indexAurelien Poscia2023-03-311-3/+1
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-211-1/+1