dev

Clone or download

Read-only

story #3318 - Gerrit groups are owned by project_admins

All gerrit user groups must be owned by project_admins otherwise they are not visible nor usable by admins in Access Control. Change-Id: I73c633fe49f2ecbca9808a1b00915c30b44c9e0b

Modified Files

Name
M plugins/git/include/Git/Driver/Gerrit.class.php +6 −2 Go to diff View file
M plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php +21 −5 Go to diff View file
M plugins/git/include/gitPlugin.class.php +11 −7 Go to diff View file
M plugins/git/tests/Git/Driver/Gerrit/MembershipManagerTest.php +116 −37 Go to diff View file
M plugins/git/tests/Git/Driver/GerritTest.php +13 −6 Go to diff View file