Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split sonar-db into server/sonar-db-core and server/sonar-db-dao | Sébastien Lesaint | 2017-02-17 | 1 | -479/+0 |
| | |||||
* | Fix integer type of user and group ids | Simon Brandhof | 2017-02-16 | 1 | -8/+8 |
| | | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int. | ||||
* | SONAR-8761 clean-up GroupPermissionDao | Simon Brandhof | 2017-02-10 | 1 | -30/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | Remove error-prone params Organization in UserDbTester | Simon Brandhof | 2017-01-29 | 1 | -51/+51 |
| | |||||
* | SONAR-8608 consistent organization on permission/group/component | Sébastien Lesaint | 2017-01-27 | 1 | -88/+97 |
| | |||||
* | SONAR-8595 enforce organization of component is specified in UTs | Sébastien Lesaint | 2017-01-16 | 1 | -3/+5 |
| | | | | for UTs using ComponentTesting and/or ComponentDbTester | ||||
* | SONAR-8100 add GroupPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+55 |
| | |||||
* | SONAR-8261 Support organizations in web service api/permissions/groups | Simon Brandhof | 2016-10-20 | 1 | -91/+96 |
| | |||||
* | SONAR-8192 add OrganizationDbTester and add it to DbTester | Sébastien Lesaint | 2016-10-19 | 1 | -8/+4 |
| | |||||
* | SONAR-8253 do not delete the last administrators of organization | Simon Brandhof | 2016-10-16 | 1 | -24/+35 |
| | |||||
* | SONAR-8134 remove RoleDao#countComponentPermissions() | Simon Brandhof | 2016-10-13 | 1 | -0/+27 |
| | | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions() | ||||
* | SONAR-8134 remove RoleDao#deleteGroupRole() | Simon Brandhof | 2016-10-13 | 1 | -0/+68 |
| | | | | replaced by GroupPermissionDao#delete() | ||||
* | SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId() | Simon Brandhof | 2016-10-13 | 1 | -0/+18 |
| | | | | Replaced by GroupPermissionDao#deleteByRootComponentId() | ||||
* | SONAR-8134 feed column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 1 | -65/+67 |
| | | | | when adding permissions to a group | ||||
* | SONAR-8134 prepare support of organizations in permission DAO | Simon Brandhof | 2016-10-13 | 1 | -32/+66 |
| | |||||
* | SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermission | Simon Brandhof | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | Move and rename GroupRoleDto to GroupPermissionDto | Simon Brandhof | 2016-09-28 | 1 | -7/+6 |
| | |||||
* | Rename PermissionDao to GroupPermissionDao | Simon Brandhof | 2016-09-28 | 1 | -0/+283 |