Merge branch 'stable-2.15'
* stable-2.15: Check for modifiers with U keypress Documentation: clarify how accountPatchReviewDb relates to ReviewDb/NoteDb Documentation: clarify [database] section in gerrit.conf is for ReviewDb Update dialog padding per design spec Documentation: fix dead link to old NoteDb page location Do not set focus on cursor target following diff scroll Add min-height to account list in reply dialog Remove min-height as it messes up layout for assignee Make MultiBaseLocalDiskRepositoryManager singleton Change-Id: I596fe3e1d53e3057b465d3b73534a4156618f63d
This commit is contained in:
@@ -22,6 +22,9 @@ Sample `etc/gerrit.config`:
|
||||
[[accountPatchReviewDb]]
|
||||
=== Section accountPatchReviewDb
|
||||
|
||||
The AccountPatchReviewDb is a database used to store the user file reviewed
|
||||
flags. It co-exists with <<database,ReviewDb>> and link:note-db.html[NoteDb].
|
||||
|
||||
[[accountPatchReviewDb.url]]accountPatchReviewDb.url::
|
||||
+
|
||||
The url of accountPatchReviewDb. Supported types are `H2`, `POSTGRESQL`,
|
||||
@@ -1601,8 +1604,13 @@ Default is 1 hour.
|
||||
[[database]]
|
||||
=== Section database
|
||||
|
||||
The database section configures where Gerrit stores its metadata
|
||||
records about user accounts and change reviews.
|
||||
The database section configures ReviewDb, where Gerrit stores its metadata
|
||||
records about account groups and change reviews. Starting from 2.15, accounts
|
||||
are always stored in NoteDb and, optionally, changes too. See the
|
||||
link:note-db.html[NoteDb documentation] for more information.
|
||||
|
||||
Note that user file reviewed flags are stored in a separate database. See the
|
||||
<<accountPatchReviewDb,accountPatchReviewDb>> section for more information.
|
||||
|
||||
----
|
||||
[database]
|
||||
|
||||
Reference in New Issue
Block a user