summaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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-215-62/+6
* Add comment on query to keep authorized users for a project and a roleJulien Lancelot2016-04-194-37/+15
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-1810-17/+180
* Add ComponentDao#insertBatch() for batch insertsSimon Brandhof2016-04-154-3/+49
* Add UserDao.selectByIdsJulien Lancelot2016-04-155-14/+51
* SONAR-7187 Fix perf issue in selectByQueryJulien Lancelot2016-04-144-5/+60
* Add PropertiesDao.deleteByIdJulien Lancelot2016-04-116-0/+48
* 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-074-12/+89
* Fix quality flawsJulien Lancelot2016-04-062-3/+117
* Fix quality flawsSimon Brandhof2016-04-062-2/+3
* Fix quality flawsTeryk Bellahsene2016-04-0516-19/+25
* SONAR-7473 Clean useless codeJulien Lancelot2016-04-048-31/+31
* SONAR-7480 optimize SQL request in QP Search WSSébastien Lesaint2016-03-314-8/+130
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-304-147/+0
* SONAR-7470 Delete manual rules from DBJulien Lancelot2016-03-298-3/+165
* SONAR-7470 Remove 'manual' from SQL queriesJulien Lancelot2016-03-295-52/+14
* SONAR-7470 Drop ability to manage manual rules from WSJulien Lancelot2016-03-291-9/+0
* SONAR-7472 Delete manual issues from DBJulien Lancelot2016-03-298-3/+251
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-2912-48/+20
* 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-2544-1420/+7
* SONAR-6171 Make sure at server startup that the DB is configured to use the U...Simon Brandhof2016-03-242-0/+473
* SONAR-7330 Remove measures on rules in DBJulien Lancelot2016-03-238-4/+148
* SONAR-7330 Remove usage of PROJECT_MEASURES.RULE_IDJulien Lancelot2016-03-2316-184/+20
* Add missing UTJulien Lancelot2016-03-233-60/+344
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
* SONAR-7307 retrieve only one row when polling queue tableSébastien Lesaint2016-03-233-3/+5
* Fix quality flawsJulien Lancelot2016-03-221-1/+1
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-224-0/+52
* SONAR-7254 Feed user.local when creating/updating/reactivating a userJulien Lancelot2016-03-211-0/+41
* SONAR-7254 Replace usage of UserIndex.getByLogin() by UserDao.selectOrFailByL...Julien Lancelot2016-03-212-1/+48
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-217-14/+44
* SONAR-7106 WS api/permissions/search_project_permissions rely on resource_ind...Teryk Bellahsene2016-03-182-39/+0
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-183-14/+12
* SONAR-7458 new component org.sonar.api.utils.VersionSimon Brandhof2016-03-161-25/+7