aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/resources/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-141-0/+4
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-141-0/+58
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-142-0/+19
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-102-22/+1
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-103-132/+0
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-092-22/+1
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-093-67/+0
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-092-47/+1
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-095-137/+0
* SONAR-8089 Create new MeasureDao#selectTreeByQueryJulien Lancelot2016-11-082-15/+49
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-37/+16
* SONAR-8359 Increase size of LOB columns on embedded databaseSimon Brandhof2016-11-071-6/+6
* SONAR-8325 Use Collection in MeasureQuery and remove useless join on projectsJulien Lancelot2016-11-041-6/+5
* SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-031-0/+24
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-031-0/+24
* SONAR-8325 Fix bad imports in MeasureMapper#selectByQueryJulien Lancelot2016-11-031-7/+7
* SONAR-8325 Refactore MeasureDao#selectByQuery to improve readybilityJulien Lancelot2016-11-031-26/+40
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-031-33/+47
* SONAR-8089 Remove useless join on snapshots in ComponentMapper#selectDescenda...Julien Lancelot2016-10-281-10/+4
* SONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQ...Julien Lancelot2016-10-281-2/+3
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-261-0/+1
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-211-3/+6
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-211-8/+8
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+7
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-202-21/+71
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+7
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+7
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-202-1/+2
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-202-33/+3
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-201-2/+2
* SONAR-8134 delete unused GroupDao#selectByName(DbSession, String)Simon Brandhof2016-10-201-7/+0
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-202-39/+62
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-201-50/+0
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-202-0/+40
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-192-0/+166
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-171-0/+7
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-162-13/+6
* Add missing jdbcType attributes in user and permission SQL requestsSimon Brandhof2016-10-165-66/+70
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-162-18/+47
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-161-17/+20
* SONAR-8134 refactor SQL to check organization permissionSimon Brandhof2016-10-161-2/+24
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-162-238/+231
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-161-0/+52
* Improve readability of schema-h2.ddlSimon Brandhof2016-10-131-148/+120
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-133-10/+12
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-132-23/+25
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-132-4/+5
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-132-1/+2
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-131-0/+1
* SONAR-8134 feed column group_roles.organization_uuidSimon Brandhof2016-10-131-6/+6