aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es
Commit message (Expand)AuthorAgeFilesLines
* 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-053-4/+30
* SONAR-23341 Security report data are based on Security impact when in MQR modeDejan Milisavljevic2024-11-216-222/+489
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-2417-40/+39
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-143-18/+18
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-092-3/+5
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-183-67/+78
* SONAR-22727 index software qualitiy measure to project measuresDejan Milisavljevic2024-08-263-166/+281
* SONAR-22543 Add CASA security reportLéo Geoffroy2024-07-262-26/+128
* SONAR-22543 Index new CASA security standardLéo Geoffroy2024-07-264-1/+29
* SONAR-22542 Add security report support for STIGLéo Geoffroy2024-07-232-0/+83
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-234-0/+28
* SONAR-22447 Moved from javax.servlet-api to jakarta.servlet-api plus patch ve...Matteo Mara2024-07-041-1/+1
* 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