This will allow users to control how their name is displayed in the UI.
A follow-up change will add a host config for changing the default
strategy of choosing the display name. Currently the full name is used
everywhere, which taking a lot of space, so admins will get the chance
with the new config to use first names as the default for display names.
The new account property display_name makes sure that users have full
control over how their names are shown in the UI, e.g. when the first
name default is not the right choice for them.
Change-Id: I62a56ed4323ad10be34f13842018159a79582d0a
Asciidoc may fail to render link attributes for external links
supposed to open in a new window correctly. This change adds
:linkattrs: to the beginning of such files to force parsing link
attributes correctly.
Bug: Issue 12068
Change-Id: If18be60de646ff78f672239dd4fa435fd4fd92ab
* stable-3.1:
Set version to 3.1.2-SNAPSHOT
Set version to 3.1.1
Set version to 3.0.6-SNAPSHOT
Set version to 3.0.5
Set version to 2.16.15-SNAPSHOT
Set version to 2.16.14
Rename "master" to "primary" in documentation and comments
Add event interface to Gerrit
Change-Id: I53e83ccce28a03a58518d5c419dfc3fe56e826dc
To make it easier to stay on track when reading documentation, I
added ",role=external,window=_blank" to all links in the
documentation directory that were not pointing at another piece of documentation.
Change-Id: I94bf254c90f8ebce067c765be0a2932b755a045a
Per
https://en.wikipedia.org/wiki/Master/slave_(technology)#Terminology_concerns
the use "slave" is considered offsensive in some circles.
For compatibility reasons, the "container.slave" property is
maintained, and the --slave flag is an alias for --replica.
Change-Id: If57df22705dac9450c1cf9900f051d9123d7dd2c
External IDs are also used to store the account username and
email addresses, but the introduction gives the impression that
it is only for external IDs such as LDAP or OAuth.
Change-Id: Ie31163ecc3337f75677b99313abcaa110a8b3cbf
External IDs are stored in a notes branch where the note key is the SHA1
of the external ID key. This means if the external ID is changed the
note key must be recomputed.
Change-Id: I41fc1daaf861b4db385ead01a7bf2ab4119617bb
Signed-off-by: Edwin Kempin <ekempin@google.com>
For general and diff preferences defaults can already be configured
via REST. Support the same for edit preferences.
Change-Id: I325fe4f768ad9089f8cf598bd88c5b9b57af871d
Signed-off-by: Edwin Kempin <ekempin@google.com>
Add a documentation page that explains how accounts are stored in
NoteDb. This should enable administrators to make manual modifications
to the account data.
This documentation page also gives some background information about why
the account data is persisted in the way it is.
Change-Id: I378cc296947d9e5c9b84ac9ba3e63459bf01d192
Signed-off-by: Edwin Kempin <ekempin@google.com>