aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove ResourceIndexDao.indexProjects()Teryk Bellahsene2016-05-102-34/+4
* SONAR-7370 WS api/ce/activity returns developersTeryk Bellahsene2016-05-101-1/+1
* 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-044-60/+73
* | 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-045-95/+2
* | SONAR-7212 Add migration to remove default assignee properties on removed usersJulien Lancelot2016-05-035-2/+94
* | SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-033-0/+16
* | 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-301-1/+1
* | Fix quality flawsTeryk Bellahsene2016-04-291-1/+1
* | Fix query to keep authorized users for a project and a roleJulien Lancelot2016-04-271-3/+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-213-8/+12
* SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failingTeryk Bellahsene2016-04-213-1/+17
* SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)Teryk Bellahsene2016-04-213-1/+6
* SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-213-15/+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-184-3/+51
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-153-1/+15
* Add UserDao.selectByIdsJulien Lancelot2016-04-153-14/+31
* SONAR-7187 Fix perf issue in selectByQueryJulien Lancelot2016-04-143-4/+28
* Add PropertiesDao.deleteByIdJulien Lancelot2016-04-113-0/+10
* SONAR-7528 WS api/measures/component handles developer measuresTeryk Bellahsene2016-04-072-2/+7
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-073-6/+20
* 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-313-8/+88
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-301-5/+0
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-294-2/+59
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-293-21/+8
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-294-2/+61
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-292-23/+4
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-296-24/+0
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-296-0/+12
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-2523-958/+6
* SONAR-6171 Make sure at server startup that the DB is configured to use the U...Simon Brandhof2016-03-241-0/+241
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-234-3/+59
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-234-37/+8
* Add missing UTJulien Lancelot2016-03-232-26/+12
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
* SONAR-7307 retrieve only one row when polling queue tableSébastien Lesaint2016-03-232-2/+4
* Fix quality flawsJulien Lancelot2016-03-221-1/+1