aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-7842 truncate errorMessage to avoid max length error in DBSébastien Lesaint2016-08-182-1/+36
| |
* | add DatabaseUtils#executeLargeUpdates which returns rows countSébastien Lesaint2016-08-181-0/+19
| |
* | SONAR-7842 support error message in DAO and CeActivityDtoSébastien Lesaint2016-08-183-34/+152
| |
* | SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-188-4/+159
| |
* | SONAR-7842 make ClobColumnDef support all DBsSébastien Lesaint2016-08-182-44/+31
| |
* | SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-1810-32/+35
| |
* | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-122-1/+17
| |
* | SONAR-7930 WS api/components/bulk_update_key handles special charactersTeryk Bellahsene2016-08-122-8/+15
| |
* | SONAR-7928 SONAR-7929 Update and bulk update of component key does not ↵Teryk Bellahsene2016-08-112-3/+63
| | | | | | | | update disabled component
* | SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-106-35/+36
| |
* | SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-103-13/+31
| |
* | SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-1025-13/+167
| |
* | SONAR-7903 fix unit test on MSSQLSimon Brandhof2016-08-051-2/+2
| |
* | SONAR-7903 Drop pending tasksSimon Brandhof2016-08-058-6/+126
| |
* | SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-0513-23/+321
| | | | | | | | | | instead of file system (data/ce/reports). That allows support of clustering.
* | Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-0513-23/+23
| |
* | SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-052-5/+74
| |
* | SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-053-3/+12
| |
* | SONAR-7923 Create WS api/qualitygates/get_by_projectTeryk Bellahsene2016-07-296-20/+79
| |
* | SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-281-1/+1
| |
* | SONAR-7926 Create WS to add project linkStas Vilchik2016-07-284-1/+27
| |
* | SONAR-7925 Create WS to list project linksStas Vilchik2016-07-281-0/+4
| |
* | SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-2818-250/+124
| |
* | SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-288-3/+288
| |
* | SONAR-7917 Fix WidgetDaoTeryk Bellahsene2016-07-282-6/+26
| |
* | Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-226-50/+156
| | | | | | | | | | | | When updating columns PROJECTS.B_ENABLED to false, as many SQL UPDATE requests as components to be disabled are executed, whereas only a single request with "UUID IN ?" could be executed.
* | 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
| | | | | | | | so that other migrations can benefit from it
* | Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-196-1/+194
|\|
| * SONAR-7686 Add migration to fix null external identityJulien Lancelot2016-07-187-3/+196
| |
* | Fix Quality flawsSimon Brandhof2016-07-185-58/+28
| |
* | SONAR-7839 Return Anyone group even if it has no permissionJulien Lancelot2016-07-182-4/+15
| |
* | Fix quality flawsJulien Lancelot2016-07-181-8/+8
| |
* | SONAR-7889 Add project key to WS api/qualityprofiles/projectsJulien Lancelot2016-07-154-9/+105
| |
* | SONAR-7839 Change WS api/permissions/template_groups to return all permissionsJulien Lancelot2016-07-147-41/+295
| |
* | SONAR-7837 Change WS api/permissions/template_users to return all permissionsJulien Lancelot2016-07-145-109/+143
| |
* | SONAR-7837 Clean up PermissionTemplateDao codeJulien Lancelot2016-07-143-66/+38
| |
* | 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-132-2/+2
| |
* | SONAR-7838 SONAR-7835 Return all permissions of matching usersJulien Lancelot2016-07-126-145/+220
| | | | | | | | When searching for permissions users that match a given permission, instead of only returnin this permission we now return all user permissions
* | 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-126-36/+299
| |
* | SONAR-7835 WS permissions/users return permissions in responseTeryk Bellahsene2016-07-127-285/+143
| |
* | Refactor UserPermissionDtoTeryk Bellahsene2016-07-1211-74/+61
| |
* | Move permissions template classes and resources to a specific package in ↵Teryk Bellahsene2016-07-1248-29/+47
| | | | | | | | sonar-db
* | SONAR-7835 Select user permissionsTeryk Bellahsene2016-07-125-33/+82
| |
* | SONAR-7835 Select users by queryTeryk Bellahsene2016-07-1213-188/+687
| |
* | SONAR-7786 merge PROJECTS table clean migrations and do them earlierSébastien Lesaint2016-07-116-88/+90
| |