aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6613 remove useless indexes on table GROUP_ROLESSimon Brandhof2016-05-181-1/+1
* SONAR-7400 Replace ActiveRuleDao#selectByRule by selectByRuleIdJulien Lancelot2016-05-161-6/+4
* SONAR-7493 Add migration in picoJulien Lancelot2016-05-131-1/+3
* SONAR-6846 don't fail on duplicate row in snapshot_sourcesSébastien Lesaint2016-05-131-6/+16
* SONAR-7493 fix size of ISSUES.MESSAGE col on OraleSimon Brandhof2016-05-132-1/+43
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-132-28/+5
* SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTHTeryk Bellahsene2016-05-131-13/+9
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-134-9/+72
* SONAR-7175 Keep last snapshots in KeepOneFilterJulien Lancelot2016-05-121-2/+2
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-125-3/+86
* SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATASébastien Lesaint2016-05-111-13/+19
* Automatic merge from branch-5.5Jenkins CI2016-05-115-564/+2
|\
| * SONAR-7627 Charset of SQLServer NVARCHAR columns is badly enforced to Latin1Simon Brandhof2016-05-105-564/+2
* | Remove ResourceIndexDao.indexProjects()Teryk Bellahsene2016-05-101-26/+4
* | 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-8/+17
* | SONAR-7594 fix indexing of component names > 400 charactersSimon Brandhof2016-05-091-1/+8
* | SONAR-7526 WS api/user_tokens/generate functional checks of name and token hashTeryk Bellahsene2016-05-062-2/+46
* | Automatic merge from branch-5.5Jenkins CI2016-05-064-4/+24
|\|
| * SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL AzureSimon Brandhof2016-05-054-4/+24
* | SONAR-7108 Delete Issues from index when purging old issuesJulien Lancelot2016-05-043-9/+53
* | SONAR-7212 Remove migration to remove default assignee properties on removed ...Julien Lancelot2016-05-044-94/+2
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-034-2/+93
* | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-032-0/+5
* | SONAR-7394 Fix update of custom rule active parametersJulien Lancelot2016-05-032-1/+45
* | Fix quality flawsTeryk Bellahsene2016-04-291-1/+1
|/
* SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columnsSimon Brandhof2016-04-258-146/+336
* SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-258-241/+530
* SONAR-7553 DAO of CE_QUEUE count number of rows by statusTeryk Bellahsene2016-04-212-6/+5
* SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failingTeryk Bellahsene2016-04-212-1/+7
* SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)Teryk Bellahsene2016-04-211-1/+1
* SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-212-10/+2
* Add comment on query to keep authorized users for a project and a roleJulien Lancelot2016-04-191-0/+4
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-183-3/+26
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-152-0/+6
* Add UserDao.selectByIdsJulien Lancelot2016-04-152-4/+25
* SONAR-7187 Fix perf issue in selectByQueryJulien Lancelot2016-04-142-2/+2
* Add PropertiesDao.deleteByIdJulien Lancelot2016-04-112-0/+6
* SONAR-7528 WS api/measures/component handles developer measuresTeryk Bellahsene2016-04-071-1/+1
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-072-4/+13
* Fix quality flawsJulien Lancelot2016-04-061-1/+1
* Fix quality flawsSimon Brandhof2016-04-062-2/+3
* Fix quality flawsTeryk Bellahsene2016-04-0516-19/+25
* SONAR-7480 optimize SQL request in QP Search WSSébastien Lesaint2016-03-312-4/+43
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-301-5/+0
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-293-2/+58
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-292-12/+6
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-293-2/+60
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-291-17/+2
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-296-24/+0