aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25198 Use new PDF template for security reports and enable PDF ↵Cody Simms2025-06-201-16/+32
| | | | customization
* SONAR-25108 Searching for issues by issues keys is always searching on main ↵Zipeng WU2025-06-032-0/+91
| | | | branch
* SONAR-25110 Add OWASP Mobile Top 10 2024 facet to issues searchCody Simms2025-05-162-0/+7
|
* SONAR-24937 Support OWASP Mobile Top 10 2024 & CWE Top 25 2024 standardsCody Simms2025-05-144-3/+99
|
* Bump plugin-api from 11.4.0.2922 to 12.0.0.2960Antoine Vinot2025-05-141-9/+0
|
* SONAR-24929 Issue search is empty for applications with a branch using a ↵Duarte Meneses2025-05-022-23/+18
| | | | reference branch for new code
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-272-3/+3
|
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-277-12/+12
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0966-66/+66
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-1/+1
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-2/+2
|
* SONAR-22471 issue search API should search all descendants for components ↵Zipeng WU2024-12-053-4/+30
| | | | parameter
* 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 ↵Julien HENRY2024-10-2417-40/+39
| | | | plugin API
* 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
| | | | Co-authored-by: Claire Villard <claire.villard@sonarsource.com>
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-183-67/+78
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22727 index software qualitiy measure to project measuresDejan Milisavljevic2024-08-263-166/+281
| | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com>
* 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 ↵Matteo Mara2024-07-041-1/+1
| | | | version bump
* 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 ↵Matteo Mara2024-03-169-13/+16
| | | | org.apache.commons:commons-lang3
* 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 ↵lukasz-jarocki-sonarsource2024-01-171-6/+0
| | | | 500 in api/issues/search
* 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 ↵Pierre2023-09-112-27/+17
| | | | verify we use the correct es client parameters, without testing elasticsearch itself
* 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 ↵Jacek2023-08-252-10/+52
| | | | of nested field provided
* 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 ↵Jacek Poreda2023-08-184-47/+411
| | | | | | Code Attribute Category - Refactor issue indexer to use MyBatis mapping with cursor
* 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 ↵Eric Giffon2023-07-193-64/+22
| | | | branch percentage
* 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
|