aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-es
Commit message (Expand)AuthorAgeFilesLines
* SONAR-17061 Add PCI DSS parameter and facet in 'api/issues/search' API endpointDimitris Kavvathas2022-07-2512-351/+329
* SONAR-17061 add PCI DSS to security reports show APIMatteo Mara2022-07-254-28/+230
* SONAR-16479 remove root user conceptPierre2022-06-157-74/+72
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-156-57/+2
* SONAR-16251 Use calendarInterval and not deprecated dateHistogramIntervalAntoine Vinot2022-06-081-1/+1
* SONAR-16246 Show correct Project Count in Telemetry and System Info endpointAurelien Poscia2022-06-022-5/+46
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-241-4/+2
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-111-1/+1
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-067-25/+25
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
* Fix Elasticsearch UT failing do incorrect orderJacek2022-03-311-0/+1
* SONAR-16039 - Hybrid New Code Search for Issues Not re-analyzed in 9.4Belen Pruvost2022-03-316-29/+59
* SONAR-16129 Handle Owasp Top 10 2021 facet orderingMatteo Mara2022-03-231-1/+36
* SONAR-16129 Handle Owasp Top 10 2021 facet in issue searchMatteo Mara2022-03-212-0/+2
* SONAR-16123 Update security_reports endpointMatteo Mara2022-03-182-26/+130
* SONAR-16128 SONAR-16126 Update Security PDF Report with OWASP Top 10 and CWE ...Lukasz Jarocki2022-03-174-31/+53
* NO-JIRA fixed unit test that was very much dependent on JDK vendor and versio...Lukasz Jarocki2022-03-081-2/+2
* SONAR-16058 replace sinceLeakPeriod with inNewCodePeriodMatteo Mara2022-03-012-8/+157
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-224-6/+8
* Update license headers for 2022 [update headers]Pierre2022-01-2866-66/+66
* SONAR-15904 - Adapt Issue Search to work with new code referenceBelen Pruvost2022-01-215-16/+182
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-212-2/+14
* SONAR-15702 - Return 403 or filter issues when user can't access child projec...Belen Pruvost2021-12-032-6/+22
* Improve code qualityDuarte Meneses2021-11-204-14/+12
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1913-147/+88
* SONAR-14315 Cannot paginate /api/project_tags/searchDuarte Meneses2021-11-182-12/+61
* Improve code qualityDuarte Meneses2021-11-181-1/+1
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-091-1/+0
* SONAR-15397 Fix Issue tags aren't filtered by branchZipeng WU2021-11-053-7/+10
* Fix code quality issuesDuarte Meneses2021-09-242-11/+9
* SONAR-15225 Cancelled tasks for indexations should be count as failuresJacek2021-09-161-1/+1
* SONAR-15345 Fixed the numbers of CWEs for 2021Lukasz Jarocki2021-08-301-2/+2
* SONAR-15345 add CWE top 25 for year 2021Lukasz Jarocki2021-08-301-4/+58
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-266-30/+8
* SONAR-15142 - Include template data on user/group permission insertsBelen Pruvost2021-08-191-1/+1
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-1/+1
* SONAR-15271 Add/remove permission from a group should have group nameZipeng WU2021-08-191-2/+4
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-191-3/+22
* SONAR-15142 remove dead codePierre2021-08-191-21/+2
* SONAR-15138 Generate PDFJeremy Davis2021-08-091-2/+2
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-271-3/+4
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-1/+1
* SONAR-15163 Fix project key search to be case insensitiveJacek2021-07-131-0/+1
* SONAR-14605 - Only update Rule facet name for external rulesBelen Pruvost2021-07-012-35/+1
* SONAR-11407 fix the issue by reducing the batchsize for this queryPierre2021-07-012-4/+7
* SONAR-10230 Project search should support search by partial project keyZipeng WU2021-07-012-10/+15
* SONAR-14605 - Make rule name consistentBelen Pruvost2021-06-303-3/+39
* SONAR-14641 added secondary sorting to all sorting when searching for issuesLukasz Jarocki2021-06-292-2/+57
* SONAR-14322 api/issues/search returns all issues if provided rule key doesn't...Michal Duda2021-04-015-6/+43
* SONAR-14442 Elasticsearch query for CWE Top 25Zipeng WU2021-02-172-16/+146