summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-024-4/+4
* SONAR-7329 Cleanup some remaining characteristics stuffJulien Lancelot2016-03-021-2/+0
* SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-022-2/+20
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-025-13/+140
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-022-29/+39
* 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-012-4/+4
* 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-015-50/+3
* SONAR-7330 drop unused methods of ActiveRuleMapperTeryk Bellahsene2016-03-012-28/+0
* SONAR-7330 Improve active rules loading in rules WSTeryk Bellahsene2016-03-015-3/+78
* SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-293-4/+8
* Fix quality flawsSimon Brandhof2016-02-293-20/+0
* SONAR-7330 Remove SqlActiveRuleKeyJulien Lancelot2016-02-294-94/+8
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-297-134/+10
* SONAR-7330 Replace usage of selectParamsByActiveRuleKey by selectParamsByActi...Julien Lancelot2016-02-291-1/+4
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-2910-46/+158
* 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-292-0/+9
* SONAR-7330 Add active rule index definitionJulien Lancelot2016-02-294-23/+212
* SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-295-1/+145
* SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-293-28/+94
* SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-293-19/+82
* Replace SQL "count(*)" by "count(1)"Simon Brandhof2016-02-2914-21/+21
* 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 th...Teryk Bellahsene2016-02-261-1/+1
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-264-3/+96
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-268-8/+162
* 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-2215-609/+64
* SONAR-7330 Add rules long date columnsJulien Lancelot2016-02-177-3/+172
* SONAR-7352 Deterministic order of groups in My Account pageTeryk Bellahsene2016-02-161-0/+1
* SONAR-7187 Rename CeActivityQuery to CeTaskQueryTeryk Bellahsene2016-02-155-16/+19
* SONAR-7187 WS api/ce/activity handles queue and past CE tasksTeryk Bellahsene2016-02-156-13/+88
* Improve qualityDuarte Meneses2016-02-081-11/+11
* Fix quality gatesSimon Brandhof2016-02-053-13/+13
* SONAR-7123 Improve size of projects name columnsJulien Lancelot2016-02-055-4/+62
* SONAR-7123 Improve size of PROJECTS.LONG_NAME columnsJulien Lancelot2016-02-043-2/+3
* SONAR-7242 Add a migration to remove the preview permissionJulien Lancelot2016-02-034-2/+65
* SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-032-5/+3
* SONAR-7020 forbid login with a space when creating a userTeryk Bellahsene2016-02-011-0/+4
* SONAR-7249 Search email only on active usersJulien Lancelot2016-02-012-1/+3