aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6846 don't fail on duplicate row in snapshot_sourcesSébastien Lesaint2016-05-131-0/+6
* SONAR-7212 Remove migration to remove default assignee properties on removed ...Julien Lancelot2016-05-041-25/+0
* SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-031-0/+25
* Add comment on query to keep authorized users for a project and a roleJulien Lancelot2016-04-192-35/+9
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-184-0/+77
* Add UserDao.selectByIdsJulien Lancelot2016-04-151-0/+9
* Add PropertiesDao.deleteByIdJulien Lancelot2016-04-112-0/+28
* SONAR-7473 Clean useless codeJulien Lancelot2016-04-048-31/+31
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-303-142/+0
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-292-0/+55
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-291-9/+0
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-292-0/+139
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-297-14/+14
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2514-202/+0
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-232-0/+32
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2310-99/+12
* SONAR-7453 Fix RULES columns size for OracleJulien Lancelot2016-03-113-15/+15
* SONAR-7453 Rename rules remediation function fields in DBJulien Lancelot2016-03-103-15/+15
* SONAR-7345 Fix test on MsSQLJulien Lancelot2016-03-105-153/+0
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-1020-65/+65
* SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-024-21/+183
* SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-014-9/+0
* SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-291-0/+0
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-299-24/+17
* SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-293-0/+43
* SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-291-0/+9
* SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-297-0/+74
* SONAR-7330 Add rule index definitionJulien Lancelot2016-02-291-1/+1
* Fix IssueDaoTest on MySQLSimon Brandhof2016-02-292-88/+0
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-262-0/+31
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-2613-21/+51
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-2216-199/+33
* SONAR-7330 Add rules long date columnsJulien Lancelot2016-02-175-5/+113
* SONAR-7123 Improve size of projects name columnsJulien Lancelot2016-02-051-0/+22
* SONAR-7242 Add a migration to remove the preview permissionJulien Lancelot2016-02-033-0/+42
* SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-034-4/+4
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-012-88/+0
* SONAR-7233 Migrate disabled users to only keep login and nameJulien Lancelot2016-02-013-0/+54
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-011-12/+0
* SONAR-7070 Enforced leak period in quality gates - migration scriptTeryk Bellahsene2016-01-293-0/+33
* revert change to omponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-281-0/+34
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-271-0/+8
* remove specific schema for ComponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-271-34/+0
* SONAR-7130 faster purge: single SQL query for all PRJ childrenSébastien Lesaint2016-01-262-0/+2
* SONAR-6226 Add ext identity columns in USERS tableJulien Lancelot2016-01-255-0/+68
* SONAR-7180 script to delete properties sonar.core.projectsdashboard.*Sébastien Lesaint2016-01-141-0/+7
* SONAR-6283 migrate permission profileadmin to profileadmin+gateadminSébastien Lesaint2016-01-131-0/+13
* SONAR-7030 Add migration to update LOADED_TEMPLATESJulien Lancelot2015-12-084-0/+28
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-071-3/+3
* fix MeasureDao UT: duplicate null project uuidSébastien Lesaint2015-11-251-2/+2