stable
Clone or download
Read-only
Part of story #10064 Display permissions per group How to test: - When running 'npm run watch' in git scripts dir, you don't have a VueJS error stating that v-for with components needs a key - No console error in the browser related to duplicate keys Change-Id: I1e75792f343c645152e28e1ded18c9ab79de4edd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/PermissionsPerGroup/FineGrainedPermissionRepresentation.php | +7 | −0 | Go to diff View file |
M | plugins/git/include/Git/PermissionsPerGroup/RepositoryFineGrainedRepresentationBuilder.php | +8 | −0 | Go to diff View file |
R | plugins/git/tests/phpunit/.simpletest_skip | Go to diff View file | ||
R | plugins/git/tests/phpunit/PerGroup/RepositoryFineGrainedRepresentationBuilderTest.php | Go to diff View file | ||
A | plugins/git/phpunit/bootstrap.php | +22 | −0 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTable.vue | +7 | −3 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue | +1 | −1 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue | +2 | −2 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue | +1 | −1 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |