aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-033-1/+100
* | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-031-29/+52
* | Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sortingSimon Brandhof2016-04-301-0/+3
* | SONAR-7569 Update copy resource id when persisting components in CEJulien Lancelot2016-04-281-0/+6
* | Fix query to keep authorized users for a project and a roleJulien Lancelot2016-04-271-0/+7
* | SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQLJulien Lancelot2016-04-262-13/+13
* | SONAR-7549 disable SqlExecutorTest on non-H2 dbsSimon Brandhof2016-04-261-0/+11
|/
* SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columnsSimon Brandhof2016-04-258-78/+237
* SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-258-232/+510
* SONAR-7553 DAO of CE_QUEUE count number of rows by statusTeryk Bellahsene2016-04-211-4/+30
* SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failingTeryk Bellahsene2016-04-211-2/+22
* SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUETeryk Bellahsene2016-04-211-1/+1
* SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-212-47/+4
* Add comment on query to keep authorized users for a project and a roleJulien Lancelot2016-04-193-37/+11
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-186-14/+129
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-151-2/+34
* Add UserDao.selectByIdsJulien Lancelot2016-04-152-0/+20
* SONAR-7187 Fix perf issue in selectByQueryJulien Lancelot2016-04-141-1/+32
* Add PropertiesDao.deleteByIdJulien Lancelot2016-04-113-0/+38
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-071-6/+69
* Fix quality flawsJulien Lancelot2016-04-061-2/+116
* SONAR-7473 Clean useless codeJulien Lancelot2016-04-048-31/+31
* SONAR-7480 optimize SQL request in QP Search WSSébastien Lesaint2016-03-311-0/+42
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-303-142/+0
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-294-1/+106
* 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