aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/permission/GroupPermissionMapper.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-56/+0
|
* Fix integer type of user and group idsSimon Brandhof2017-02-161-4/+4
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-101-2/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Fix minor Quality flawsSimon Brandhof2016-10-241-4/+8
|
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+3
|
* SONAR-8267 SONAR-8265 add organization parameterSimon Brandhof2016-10-201-6/+0
| | | | | | | | 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 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-201-15/+3
|
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-161-4/+4
|
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-131-0/+2
| | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions()
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-131-0/+3
| | | | replaced by GroupPermissionDao#delete()
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-131-0/+2
| | | | Replaced by GroupPermissionDao#deleteByRootComponentId()
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-131-0/+22
|
* Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-281-2/+1
|
* Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-281-0/+41