aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/resources/org/sonar/db/rule
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-141-0/+42
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-291-9/+2
* SONAR-7453 Fix RULES alias for OracleJulien Lancelot2016-03-111-8/+8
* SONAR-7453 Fix RULES columns size for OracleJulien Lancelot2016-03-111-8/+8
* SONAR-7453 Rename rules remediation function fields in DBJulien Lancelot2016-03-101-14/+14
* SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-021-2/+4
* SONAR-7330 remove unused SQL requests from RuleMapperSimon Brandhof2016-03-011-41/+0
* SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-011-14/+2
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-291-7/+7
* SONAR-7330 Remove Dto interface from RuleDto and ActiveRuleDtoJulien Lancelot2016-02-291-6/+2
* SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-291-5/+36
* SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-291-6/+12
* SONAR-7330 WS api/rules/search apply ES+DB patternTeryk Bellahsene2016-02-261-0/+9
* add RuleDao.selectById to be used by Views pluginSébastien Lesaint2015-08-241-1/+1
* Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-dbSimon Brandhof2015-07-301-1/+1
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-0/+10
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+219