aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/testFixtures/java/org/sonar/db/rule/RuleTesting.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-2/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-22/+21
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-10/+13
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-221-0/+9
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-3/+7
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-0/+2
* Revert "SONAR-19050 Add rule type rule characteristic to issue dto"Duarte Meneses2023-04-281-2/+0
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-281-4/+0
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-4/+5
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-5/+4
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-241-0/+4
* SONAR-19050 Add rule type rule characteristic to issue dtoLéo Geoffroy2023-04-241-0/+2
* SONAR-18629 Drop deprecated test utility methods in Issue and Rule testingZipeng WU2023-03-131-62/+8
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-121-1/+1
* 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-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-241-20/+5
* 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-061-39/+28
* 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
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve code qualityDuarte Meneses2021-11-201-3/+2
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-2/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-051-64/+9
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-11/+13
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-0/+352