aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY12 days1-1/+1
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot12 days5-8/+8
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0936-36/+36
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-2/+2
* SONAR-22471 issue search API should search all descendants for components par...Zipeng WU2024-12-052-1/+25
* SONAR-23341 Security report data are based on Security impact when in MQR modeDejan Milisavljevic2024-11-215-191/+363
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-2413-23/+23
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-143-18/+18
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-091-2/+2
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-182-39/+62
* SONAR-22727 index software qualitiy measure to project measuresDejan Milisavljevic2024-08-261-156/+241
* SONAR-22543 Add CASA security reportLéo Geoffroy2024-07-261-23/+115
* SONAR-22543 Index new CASA security standardLéo Geoffroy2024-07-261-0/+9
* SONAR-22542 Add security report support for STIGLéo Geoffroy2024-07-231-0/+72
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-231-0/+9
* SONAR-22224 Add prioritizedRule to issue/search apiDDMili2024-06-0312-209/+245
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-3/+3
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-192-2/+2
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-172-3/+61
* NO-JIRA Update license headers to 2024Pierre2024-01-0336-36/+36
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-29/+29
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-082-5/+58
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-181-17/+50
* 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-111-25/+15
* SONAR-19888 Fix tests usage on PermissionIndexerTesterLéo Geoffroy2023-08-311-24/+25
* SONAR-20021, SONAR-20198 Fix CCT filtering and facets when both attributes of...Jacek2023-08-251-0/+32
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-181-11/+11
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-182-31/+260
* SONAR-19934 Rename ws param componentKeys to componentsEric Giffon2023-07-191-1/+1
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-191-46/+13
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-54/+3
* SONAR-19784 allow the CE to re-compute permissionsAurelien Poscia2023-07-183-577/+0
* NO-JIRA remove unused importsPierre2023-07-1711-17/+1
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-172-4/+2
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-3/+2
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-077-10/+7
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-052-10/+28
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-054-51/+15
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-035-101/+118
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-293-22/+21
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-5/+3
* 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 update elasticSearch permission indexBenjamin Campomenosi2023-06-191-55/+57
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-191-18/+34
* 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-0113-171/+103