Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7260 Fail fast if version of database is not supported | Simon Brandhof | 2016-03-14 | 2 | -36/+101 |
| | |||||
* | SONAR-7453 Fix RULES alias for Oracle | Julien Lancelot | 2016-03-11 | 2 | -17/+17 |
| | |||||
* | SONAR-7453 Fix RULES columns size for Oracle | Julien Lancelot | 2016-03-11 | 5 | -26/+26 |
| | |||||
* | SONAR-7325 add missing test | Simon Brandhof | 2016-03-10 | 1 | -14/+56 |
| | |||||
* | SONAR-7325 Display values of parameters in SQL TRACE logs | Simon Brandhof | 2016-03-10 | 5 | -16/+165 |
| | |||||
* | SONAR-7453 Rename rules remediation function fields in DB | Julien Lancelot | 2016-03-10 | 10 | -89/+90 |
| | | | | | | | | "effort_to_fix_description" becomes "gap_description" "remediation_coeff" becomes "remediation_gap_mult" "default_remediation_coeff" becomes "default_remediation_gap_mult" "remediation_offset" becomes "remediation_base_effort" "default_remediation_offset" becomes "default_remediation_base_effort" | ||||
* | SONAR-7345 Fix test on MsSQL | Julien Lancelot | 2016-03-10 | 6 | -269/+172 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in API | Julien Lancelot | 2016-03-10 | 1 | -8/+8 |
| | |||||
* | SONAR-7345 Rename ISSUES columns | Julien Lancelot | 2016-03-10 | 28 | -108/+111 |
| | | | | | Rename technical_debt to effort Rename effort_to_fix to gap | ||||
* | 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 ↵ | Julien Lancelot | 2016-03-04 | 5 | -32/+82 |
| | | | | removed rules | ||||
* | 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 |
| | | | | Reuse existing migration that add columns in rules table to decrease migration time | ||||
* | Remove unused annotation @DbTests | Simon Brandhof | 2016-02-29 | 58 | -174/+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 ↵ | Julien Lancelot | 2016-02-29 | 1 | -1/+4 |
| | | | | selectParamsByActiveRuleId | ||||
* | 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 |
| | | | | It can have slight performance improvements on some databases. | ||||
* | Fix IssueDaoTest on MySQL | Simon Brandhof | 2016-02-29 | 3 | -139/+66 |
| | | | | DBUnit does not correctly handle TINYINT type on MySQL | ||||
* | Fix quality flaw | Teryk Bellahsene | 2016-02-29 | 1 | -0/+23 |
| |