aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/permission/GroupPermissionDaoTest.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-479/+0
|
* Fix integer type of user and group idsSimon Brandhof2017-02-161-8/+8
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-101-30/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Remove error-prone params Organization in UserDbTesterSimon Brandhof2017-01-291-51/+51
|
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-271-88/+97
|
* SONAR-8595 enforce organization of component is specified in UTsSébastien Lesaint2017-01-161-3/+5
| | | | for UTs using ComponentTesting and/or ComponentDbTester
* SONAR-8100 add GroupPermissionDao#deleteByOrganizationSébastien Lesaint2016-10-201-0/+55
|
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-201-91/+96
|
* SONAR-8192 add OrganizationDbTester and add it to DbTesterSébastien Lesaint2016-10-191-8/+4
|
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-161-24/+35
|
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-131-0/+27
| | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions()
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-131-0/+68
| | | | replaced by GroupPermissionDao#delete()
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-131-0/+18
| | | | Replaced by GroupPermissionDao#deleteByRootComponentId()
* SONAR-8134 feed column group_roles.organization_uuidSimon Brandhof2016-10-131-65/+67
| | | | when adding permissions to a group
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-131-32/+66
|
* SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermissionSimon Brandhof2016-10-131-2/+2
|
* Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-281-7/+6
|
* Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-281-0/+283