aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-17393 add constants and common code for handling OWASP ASVSMatteo Mara2022-10-075-14/+48
* SONAR-17195 Removed potential test bug and cleanupalain2022-09-291-34/+36
* SONAR-17195 Move unanalyzed language flags to project level for telemetryalain2022-09-283-50/+39
* SONAR-17195 Use "externalIdentityProvider" in users array in telemetryJacek2022-09-283-30/+7
* SONAR-17195 Use "devopsPlatform" field name instead "alm" in telemetryJacek2022-09-283-10/+10
* SONAR-17195 Installation date in UTC format for telemetryalain2022-09-272-5/+4
* SONAR-17195 Add final hash to user UUIDs for telemetry to anonymize older UUIDsalain2022-09-272-6/+8
* SONAR-17115 Migrate Multiple ALM featureJeremy Davis2022-09-273-78/+86
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-193-25/+29
* SONAR-17196 Drop obsolete telemetry dataJacek2022-09-054-287/+5
* SONAR-17195 Add new telemetry fieldsalain2022-09-053-135/+306
* SONAR-17246 Add parameter 'deactivated' to 'users/search' WSDuarte Meneses2022-09-023-1/+19
* SONAR-17150 fix SSF-39Pierre2022-08-092-5/+3
* SONAR-16583 Collection of hashes of issue locations takes too longDuarte Meneses2022-08-022-9/+120
* SONAR-12077 Do not record file move events in issue changelogKlaudio Sinani2022-07-292-23/+21
* SONAR-17061 Add PCI DSS parameter and facet in 'api/issues/search' API endpointDimitris Kavvathas2022-07-252-1/+27
* SONAR-17061 add PCI DSS to security reports show APIMatteo Mara2022-07-255-4/+73
* SONAR-16386 - Persist TaintVulnerabilityClosed in DBBelen Pruvost2022-07-252-0/+44
* SONAR-16374 - Load extra Taint Repositories from ConfigurationBelen Pruvost2022-07-252-21/+53
* SONAR-16371 - Implement pull_taint endpointBelen Pruvost2022-07-252-2/+13
* SONAR-14349 added new internal endpoints api/features/listLukasz Jarocki2022-07-211-0/+27
* SONAR-16555 Fixed macro interpreter for description section textalain2022-07-152-5/+27
* SONAR-16635 Use plugin-api htmlDesc to populate web api/rule/*** rule.htmlDes...Aurelien Poscia2022-07-142-94/+13
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist t...Aurelien Poscia2022-07-082-1/+48
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-4/+4
* SONAR-16567 Notify the token creator about expiring tokens via emailZipeng WU2022-07-064-0/+305
* SONAR-16518 Remove replaceRuleDescriptionSectionDtos methodAntoine Vinot2022-06-303-70/+48
* SONAR-16518 support contextual section descriptions in /api/rules/search and ...Aurelien Poscia2022-06-303-5/+37
* SONAR-16518 Add context to RuleDescriptionSectionDtoLéo Geoffroy2022-06-302-8/+9
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-155-20/+0
* SONAR-11401 Calculate hotspot measuresDuarte Meneses2022-06-101-5/+5
* SONAR-13822 Make plugin requirements check consistence between CE and WEB pro...Jacek2022-06-072-0/+218
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-315-28/+22
* SONAR-16316 Fill report dataDuarte Meneses2022-05-252-31/+28
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-243-40/+29
* SONAR-16303 QP import/export should use a flat description, and not sections,...Pierre2022-05-161-6/+7
* SONAR-16303 add integration tests to verify rules descriptions after the migr...Aurelien Poscia2022-05-121-1/+0
* SONAR-16364 fix rule desciption section with no mapping titleZipeng WU2022-05-112-7/+8
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-119-166/+22
* SONAR-16397 update hotspot API to handle advanced rule descriptionsAurelien Poscia2022-05-111-268/+0
* SONAR-16364 fix rule description titlesZipeng WU2022-05-102-6/+6
* SONAR-16370 identify taint issues by repositoryMatteo Mara2022-05-102-0/+173
* SONAR-16364 Update Rule API to support multiple description sectionsZipeng WU2022-05-092-23/+96
* SONAR-16361 fix randomly failing testAurelien Poscia2022-05-091-1/+3
* SONAR-16361 adapt rule indexing to index multiple section descriptionAurelien Poscia2022-05-097-155/+191
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-0617-193/+180
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to RULE_DESC_SECTIONS.CONT...Aurelien2022-05-062-6/+6
* SONAR-16302 Adapt ExportRuleDto to handle new structureZipeng WU2022-05-062-18/+20
* SONAR-16302 Replace usage of rule for indexing dto (#5853)Léo Geoffroy2022-05-061-2/+2
* SONAR-16302 add management of indexing for rules description sectionsLéo Geoffroy2022-05-064-14/+65