summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/group/db/GroupNameNotes.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-2/+1
* Prefer requireNonNull from Java API over Guava's checkNotNullDavid Pursehouse2018-10-161-5/+5
* Merge "Write debug log that shows up in trace when meta data file is read/saved"Edwin Kempin2018-08-271-9/+16
|\
| * Write debug log that shows up in trace when meta data file is read/savedEdwin Kempin2018-08-161-9/+16
* | Add debugs logs on access to external IDs and group names note branchesEdwin Kempin2018-08-161-0/+7
|/
* Replace all lambdas with method references, when possibleMaxime Guerreiro2018-05-081-1/+1
* Move VersionedMetaData/MetaDataUpdate to their own packageDave Borowitz2018-04-031-5/+5
* Add Javadoc descriptions for GroupNameNotesAlice Kober-Sotzek2018-01-181-4/+102
* Improve naming within GroupNameNotesAlice Kober-Sotzek2018-01-161-8/+8
* Include groups with duplicate UUIDs when listing all groupsAlice Kober-Sotzek2018-01-161-11/+10
* Improve signature of GroupNameNotes#loadOneGroupReferenceAlice Kober-Sotzek2018-01-121-3/+4
* Add further tests for GroupNameNotesAlice Kober-Sotzek2018-01-121-2/+5
* Correct order of methods in GroupNameNotesAlice Kober-Sotzek2018-01-101-71/+71
* GroupConfig: add a consistency check after loading a groupChangcheng Xiao2017-12-071-0/+19
* GroupNameNotes: add consistency check for loadAllGroupReferencesChangcheng Xiao2017-12-071-3/+12
* Merge changes from topic "group-bundle-comparison"Patrick Hiesel2017-11-231-4/+4
|\
| * GroupNameNotes: Allow empty group nameDave Borowitz2017-11-231-4/+4
* | Consistency checker for groupsHan-Wen Nienhuys2017-11-221-3/+10
|/
* Use meaningful commit message when updating group name notesAlice Kober-Sotzek2017-11-161-0/+15
* Add utility for updating group name notes in bulkDave Borowitz2017-11-151-2/+69
* Support reading all groups from NoteDbAlice Kober-Sotzek2017-11-141-0/+24
* Enforce unique group names with NoteDbAlice Kober-Sotzek2017-11-141-0/+206