aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/rule
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-272-2/+2
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-094-4/+4
|
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-161-0/+20
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-3/+3
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-2/+2
| | | | org.apache.commons:commons-lang3
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-224-43/+44
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-2/+1
|
* NO-JIRA Update license headers to 2024Pierre2024-01-034-4/+4
|
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-15/+14
|
* SONAR-20764 Use adhoc type when indexing adhoc rulesEric Giffon2023-11-221-1/+13
|
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-221-0/+50
|
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-181-11/+1
|
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-181-33/+9
|
* SONAR-20021 adding clean code attribute when registering a rulelukasz-jarocki-sonarsource2023-08-181-1/+41
|
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-1/+61
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-282-85/+1
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-281-9/+0
| | | | This reverts commit b60a9ddcc6857769dac8f534734ed314d152288b.
* Revert "SONAR-19050 Populate characteristic RuleDto during RegisterRule"Duarte Meneses2023-04-281-0/+1
| | | | This reverts commit e92b736e1b4eb842d26409aacc4789bf96ca2cd3.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-282-16/+21
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* Revert "SONAR-19050 consistent use of CodeCharacteristic term"Duarte Meneses2023-04-282-7/+7
| | | | This reverts commit 0b503717636f050a87e93c73e7c2d8771bfdc8d1.
* SONAR-19050 consistent use of CodeCharacteristic termLukasz Jarocki2023-04-242-7/+7
|
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-242-21/+16
|
* SONAR-19050 Populate characteristic RuleDto during RegisterRuleBenjamin Campomenosi2023-04-241-1/+0
|
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-241-0/+9
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-242-1/+85
|
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-132-1355/+0
|
* Update license templates for 2023Pierre2023-01-025-5/+5
|
* SONAR-17150 fix SSF-39Benjamin Campomenosi2022-08-111-9/+44
|
* 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-0/+1
| | | | (cherry picked from commit 31375405689110a07958f2c3be3f3b6d2a824e2b)
* Revert "SONAR-16598 Add new generic concepts to rules/show and rules/search ↵Pierre2022-07-081-1/+0
| | | | | | endpoints" This reverts commit 31375405689110a07958f2c3be3f3b6d2a824e2b.
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-081-0/+1
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-8/+8
|
* SONAR-16518 Remove replaceRuleDescriptionSectionDtos methodAntoine Vinot2022-06-301-9/+9
|
* SONAR-16518 Add context to RuleDescriptionSectionDtoLéo Geoffroy2022-06-304-7/+220
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-091-0/+22
|
* SONAR-16316 Include inactive rules to quality profile findings CSV fileKlaudio Sinani2022-06-021-0/+33
|
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-242-124/+69
|
* SONAR-16302 - Update to add mybatis automapping (#5926)Léo Geoffroy2022-05-161-4/+22
|
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-061-43/+42
|
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-064-253/+216
|
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to ↵Aurelien2022-05-062-8/+66
| | | | RULE_DESC_SECTIONS.CONTENT and corresponding java objects
* SONAR-16302 Replace usage of rule for indexing dto (#5853)Léo Geoffroy2022-05-061-6/+13
|
* SONAR-16302 add management of indexing for rules description sectionsLéo Geoffroy2022-05-061-5/+14
|
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-14/+60
|
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵Léo Geoffroy2022-05-061-10/+19
| | | | RuleSectionDescriptionDto to prepare for multiple section support
* Update license headers for 2022 [update headers]Pierre2022-01-284-4/+4
|
* Improve code qualityDuarte Meneses2021-11-202-18/+20
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-193-42/+34
|
* Fix code quality issuesDuarte Meneses2021-10-251-1/+1
|