gerrit/gerrit-acceptance-tests
Edwin Kempin f3eddd536a Make names of system groups configurable
By setting 'groups.<UUID>.name' in gerrit.config administrators can
configure the display name for system groups. This is e.g. useful to
rename the 'Anonymous Users' group which is often misunderstood by
users. When configuring a new name for a system group the
administrator must make sure that this name is not used any existing
group. Gerrit prevents creation of groups with names that are used by
system groups (case insensitive). In addition Gerrit keeps the default
names of system groups reserved so that administrators can always
switch back to the default names. This also avoids confusion with
having a normal group with the default name of a system group, but
having the system group available under a different name.

When configuring a name for a system group, the UUID of the group
stays intact. Hence there is no need to modify any group references in
refs/meta/config branches. In the refs/meta/config branches still the
old name will be used until there is an update, which will update the
names of renamed groups automatically.

Change-Id: Ida61027a7ec6d1d30f2a945dfd1fbb2e0c6121ea
Signed-off-by: Edwin Kempin <ekempin@google.com>
2017-01-31 16:53:38 +01:00
..
src/test/java/com/google/gerrit/acceptance Make names of system groups configurable 2017-01-31 16:53:38 +01:00
BUILD Add helper for migrating changes' PrimaryStorage to NoteDb 2017-01-23 10:47:21 -05:00
tests.bzl Format .bzl files with Bazel Buildifier 2016-12-11 19:00:21 +09:00