aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-292-31/+6
* SONAR-7470 Drop ability to manage manual rules from WSJulien Lancelot2016-03-291-9/+0
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-294-1/+190
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-2910-25/+16
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2521-462/+1
* SONAR-6171 Make sure at server startup that the DB is configured to use the U...Simon Brandhof2016-03-241-0/+232
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-234-1/+89
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2312-147/+12
* Add missing UTJulien Lancelot2016-03-231-34/+332
* SONAR-7307 retrieve only one row when polling queue tableSébastien Lesaint2016-03-231-1/+1
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-221-0/+16
* SONAR-7254 Feed user.local when creating/updating/reactivating a userJulien Lancelot2016-03-211-0/+41
* SONAR-7254 Replace usage of UserIndex.getByLogin() by UserDao.selectOrFailByL...Julien Lancelot2016-03-211-1/+17
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-211-7/+18
* SONAR-7106 WS api/permissions/search_project_permissions rely on resource_ind...Teryk Bellahsene2016-03-181-15/+0
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-181-7/+1
* SONAR-7129 SONAR-7135 optimize SQL requests on MySQLSimon Brandhof2016-03-161-3/+22
* SONAR-7260 Fail fast if version of database is not supportedSimon Brandhof2016-03-141-18/+45
* SONAR-7453 Fix RULES columns size for OracleJulien Lancelot2016-03-113-15/+15
* SONAR-7325 add missing testSimon Brandhof2016-03-101-14/+56
* SONAR-7325 Display values of parameters in SQL TRACE logsSimon Brandhof2016-03-102-4/+86
* SONAR-7453 Rename rules remediation function fields in DBJulien Lancelot2016-03-105-44/+44
* SONAR-7345 Fix test on MsSQLJulien Lancelot2016-03-106-269/+172
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-1023-79/+81
* SONAR-7330 When searching active rules by profile, ignore active rule on remo...Julien Lancelot2016-03-041-0/+25
* SONAR-7372 Too many logs "Disable metric" at server startupSimon Brandhof2016-03-031-1/+6
* improve reporting in case of failure in CeQueueDaoTestSébastien Lesaint2016-03-021-79/+123
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-025-5/+5
* SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-022-4/+21
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-029-58/+402
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-022-13/+13
* SONAR-7330 fix DB migrationSimon Brandhof2016-03-011-4/+4
* SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-015-10/+1
* SONAR-7330 Improve active rules loading in rules WSTeryk Bellahsene2016-03-011-5/+23
* Fix DB tests on non-H2Simon Brandhof2016-03-012-2/+3
* SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-292-3/+4
* Remove unused annotation @DbTestsSimon Brandhof2016-02-2957-171/+55
* SONAR-7330 Remove SqlActiveRuleKeyJulien Lancelot2016-02-291-1/+61
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-2914-43/+24
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-2913-32/+127
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-291-1/+1
* SONAR-7330 Add active rule index definitionJulien Lancelot2016-02-291-0/+25
* SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-295-0/+153
* SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-292-1/+50
* SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-298-13/+275
* SONAR-7330 Add rule index definitionJulien Lancelot2016-02-291-1/+1
* Replace SQL "count(*)" by "count(1)"Simon Brandhof2016-02-2917-35/+35
* Fix IssueDaoTest on MySQLSimon Brandhof2016-02-293-139/+66
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-266-3/+114
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-2618-22/+140