aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* prepare for next development iteration on release branchTom2016-05-201-1/+1
* Release 5.6-RC1Tom2016-05-201-1/+1
* fix quality flawsSébastien Lesaint2016-05-202-4/+4
* SONAR-7649 do not repair db collation outside migrationSimon Brandhof2016-05-1911-66/+162
* SONAR-6613 remove useless indexes on table GROUP_ROLESSimon Brandhof2016-05-183-5/+2
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-162-10/+8
* SONAR-7493 Add migration in picoJulien Lancelot2016-05-132-2/+4
* SONAR-6846 don't fail on duplicate row in snapshot_sourcesSébastien Lesaint2016-05-133-12/+52
* SONAR-7493 fix size of ISSUES.MESSAGE col on OraleSimon Brandhof2016-05-134-1/+107
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-134-36/+16
* SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTHTeryk Bellahsene2016-05-132-15/+9
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-136-30/+195
* SONAR-7175 Keep last snapshots in KeepOneFilterJulien Lancelot2016-05-122-4/+3
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-129-5/+179
* SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATASébastien Lesaint2016-05-113-20/+51
* Automatic merge from branch-5.5Jenkins CI2016-05-1112-715/+8
|\
| * SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1Simon Brandhof2016-05-1012-715/+8
* | Remove ResourceIndexDao.indexProjects()Teryk Bellahsene2016-05-105-59/+28
* | SONAR-7370 WS api/ce/activity returns developersTeryk Bellahsene2016-05-103-15/+22
* | SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-102-2/+2
* | SONAR-7002 better exception message when decoding FileSources.DATASébastien Lesaint2016-05-102-8/+38
* | SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-092-26/+53
* | SONAR-7526 WS api/user_tokens/generate functional checks of name and token hashTeryk Bellahsene2016-05-063-2/+93
* | Automatic merge from branch-5.5Jenkins CI2016-05-066-4/+80
|\|
| * SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL AzureSimon Brandhof2016-05-056-4/+80
| * Update version to 5.5-SNAPSHOTTom2016-05-021-1/+1
| * Release 5.55.5Tom2016-05-021-1/+1
| * [maven-release-plugin] prepare for next development iterationTom2016-04-281-1/+1
| * [maven-release-plugin] prepare release 5.5-RC25.5-RC2Tom2016-04-281-1/+1
| * 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-045-61/+80
* | SONAR-7212 Fix removal of user property "sonar.issues.defaultAssigneeLogin" i...Julien Lancelot2016-05-041-1/+1
* | SONAR-7212 Remove migration to remove default assignee properties on removed ...Julien Lancelot2016-05-048-195/+3
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-038-3/+194
* | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-034-29/+68
* | SONAR-7394 Fix update of custom rule active parametersJulien Lancelot2016-05-032-1/+45
* | Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sortingSimon Brandhof2016-04-302-1/+4
* | Fix quality flawsTeryk Bellahsene2016-04-291-1/+1
* | 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-272-3/+8
* | 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
* | Automatic merge from branch-5.5Jenkins CI2016-04-2618-473/+1389
|\|
| * SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columnsSimon Brandhof2016-04-2516-224/+573
| * SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-2516-473/+1040
* | Automatic merge from branch-5.5Jenkins CI2016-04-2112-77/+92
|\|
| * SONAR-7553 DAO of CE_QUEUE count number of rows by statusTeryk Bellahsene2016-04-214-12/+42
| * SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failingTeryk Bellahsene2016-04-214-3/+39
| * SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUETeryk Bellahsene2016-04-211-1/+1