| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-22471 issue search API should search all descendants for components par... | Zipeng WU | 2024-12-05 | 1 | -3/+5 |
* | SONAR-23341 Security report data are based on Security impact when in MQR mode | Dejan Milisavljevic | 2024-11-21 | 1 | -31/+126 |
* | SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug... | Julien HENRY | 2024-10-24 | 3 | -14/+14 |
* | SONAR-22873 Read JSON measures (#11683) | Eric Giffon | 2024-10-09 | 1 | -1/+3 |
* | SONAR-22951 Use 5 levels severities for Software Impact | Dejan Milisavljevic | 2024-09-18 | 1 | -28/+16 |
* | SONAR-22727 index software qualitiy measure to project measures | Dejan Milisavljevic | 2024-08-26 | 1 | -10/+39 |
* | SONAR-22543 Add CASA security report | Léo Geoffroy | 2024-07-26 | 1 | -3/+13 |
* | SONAR-22543 Index new CASA security standard | Léo Geoffroy | 2024-07-26 | 3 | -1/+20 |
* | SONAR-22542 Add security report support for STIG | Léo Geoffroy | 2024-07-23 | 1 | -0/+11 |
* | SONAR-22542 Index new STIG security standard | Léo Geoffroy | 2024-07-23 | 3 | -0/+19 |
* | SONAR-22224 Add prioritizedRule to issue/search api | DDMili | 2024-06-03 | 3 | -1/+28 |
* | SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons... | Matteo Mara | 2024-03-16 | 6 | -10/+13 |
* | SONAR-21280 Use IssueStatus from plugin-api instead and remove old one | Léo Geoffroy | 2024-01-19 | 1 | -4/+4 |
* | SONAR-21259 allowing number of issues that will be fixed to be greater than 5... | lukasz-jarocki-sonarsource | 2024-01-17 | 1 | -6/+0 |
* | SONAR-21259 Fix code issues | Eric Giffon | 2024-01-17 | 1 | -9/+11 |
* | SONAR-21259 added new param to api/issues/search | lukasz-jarocki-sonarsource | 2024-01-17 | 3 | -12/+85 |
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 26 | -26/+26 |
* | SONAR-20877 Update naming to issueStatus | Léo Geoffroy | 2023-11-08 | 3 | -15/+15 |
* | SONAR-20871 Add simple status to the issue index | Benjamin Campomenosi | 2023-11-08 | 3 | -3/+22 |
* | SONAR-20579 Allow to fetch GitLab SAST report with analysis tokens | Matteo Mara | 2023-10-19 | 1 | -1/+3 |
* | SONAR-20708 Add sorting project by creation date in search_projects endpoint | Wojtek Wajerowicz | 2023-10-18 | 2 | -0/+5 |
* | SONAR-20430 fix flaky elasticsearch test by simplifying the test to only veri... | Pierre | 2023-09-11 | 1 | -2/+2 |
* | SONAR-20021, SONAR-20198 Fix CCT filtering and facets when both attributes of... | Jacek | 2023-08-25 | 1 | -10/+20 |
* | SONAR-20198 Added rules data to elasticsearch indexes | lukasz-jarocki-sonarsource | 2023-08-22 | 1 | -2/+4 |
* | SONAR-20021 Update Issues web apis with Clean Code Taxonomy | Jacek Poreda | 2023-08-18 | 3 | -14/+19 |
* | SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co... | Jacek Poreda | 2023-08-18 | 2 | -16/+151 |
* | SONAR-19934 Rename ws param componentKeys to components | Eric Giffon | 2023-07-19 | 1 | -2/+2 |
* | SONAR-19728 Update ws indexation_status to return project count instead of br... | Eric Giffon | 2023-07-19 | 2 | -18/+9 |
* | SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695 | Duarte Meneses | 2023-07-18 | 1 | -6/+4 |
* | SONAR-19784 allow the CE to re-compute permissions | Aurelien Poscia | 2023-07-18 | 2 | -375/+0 |
* | NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdas | Pierre | 2023-07-17 | 4 | -10/+7 |
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 4 | -10/+10 |
* | NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSet | Pierre | 2023-07-17 | 2 | -3/+2 |
* | NO-JIRA replace MoreCollectors.toArrayList with Collectors.toList | Pierre | 2023-07-17 | 1 | -2/+1 |
* | NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSet | Pierre | 2023-07-17 | 3 | -6/+3 |
* | NO-JIRA replace MoreCollectors.toSet with Collectors.toSet | Pierre | 2023-07-17 | 1 | -5/+4 |
* | NO-JIRA replace MoreCollectors.toList with Collectors.toList | Pierre | 2023-07-17 | 3 | -7/+7 |
* | NO-JIRA replace MoreCollectors.toList(size) with Collectors.toList | Pierre | 2023-07-17 | 2 | -2/+3 |
* | SONAR-19558 Fix usage of indexOnAnalysis and minor fixes | Léo Geoffroy | 2023-07-05 | 1 | -1/+1 |
* | SONAR-19558 Refactor Project Indexers | Duarte Meneses | 2023-07-05 | 1 | -22/+14 |
* | SONAR-19558 enabled snapshots to correctly use project/branch uuid | Lukasz Jarocki | 2023-06-29 | 1 | -3/+3 |
* | SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexes | Duarte Meneses | 2023-06-29 | 3 | -25/+34 |
* | SONAR-19445 renamed permissions' component_uuid column to entity_uuid | Lukasz Jarocki | 2023-06-19 | 1 | -2/+2 |
* | SONAR-19445 update elasticSearch permission index | Benjamin Campomenosi | 2023-06-19 | 1 | -106/+73 |
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 2 | -6/+6 |
* | SONAR-19197 Update ES and web services with code variants | Eric Giffon | 2023-05-16 | 3 | -2/+20 |
* | SONAR-19147 Fix assigned_to_me facet | Dimitris Kavvathas | 2023-05-12 | 1 | -2/+1 |
* | Revert "SONAR-19050 added characteristic to elasticsearch index" | Duarte Meneses | 2023-04-28 | 3 | -21/+0 |
* | Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549" | Duarte Meneses | 2023-04-28 | 1 | -4/+7 |
* | Revert "SONAR-19050 /api/issues/search now always return all possible values ... | Duarte Meneses | 2023-04-28 | 1 | -4/+0 |