aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16518 add context columns and update unique index for rules descriptionsAntoine Vinot2022-06-301-2/+4
* SONAR-16541 Ensure issues pull action response contains correct issue dataKlaudio Sinani2022-06-284-4/+35
* SONAR-16501 'projectCountBySCM' and 'projectCountByCI' count branches as proj...Duarte Meneses2022-06-222-1/+4
* SONAR-16542 fixed an issue where rule repo key was not returnedLukasz Jarocki2022-06-221-1/+11
* SONAR-16228 changing the query to not use coalesce()Lukasz Jarocki2022-06-221-6/+38
* SONAR-13915 - ncloc_language_distribution is taken from biggest branchBelen Pruvost2022-06-152-13/+149
* SONAR-16479 remove root user conceptPierre2022-06-1511-336/+2
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-153-29/+4
* SONAR-11401 Calculate hotspot measuresDuarte Meneses2022-06-104-8/+10
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-109-146/+294
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-091-0/+22
* SONAR-15359 Better differentiate user from system operations in audit logsMatteo Mara2022-06-093-1/+15
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-078-38/+2
* SONAR-16316 Minor refactoring on quality profile findings writerKlaudio Sinani2022-06-037-2/+51
* SONAR-16388 Fix live measure computation on reference branchJacek2022-06-032-3/+67
* SONAR-16447 Fix AuditLogs download error due to JSONExceptionMatteo Mara2022-06-022-2/+2
* SONAR-16423 - Project license API changesBelen Pruvost2022-06-024-18/+5
* SONAR-16316 Include inactive rules to quality profile findings CSV fileKlaudio Sinani2022-06-0210-157/+68
* SONAR-16316 Minor fixes to regulatory reportJacek2022-06-022-3/+9
* SONAR-16316 Include issues with 'diff' issue changes into csv resultJacek2022-06-012-7/+33
* SONAR-16316 Improvements on quality gate findings CSV fileKlaudio Sinani2022-06-013-67/+28
* SONAR-16370 added new endpoint api/issues/pullLukasz Jarocki2022-06-015-4/+375
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-313-1/+13
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-4/+2
* SONAR-16316 Update wording for value type & error threshold of quality gate f...Klaudio Sinani2022-05-252-26/+94
* SONAR-16316 Migrate Quality Profile & Quality Gate queries to Quality Gate & ...Klaudio Sinani2022-05-2514-163/+165
* SONAR-16316 Add resolution and commentsDuarte Meneses2022-05-253-2/+28
* SONAR-16316 Add quality gate and quality profile findingsKlaudio Sinani2022-05-2510-1/+357
* SONAR-16316 Fill report dataDuarte Meneses2022-05-256-14/+35
* SONAR-16316 DAO to fetch report issues from DBDuarte Meneses2022-05-2511-0/+339
* SONAR-16431 Fix project recomputation failure when project is part of large p...Jacek2022-05-242-14/+25
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-2414-730/+299
* SONAR-16419 drop rules_metadata tablePierre2022-05-241-17/+0
* SONAR-16419 Creation of new metadata columns in the rule tablePierre2022-05-241-1/+13
* SONAR-16370 computing new issues hashes. version takes into account issues th...Lukasz Jarocki2022-05-241-0/+2
* SONAR-16303 QP import/export should use a flat description, and not sections,...Pierre2022-05-163-33/+16
* SONAR-16302 - Update to add mybatis automapping (#5926)Léo Geoffroy2022-05-162-47/+28
* Revert "SONAR-16370 compute issue hashes when processing scanner report"Lukasz Jarocki2022-05-132-2/+1
* SONAR-16370 compute issue hashes when processing scanner reportLukasz Jarocki2022-05-112-1/+2
* SONAR-16397 Store rule description sections in the new DB structure and split...Aurelien Poscia2022-05-111-5/+7
* SONAR-16364 Update Rule API to support multiple description sectionsZipeng WU2022-05-091-1/+6
* SONAR-16361 adapt rule indexing to index multiple section descriptionAurelien Poscia2022-05-091-12/+0
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-065-104/+54
* SONAR-16302 drop rules_metadata created_at and updated_atPierre2022-05-061-3/+1
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-0629-1359/+671
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to RULE_DESC_SECTIONS.CONT...Aurelien2022-05-069-37/+97
* SONAR-16302 Adapt ExportRuleDto to handle new structureZipeng WU2022-05-066-22/+69
* SONAR-16302 Replace usage of rule for indexing dto (#5853)Léo Geoffroy2022-05-064-96/+100
* SONAR-16302 add management of indexing for rules description sectionsLéo Geoffroy2022-05-064-31/+121
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-069-85/+295