aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7649 do not repair db collation outside migrationSimon Brandhof2016-05-195-32/+88
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-161-4/+4
* SONAR-7493 Add migration in picoJulien Lancelot2016-05-131-1/+1
* SONAR-6846 don't fail on duplicate row in snapshot_sourcesSébastien Lesaint2016-05-132-6/+36
* SONAR-7493 fix size of ISSUES.MESSAGE col on OraleSimon Brandhof2016-05-131-0/+63
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-131-7/+10
* SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTHTeryk Bellahsene2016-05-131-2/+0
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-132-21/+123
* SONAR-7175 Keep last snapshots in KeepOneFilterJulien Lancelot2016-05-121-2/+1
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-123-2/+91
* SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATASébastien Lesaint2016-05-112-7/+32
* Automatic merge from branch-5.5Jenkins CI2016-05-116-150/+6
|\
| * SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1Simon Brandhof2016-05-106-150/+6
* | Remove ResourceIndexDao.indexProjects()Teryk Bellahsene2016-05-103-25/+24
* | SONAR-7370 WS api/ce/activity returns developersTeryk Bellahsene2016-05-102-14/+21
* | 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