aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es
Commit message (Expand)AuthorAgeFilesLines
* 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-114-14/+22
* 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
* SONAR-18649 Remove the deprecated SANS Top 25 Security reportPhilippe Perrin2023-03-092-95/+0
* SONAR-18600 Remove deprecated items that are not used anymoreZipeng WU2023-03-071-6/+1
* SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flagAntoine Vinot2023-03-032-0/+10
* SONAR-17714 Update ES binariesJacek Poreda2023-02-091-7/+5
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-092-71/+5
* SONAR-17714 Drop types from ES requestsJacek Poreda2023-02-094-39/+29
* SONAR-18405 Managers can access the "CWE Top 25 2022" security reportguillaume-peoch-sonarsource2023-02-081-36/+38
* SONAR-17705 Remove deprecated param 'sinceLeakPeriod' from issues/search endp...Léo Geoffroy2023-02-032-132/+5
* Fix logback configZipeng WU2023-02-021-8/+3
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-025-81/+18
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-022-6/+5
* [NO-JIRA] explicitly declare toList collector mutable or notZipeng WU2023-01-131-2/+3