| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-7379 Drop inefficient index ISSUES_SEVERITY | Simon Brandhof | 2016-03-10 | 3 | -3/+2 |
* | SONAR-7378 Drop unused index ISSUES_STATUS | Simon Brandhof | 2016-03-10 | 3 | -3/+2 |
* | Fix quality flaws | Julien Lancelot | 2016-03-08 | 1 | -1/+1 |
* | SONAR-7330 When searching active rules by profile, ignore active rule on remo... | Julien Lancelot | 2016-03-04 | 5 | -32/+82 |
* | SONAR-7372 Too many logs "Disable metric" at server startup | Simon Brandhof | 2016-03-03 | 4 | -4/+14 |
* | improve reporting in case of failure in CeQueueDaoTest | Sébastien Lesaint | 2016-03-02 | 1 | -79/+123 |
* | remove useless session.rollback() causing MySql UT instability | Sébastien Lesaint | 2016-03-02 | 1 | -1/+0 |
* | Fix quality flaws | Julien Lancelot | 2016-03-02 | 8 | -8/+8 |
* | SONAR-7353 Move RuleType to API | Julien Lancelot | 2016-03-02 | 9 | -9/+9 |
* | SONAR-7329 Cleanup some remaining characteristics stuff | Julien Lancelot | 2016-03-02 | 1 | -2/+0 |
* | SONAR-7329 Add type in RuleDto | Julien Lancelot | 2016-03-02 | 4 | -6/+41 |
* | SONAR-7329 Feed RULES.RULE_TYPE | Julien Lancelot | 2016-03-02 | 14 | -71/+542 |
* | SONAR-7329 Rename IssueType to RuleType | Julien Lancelot | 2016-03-02 | 4 | -42/+52 |
* | SONAR-7391 Drop unused DB index DUPLICATIONS_INDEX_PSID | Simon Brandhof | 2016-03-02 | 3 | -3/+2 |
* | Fix quality flaws | Simon Brandhof | 2016-03-02 | 2 | -2/+2 |
* | SONAR-7330 fix DB migration | Simon Brandhof | 2016-03-01 | 3 | -8/+8 |
* | SONAR-7330 remove unused SQL requests from RuleMapper | Simon Brandhof | 2016-03-01 | 2 | -51/+0 |
* | SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_ID | Simon Brandhof | 2016-03-01 | 10 | -60/+4 |
* | SONAR-7330 drop unused methods of ActiveRuleMapper | Teryk Bellahsene | 2016-03-01 | 2 | -28/+0 |
* | SONAR-7330 Improve active rules loading in rules WS | Teryk Bellahsene | 2016-03-01 | 6 | -8/+101 |
* | Fix DB tests on non-H2 | Simon Brandhof | 2016-03-01 | 2 | -2/+3 |
* | SONAR-7329 Add RULES.RULE_TYPE column | Julien Lancelot | 2016-02-29 | 5 | -7/+12 |
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 57 | -171/+55 |
* | Fix quality flaws | Simon Brandhof | 2016-02-29 | 3 | -20/+0 |
* | SONAR-7330 Remove SqlActiveRuleKey | Julien Lancelot | 2016-02-29 | 5 | -95/+69 |
* | SONAR-7330 Remove DAOv2 base classes | Simon Brandhof | 2016-02-29 | 21 | -177/+34 |
* | SONAR-7330 Replace usage of selectParamsByActiveRuleKey by selectParamsByActi... | Julien Lancelot | 2016-02-29 | 1 | -1/+4 |
* | SONAR-7330 Update date columns of rules and active_rules | Julien Lancelot | 2016-02-29 | 23 | -78/+285 |
* | SONAR-7330 Remove Dto interface from RuleDto and ActiveRuleDto | Julien Lancelot | 2016-02-29 | 4 | -23/+8 |
* | SONAR-7330 ActiveRuleCompleter is now using new ActiveRuleDao | Julien Lancelot | 2016-02-29 | 1 | -27/+69 |
* | SONAR-7330 QProfileFactory is now using ActiveRuleIndexer | Julien Lancelot | 2016-02-29 | 1 | -7/+5 |
* | SONAR-7330 Remove last usage of old RuleIndex | Julien Lancelot | 2016-02-29 | 1 | -4/+8 |
* | SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClient | Julien Lancelot | 2016-02-29 | 3 | -1/+10 |
* | SONAR-7330 Add active rule index definition | Julien Lancelot | 2016-02-29 | 5 | -23/+237 |
* | SONAR-7330 Add long dates in active rules | Julien Lancelot | 2016-02-29 | 10 | -1/+298 |
* | SONAR-7330 DefaultRuleFinder is now using only RuleDao | Julien Lancelot | 2016-02-29 | 5 | -29/+144 |
* | SONAR-7330 RegisterRules is now using RuleIndexer | Julien Lancelot | 2016-02-29 | 11 | -32/+357 |
* | SONAR-7330 Add rule index definition | Julien Lancelot | 2016-02-29 | 1 | -1/+1 |
* | Replace SQL "count(*)" by "count(1)" | Simon Brandhof | 2016-02-29 | 31 | -56/+56 |
* | Fix IssueDaoTest on MySQL | Simon Brandhof | 2016-02-29 | 3 | -139/+66 |
* | Fix quality flaw | Teryk Bellahsene | 2016-02-29 | 1 | -0/+23 |
* | Fix quality flaws | Simon Brandhof | 2016-02-29 | 14 | -14/+14 |
* | SONAR-7187 WS api/ce/activity order tasks from last submitted to older all th... | Teryk Bellahsene | 2016-02-26 | 1 | -1/+1 |
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPE | Simon Brandhof | 2016-02-26 | 10 | -6/+210 |
* | SONAR-7333 add field "type" to issues (db and elasticsearch) | Simon Brandhof | 2016-02-26 | 26 | -30/+302 |
* | SONAR-7330 WS api/rules/show apply ES+DB pattern | Teryk Bellahsene | 2016-02-26 | 3 | -4/+63 |
* | SONAR-7330 WS api/rules/search apply ES+DB pattern | Teryk Bellahsene | 2016-02-26 | 6 | -8/+70 |
* | Move org.sonar.core.rule to org.sonar.server.rule | Simon Brandhof | 2016-02-25 | 3 | -2/+38 |
* | Fix backward-compatibility with dev cockpit plugin | Simon Brandhof | 2016-02-24 | 1 | -0/+8 |
* | SONAR-7364 Remove SQALE characteristics from measures and rules | Simon Brandhof | 2016-02-22 | 40 | -1214/+155 |