aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-051-1/+1
* SONAR-7923 Create WS api/qualitygates/get_by_projectTeryk Bellahsene2016-07-295-4/+30
* SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-281-1/+1
* SONAR-7926 Create WS to add project linkStas Vilchik2016-07-283-1/+18
* SONAR-7925 Create WS to list project linksStas Vilchik2016-07-281-0/+4
* SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-288-36/+70
* SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-285-2/+107
* SONAR-7917 Fix WidgetDaoTeryk Bellahsene2016-07-281-2/+2
* Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-224-1/+39
* merge GuavaCollectors into Collectors and rename methodsSébastien Lesaint2016-07-212-5/+5
* fix some quality flawsSébastien Lesaint2016-07-212-2/+2
* SONAR-7786 Create index measures_analysis_metric earlierSimon Brandhof2016-07-192-1/+2
* Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-193-0/+72
|\
| * SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-184-2/+74
* | Fix Quality flawsSimon Brandhof2016-07-185-58/+28
* | SONAR-7839 Return Anyone group even if it has no permissionJulien Lancelot2016-07-181-4/+4
* | Fix quality flawsJulien Lancelot2016-07-181-8/+8
* | SONAR-7889 Add project key to WS api/qualityprofiles/projectsJulien Lancelot2016-07-152-3/+8
* | SONAR-7839 Change WS api/permissions/template_groups to return all permissionsJulien Lancelot2016-07-145-32/+118
* | SONAR-7837 Change WS api/permissions/template_users to return all permissionsJulien Lancelot2016-07-143-20/+78
* | SONAR-7837 Clean up PermissionTemplateDao codeJulien Lancelot2016-07-142-53/+14
* | Fix quality flawsJulien Lancelot2016-07-131-18/+18
* | Fix size of PROJECTS.B_QUALIFIER on H2Simon Brandhof2016-07-131-1/+1
* | 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-124-47/+47
* | SONAR-7838 WS api/permissions/groups returns group permissionsTeryk Bellahsene2016-07-121-0/+1
* | SONAR-7838 DAO to select groups and group permissionsTeryk Bellahsene2016-07-124-3/+101
* | SONAR-7835 WS permissions/users return permissions in responseTeryk Bellahsene2016-07-126-71/+38
* | Refactor UserPermissionDtoTeryk Bellahsene2016-07-126-44/+31
* | Move permissions template classes and resources to a specific package in sona...Teryk Bellahsene2016-07-1212-19/+30
* | SONAR-7835 Select user permissionsTeryk Bellahsene2016-07-124-27/+40
* | SONAR-7835 Select users by queryTeryk Bellahsene2016-07-127-114/+397
* | SONAR-7786 merge PROJECTS table clean migrations and do them earlierSébastien Lesaint2016-07-112-14/+14
* | SONAR-7786 compress DUPLICATIONS_INDEX migrationsSébastien Lesaint2016-07-119-220/+62
* | SONAR-7700 Decrease size of B VARCHAR columns in PROJECTSSimon Brandhof2016-07-114-11/+9
* | SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-1113-106/+367
* | SONAR-7700 support boolean columns in java db migrationsSimon Brandhof2016-07-111-0/+81
* | Fix Quality flawsSimon Brandhof2016-07-112-4/+4
* | SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-084-3/+165
* | fix various quality flawsSébastien Lesaint2016-07-073-6/+4
* | SONAR-7800 add override of MeasureDao#selectByQuery with ResultHandlerSébastien Lesaint2016-07-072-0/+22
* | SONAR-7683 add SnapshotDao#selectByUuidsSébastien Lesaint2016-07-073-18/+32
* | SONAR-7705 add MeasureDao#selectProjectMeasuresOfDeveloperSébastien Lesaint2016-07-073-18/+30
* | SONAR-7705 replace id by uuid in ViewsSnapshotDtoSébastien Lesaint2016-07-072-6/+6
* | SONAR-7780 add MeasureQuery.analysisUuidSébastien Lesaint2016-07-074-53/+105
* | SONAR-7705 refactoringSimon Brandhof2016-07-062-17/+19
* | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-065-4/+49
* | Remove unused methods of IdUuidPairsSimon Brandhof2016-07-061-16/+1
* | Optimize insert in table RESOURCE_INDEXSimon Brandhof2016-07-061-3/+15
* | SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-066-17/+100