aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7379 Drop inefficient index ISSUES_SEVERITYSimon Brandhof2016-03-103-3/+2
|
* SONAR-7378 Drop unused index ISSUES_STATUSSimon Brandhof2016-03-103-3/+2
|
* Fix quality flawsJulien Lancelot2016-03-081-1/+1
|
* SONAR-7330 When searching active rules by profile, ignore active rule on ↵Julien Lancelot2016-03-045-32/+82
| | | | removed rules
* SONAR-7372 Too many logs "Disable metric" at server startupSimon Brandhof2016-03-034-4/+14
|
* improve reporting in case of failure in CeQueueDaoTestSébastien Lesaint2016-03-021-79/+123
|
* remove useless session.rollback() causing MySql UT instabilitySébastien Lesaint2016-03-021-1/+0
|
* Fix quality flawsJulien Lancelot2016-03-028-8/+8
|
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-029-9/+9
|
* SONAR-7329 Cleanup some remaining characteristics stuffJulien Lancelot2016-03-021-2/+0
|
* SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-024-6/+41
|
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-0214-71/+542
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-024-42/+52
|
* SONAR-7391 Drop unused DB index DUPLICATIONS_INDEX_PSIDSimon Brandhof2016-03-023-3/+2
|
* Fix quality flawsSimon Brandhof2016-03-022-2/+2
|
* SONAR-7330 fix DB migrationSimon Brandhof2016-03-013-8/+8
|
* SONAR-7330 remove unused SQL requests from RuleMapperSimon Brandhof2016-03-012-51/+0
|
* SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-0110-60/+4
|
* SONAR-7330 drop unused methods of ActiveRuleMapperTeryk Bellahsene2016-03-012-28/+0
|
* SONAR-7330 Improve active rules loading in rules WSTeryk Bellahsene2016-03-016-8/+101
|
* Fix DB tests on non-H2Simon Brandhof2016-03-012-2/+3
|
* SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-295-7/+12
| | | | Reuse existing migration that add columns in rules table to decrease migration time
* Remove unused annotation @DbTestsSimon Brandhof2016-02-2957-171/+55
|
* Fix quality flawsSimon Brandhof2016-02-293-20/+0
|
* SONAR-7330 Remove SqlActiveRuleKeyJulien Lancelot2016-02-295-95/+69
|
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-2921-177/+34
|
* SONAR-7330 Replace usage of selectParamsByActiveRuleKey by ↵Julien Lancelot2016-02-291-1/+4
| | | | selectParamsByActiveRuleId
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-2923-78/+285
|
* SONAR-7330 Remove Dto interface from RuleDto and ActiveRuleDtoJulien Lancelot2016-02-294-23/+8
|
* SONAR-7330 ActiveRuleCompleter is now using new ActiveRuleDaoJulien Lancelot2016-02-291-27/+69
|
* SONAR-7330 QProfileFactory is now using ActiveRuleIndexerJulien Lancelot2016-02-291-7/+5
|
* SONAR-7330 Remove last usage of old RuleIndexJulien Lancelot2016-02-291-4/+8
|
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-293-1/+10
|
* SONAR-7330 Add active rule index definitionJulien Lancelot2016-02-295-23/+237
|
* SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-2910-1/+298
|
* SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-295-29/+144
|
* SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-2911-32/+357
|
* SONAR-7330 Add rule index definitionJulien Lancelot2016-02-291-1/+1
|
* Replace SQL "count(*)" by "count(1)"Simon Brandhof2016-02-2931-56/+56
| | | | It can have slight performance improvements on some databases.
* Fix IssueDaoTest on MySQLSimon Brandhof2016-02-293-139/+66
| | | | DBUnit does not correctly handle TINYINT type on MySQL
* Fix quality flawTeryk Bellahsene2016-02-291-0/+23
|
* Fix quality flawsSimon Brandhof2016-02-2914-14/+14
|
* SONAR-7187 WS api/ce/activity order tasks from last submitted to older all ↵Teryk Bellahsene2016-02-261-1/+1
| | | | the time
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-2610-6/+210
|
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-2626-30/+302
|
* SONAR-7330 WS api/rules/show apply ES+DB patternTeryk Bellahsene2016-02-263-4/+63
|
* SONAR-7330 WS api/rules/search apply ES+DB patternTeryk Bellahsene2016-02-266-8/+70
|
* Move org.sonar.core.rule to org.sonar.server.ruleSimon Brandhof2016-02-253-2/+38
|
* Fix backward-compatibility with dev cockpit pluginSimon Brandhof2016-02-241-0/+8
|
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-2240-1214/+155
|