aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Collapse)AuthorAgeFilesLines
...
* make PermissionTemplateDaoTest more stableSébastien Lesaint2016-10-201-2/+2
|
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-204-0/+58
|
* SONAR-8100 add PermissionTemplateDao#deleteByOrganizationSébastien Lesaint2016-10-207-27/+181
|
* SONAR-8100 add UserPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-204-1/+66
|
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-204-0/+69
|
* SONAR-8100 add PermissionTemplateDbTester to DbTesterSébastien Lesaint2016-10-204-3/+10
|
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-203-2/+3
|
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-209-171/+71
| | | | | | | | to web services api/permissions/search_global_permissions and api/permissions/users. Both WS are touched at the same time as the same refactoring is required in UserPermissionDao.
* SONAR-8261 add test to UserIdentityAuthenticatorTest about organizationsSimon Brandhof2016-10-201-3/+3
|
* SONAR-8134 add javadoc to GroupPermissionDaoSimon Brandhof2016-10-201-0/+10
|
* SONAR-8134 improve PermissionTemplateDaoSimon Brandhof2016-10-203-12/+20
| | | | | | - deprecate the methods that do not support organizations - do not commit session in DAO
* SONAR-8134 delete unused GroupDao#selectByName(DbSession, String)Simon Brandhof2016-10-203-19/+0
|
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-209-184/+206
|
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-2012-368/+21
|
* SONAR-8263 isolate organizations when removing user permissionsSimon Brandhof2016-10-209-7/+114
|
* SONAR-8192 skip MyBatis in RootFlagAssertionsSébastien Lesaint2016-10-191-8/+15
|
* SONAR-8192 set root flag in UserIdentityAuthenticatorSébastien Lesaint2016-10-192-1/+17
| | | | depending upon whether groups of the user have or not System Administer permision and whether, when it already exists, the user has user permission "System Administer"
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-1911-15/+710
| | | | this applies only to the admin permission of the default organization
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-195-25/+61
|
* change MyBatis session cache to statement cacheSébastien Lesaint2016-10-191-0/+2
|
* Fix PermissionTemplateCharacteristicDaoTestSimon Brandhof2016-10-173-5/+11
| | | | | Test was passing for a bad reason: ids of template and characteristic were the sames in the test.
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-1610-231/+47
|
* 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-1610-65/+178
|
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-166-103/+142
|
* SONAR-8134 refactor SQL to check organization permissionSimon Brandhof2016-10-161-2/+24
|
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-1629-744/+624
|
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-1610-12/+325
|
* Improve readability of schema-h2.ddlSimon Brandhof2016-10-131-148/+120
| | | by moving each index next to the related table
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-1315-173/+100
| | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions()
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-1313-146/+122
| | | | replaced by GroupPermissionDao#delete()
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-1314-156/+33
| | | | Replaced by GroupPermissionDao#deleteByRootComponentId()
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-1351-112/+256
|
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-137-3/+164
|
* SONAR-8134 feed column group_roles.organization_uuidSimon Brandhof2016-10-135-139/+99
| | | | when adding permissions to a group
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-1353-118/+356
| | | | Column is currently empty.
* Support organizations in user group web servicesSimon Brandhof2016-10-1324-59/+113
|
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-1320-17/+519
|
* SONAR-8134 add column user_roles.organization_uuidSimon Brandhof2016-10-136-0/+369
|
* SONAR-8134 make column groups.organization_uuid not nullSimon Brandhof2016-10-135-1/+287
|
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-1329-371/+530
|
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-1359-1344/+300
|
* SONAR-8134 prepare support of organizations in permission template DAOSimon Brandhof2016-10-1337-253/+447
|
* Improve formatting of insert/update requestsSimon Brandhof2016-10-131-2/+11
|
* SONAR-8134 Deprecated OldPermissionQuerySimon Brandhof2016-10-131-0/+2
|
* SONAR-8134 create default organization in DbTesterSimon Brandhof2016-10-133-13/+95
|
* SONAR-8134 change signature of GroupDao#selectByName()Simon Brandhof2016-10-134-11/+8
|
* SONAR-8134 add search by organization and name in GroupDaoSimon Brandhof2016-10-135-4/+57
|
* SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermissionSimon Brandhof2016-10-1310-64/+21
|
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-1318-133/+274
|