aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
* SONAR-22224 Add prioritizedRule to issue/search apiDDMili2024-06-0315-210/+273
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-169-13/+16
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-193-6/+6
* SONAR-21259 allowing number of issues that will be fixed to be greater than 5...lukasz-jarocki-sonarsource2024-01-171-6/+0
* SONAR-21259 Fix code issuesEric Giffon2024-01-171-9/+11
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-175-15/+146
* SONAR-18963 Index peristed issues onlyJacek2024-01-051-10/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-0366-66/+66
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-085-44/+44
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-085-8/+80
* SONAR-20579 Allow to fetch GitLab SAST report with analysis tokensMatteo Mara2023-10-191-1/+3
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-183-17/+55
* SONAR-20333 Update security reports with CWE Top 25 2023Matteo Mara2023-09-291-45/+44
* SONAR-20430 fix flaky elasticsearch test by simplifying the test to only veri...Pierre2023-09-112-27/+17
* SONAR-19888 Fix tests usage on PermissionIndexerTesterLéo Geoffroy2023-08-312-38/+32
* SONAR-20021, SONAR-20198 Fix CCT filtering and facets when both attributes of...Jacek2023-08-252-10/+52
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-221-2/+4
* 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