aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-224-11/+247
* | SONAR-7842 truncate errorMessage to avoid max length error in DBSébastien Lesaint2016-08-181-0/+22
* | SONAR-7842 support error message in DAO and CeActivityDtoSébastien Lesaint2016-08-181-14/+72
* | SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-183-1/+105
* | SONAR-7842 make ClobColumnDef support all DBsSébastien Lesaint2016-08-181-41/+14
* | SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-181-9/+9
* | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-121-0/+11
* | SONAR-7930 WS api/components/bulk_update_key handles special charactersTeryk Bellahsene2016-08-121-0/+7
* | SONAR-7928 SONAR-7929 Update and bulk update of component key does not update...Teryk Bellahsene2016-08-111-1/+60
* | SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-105-32/+33
* | SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-101-13/+17
* | SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-1019-9/+70
* | SONAR-7903 fix unit test on MSSQLSimon Brandhof2016-08-051-2/+2
* | SONAR-7903 Drop pending tasksSimon Brandhof2016-08-054-4/+73
* | SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-054-17/+136
* | Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-057-2/+2
* | SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-051-2/+35
* | SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-052-2/+11
* | SONAR-7923 Create WS api/qualitygates/get_by_projectTeryk Bellahsene2016-07-291-16/+49
* | SONAR-7926 Create WS to add project linkStas Vilchik2016-07-281-0/+9
* | SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-2810-214/+54
* | SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-283-1/+181
* | SONAR-7917 Fix WidgetDaoTeryk Bellahsene2016-07-281-4/+24
* | Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-222-49/+117
* | Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-193-1/+122
|\|
| * SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-183-1/+122
* | SONAR-7839 Return Anyone group even if it has no permissionJulien Lancelot2016-07-181-0/+11
* | SONAR-7889 Add project key to WS api/qualityprofiles/projectsJulien Lancelot2016-07-152-6/+97
* | SONAR-7839 Change WS api/permissions/template_groups to return all permissionsJulien Lancelot2016-07-142-9/+177
* | SONAR-7837 Change WS api/permissions/template_users to return all permissionsJulien Lancelot2016-07-142-89/+65
* | SONAR-7837 Clean up PermissionTemplateDao codeJulien Lancelot2016-07-141-13/+24
* | SONAR-7700 Fix column size of b_qualifierJulien Lancelot2016-07-131-1/+1
* | SONAR-7838 SONAR-7835 Return all permissions of matching usersJulien Lancelot2016-07-122-98/+173
* | SONAR-7838 DAO to select groups and group permissionsTeryk Bellahsene2016-07-122-33/+198
* | SONAR-7835 WS permissions/users return permissions in responseTeryk Bellahsene2016-07-121-214/+105
* | Refactor UserPermissionDtoTeryk Bellahsene2016-07-125-30/+30
* | Move permissions template classes and resources to a specific package in sona...Teryk Bellahsene2016-07-1236-10/+17
* | SONAR-7835 Select user permissionsTeryk Bellahsene2016-07-121-6/+42
* | SONAR-7835 Select users by queryTeryk Bellahsene2016-07-126-74/+290
* | SONAR-7786 merge PROJECTS table clean migrations and do them earlierSébastien Lesaint2016-07-114-74/+76
* | SONAR-7786 compress DUPLICATIONS_INDEX migrationsSébastien Lesaint2016-07-117-47/+65
* | SONAR-7700 re-enable ignored UTs on PurgeDaoSébastien Lesaint2016-07-115-216/+144
* | SONAR-7700 Decrease size of B VARCHAR columns in PROJECTSSimon Brandhof2016-07-111-3/+3
* | SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-1125-104/+969
* | SONAR-7700 support boolean columns in java db migrationsSimon Brandhof2016-07-111-0/+91
* | SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-083-1/+1052
* | SONAR-7705 add UT for MeasureDao#selectProjectMeasuresOfDeveloperSébastien Lesaint2016-07-071-8/+72
* | SONAR-7800 add override of MeasureDao#selectByQuery with ResultHandlerSébastien Lesaint2016-07-071-0/+86
* | SONAR-7780 add MeasureQuery.analysisUuidSébastien Lesaint2016-07-071-22/+53
* | SONAR-7705 refactoringSimon Brandhof2016-07-064-38/+63