aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2544-1420/+7
* SONAR-6171 Make sure at server startup that the DB is configured to use the U...Simon Brandhof2016-03-242-0/+473
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-238-4/+148
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2316-184/+20
* Add missing UTJulien Lancelot2016-03-233-60/+344
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
* SONAR-7307 retrieve only one row when polling queue tableSébastien Lesaint2016-03-233-3/+5
* Fix quality flawsJulien Lancelot2016-03-221-1/+1
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-224-0/+52
* 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-212-1/+48
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-217-14/+44
* Rename batch into scannerJulien HENRY2016-03-181-1/+1
* SONAR-7106 WS api/permissions/search_project_permissions rely on resource_ind...Teryk Bellahsene2016-03-182-39/+0
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-183-14/+12
* SONAR-7458 new component org.sonar.api.utils.VersionSimon Brandhof2016-03-161-25/+7
* SONAR-7129 SONAR-7135 optimize SQL requests on MySQLSimon Brandhof2016-03-162-17/+44
* Fix some quality flawsJulien HENRY2016-03-161-1/+1
* SONAR-7321 sanitize some DB columnsSimon Brandhof2016-03-154-5/+6
* Fix quality flawsSimon Brandhof2016-03-151-1/+1
* SONAR-7260 Fail fast if version of database is not supportedSimon Brandhof2016-03-142-36/+101
* SONAR-7453 Fix RULES alias for OracleJulien Lancelot2016-03-112-17/+17
* SONAR-7453 Fix RULES columns size for OracleJulien Lancelot2016-03-115-26/+26
* SONAR-7325 add missing testSimon Brandhof2016-03-101-14/+56
* SONAR-7325 Display values of parameters in SQL TRACE logsSimon Brandhof2016-03-105-16/+165
* SONAR-7453 Rename rules remediation function fields in DBJulien Lancelot2016-03-1010-89/+90
* SONAR-7345 Fix test on MsSQLJulien Lancelot2016-03-106-269/+172
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-8/+8
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-1028-108/+111
* 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 remo...Julien Lancelot2016-03-045-32/+82
* 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