summaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7961 Fix association when project is associated to many profilesJulien Lancelot2016-09-131-39/+68
* SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-131-0/+13
* SONAR-6846 support duplicate snapshots with islast=trueSébastien Lesaint2016-08-221-0/+26
* SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-182-1/+105
* SONAR-7798 support BIN and BIN2 collation on MsSQLSébastien Lesaint2016-06-271-10/+44
* SONAR-7798 mssql fix collation now support complex collationsSébastien Lesaint2016-06-271-0/+37
* 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-131-6/+30
* 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-042-75/+1
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-032-1/+75
* | 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-191-2/+2
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-182-14/+52
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-151-2/+34
* Add UserDao.selectByIdsJulien Lancelot2016-04-151-0/+11
* SONAR-7187 Fix perf issue in selectByQueryJulien Lancelot2016-04-141-1/+32
* Add PropertiesDao.deleteByIdJulien Lancelot2016-04-111-0/+10