aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-101-1/+1
* SONAR-7002 better exception message when decoding FileSources.DATASébastien Lesaint2016-05-101-0/+21
* SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-091-25/+45
* SONAR-7526 WS api/user_tokens/generate functional checks of name and token hashTeryk Bellahsene2016-05-061-0/+47
* Automatic merge from branch-5.5Jenkins CI2016-05-062-0/+56
|\
| * SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL AzureSimon Brandhof2016-05-052-0/+56
| * SONAR-7549 disable SqlExecutorTest on non-H2 dbsSimon Brandhof2016-04-261-0/+11
* | SONAR-7108 Fix unpredictable behavior of UTJulien Lancelot2016-05-041-2/+8
* | SONAR-7108 Delete Issues from index when purging old issuesJulien Lancelot2016-05-041-1/+7
* | SONAR-7212 Remove migration to remove default assignee properties on removed ...Julien Lancelot2016-05-043-100/+1
* | 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