aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/testFixtures
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23213 Measures double write - purgeEric Giffon2024-10-141-0/+12
* SONAR-23213 Measures double write - persist stepEric Giffon2024-10-141-0/+9
* SONAR-22891 add webhook_delivery to the database populatorSteve Marion2024-09-092-9/+6
* SONAR-22891 add file sources to the database populatorSteve Marion2024-09-091-2/+0
* SONAR-22649 enable parallel generation of test data.Steve Marion2024-08-121-8/+21
* SONAR-22649 adding users to dumplukasz-jarocki-sonarsource2024-08-122-0/+36
* SONAR-22649 Add db populator logic.Steve Marion2024-08-122-0/+131
* SONAR-22649 Add support for concurrent usage of dbTester.Steve Marion2024-08-121-7/+8
* SONAR-22649 remove caching of dbSession in tester. This enables centralised s...Steve Marion2024-08-1213-124/+98
* SONAR-22649 remove usage of id generator that are incompatible with a large v...Steve Marion2024-08-121-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-0350-50/+50
* SONAR-20652 Upgrade Orchestrator to 4.5.0.1700Antoine Vigneau2023-12-071-1/+1
* SONAR-18192 - Update size of user uuid column to 255 in audit tableLéo Geoffroy2023-01-161-3/+3
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+1
* Update license templates for 2023Pierre2023-01-0250-50/+50
* SONAR-17613 changing default branch for applications to follow the settingLukasz Jarocki2022-12-151-5/+2
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-051-4/+2
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-011-2/+5
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-0/+13
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-18/+15
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-121-1/+2
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-8/+21
* SONAR-17352 Refactor component keys to not include branch suffixLéo Geoffroy2022-10-121-0/+24
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-125-40/+23
* SONAR-17266 Implement authentification for GitHub webhook requestsAurelien Poscia2022-09-131-13/+0
* SONAR-17266 Add support of webhook secret for api/alm_settings/(create_github...Antoine Vinot2022-09-131-0/+8
* fix some typoscui fliter2022-08-311-1/+1
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-291-2/+2
* SONAR-17055 fix double incorrect backslash escaping in audit logsMatteo Mara2022-07-251-1/+5
* SONAR-13915 - Handle No Project Branches for NCLOC Language DistributionBelen Pruvost2022-07-141-1/+1
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-121-1/+1
* SONAR-16599 Create a new endpoint to dismiss noticePierre2022-07-121-0/+8
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-121-1/+2
* Revert "SONAR-16598 Add new generic concepts to rules/show and rules/search e...Pierre2022-07-081-2/+1
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-081-1/+2
* NO-JIRA fixed randomly failing selectRulesByProfile_ready_rules_only testLukasz Jarocki2022-07-011-3/+6
* SONAR-16518 Remove replaceRuleDescriptionSectionDtos methodAntoine Vinot2022-06-301-8/+18
* SONAR-16542 fixed an issue where rule repo key was not returnedLukasz Jarocki2022-06-221-1/+11
* SONAR-16479 remove root user conceptPierre2022-06-153-78/+0
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-071-1/+0
* SONAR-16447 Fix AuditLogs download error due to JSONExceptionMatteo Mara2022-06-021-1/+1
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-4/+2
* SONAR-16316 DAO to fetch report issues from DBDuarte Meneses2022-05-251-0/+5
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-242-60/+7
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-061-3/+1
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-064-98/+70
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to RULE_DESC_SECTIONS.CONT...Aurelien2022-05-061-3/+5
* SONAR-16302 Adapt ExportRuleDto to handle new structureZipeng WU2022-05-061-4/+4
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-2/+2
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce RuleSectionDescrip...Léo Geoffroy2022-05-061-7/+16