aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/rule/RuleDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-2/+2
* SONAR-23711 Retrieve rules based on modeOrlovAlexander2025-01-091-0/+31
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-11/+11
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-77/+87
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-6/+5
* SONAR-21528 Improve RuleRegister performance by executing similar updates/ins...Jacek Poreda2024-02-021-0/+67
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-281-1/+67
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-271-14/+24
* SONAR-20546 add inactiveRuleCount to `api/qualityprofiles/inheritance`Benjamin Campomenosi2023-10-101-9/+38
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-16/+60
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-0/+5
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-1/+1
* Revert "SONAR-19050 Add rule type rule characteristic to issue dto"Duarte Meneses2023-04-281-4/+0
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-281-5/+3
* Revert "SONAR-19050 Populate characteristic RuleDto during RegisterRule"Duarte Meneses2023-04-281-2/+0
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-5/+7
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-7/+5
* SONAR-19050 Populate characteristic RuleDto during RegisterRuleBenjamin Campomenosi2023-04-241-0/+2
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-241-3/+5
* SONAR-19050 Add rule type rule characteristic to issue dtoLéo Geoffroy2023-04-241-0/+4
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+1158