summaryrefslogtreecommitdiffstats
path: root/gerrit-reviewdb
Commit message (Expand)AuthorAgeFilesLines
* RefNames#fullName: Don't prepend "refs/heads/" for HEADAlexandre Philbert2016-07-152-1/+5
* Change.Id: Avoid NumberFormatException on empty user edit refDavid Pursehouse2016-05-161-1/+4
* Schema_113: Fix push certificate column typeDavid Ostrovsky2016-01-201-1/+1
* Merge branch 'stable-2.11' into stable-2.12David Pursehouse2015-11-301-3/+3
|\
| * CurrentSchemaVersion: Allow to use it in pluginsDavid Ostrovsky2015-11-301-3/+3
* | Merge branch 'stable-2.11' into stable-2.12David Pursehouse2015-11-203-6/+6
|\|
| * Allow to use GWTORM Key classes in pluginsDavid Ostrovsky2015-11-173-6/+6
* | Replace ACCOUNT_DIFF_PREFERENCES table with Git backend (part2)David Ostrovsky2015-11-093-369/+1
* | Merge "Add option to omit duplicate comments."Shawn Pearce2015-10-311-1/+1
|\ \
| * | Add option to omit duplicate comments.Bill Wendling2015-10-301-1/+1
* | | Replace ACCOUNT_DIFF_PREFERENCES table with Git backend (part1)David Ostrovsky2015-10-301-1/+2
* | | Rename Whitespace enum to make the intent more clearDavid Ostrovsky2015-10-301-3/+3
|/ /
* | Remove PatchSetAncestors tableDave Borowitz2015-10-287-166/+1
* | Add project config boolean to require signed push on a projectDave Borowitz2015-10-211-0/+10
* | Add Change.Id#toRefPrefix() and use from PatchSet.Id#toRefName().Dave Borowitz2015-10-164-15/+36
* | ChangeTest: Convert to TruthDave Borowitz2015-10-161-4/+3
* | Store push certificate in patch set during ReceiveCommitsDave Borowitz2015-10-091-0/+12
* | PatchSet: Add @Deprecated annotation to deprecated methodDave Borowitz2015-10-081-1/+3
* | PatchSet: Change isRef to isChangeRefDavid Pursehouse2015-10-082-3/+11
* | MergeOp: Record the change setStefan Beller2015-10-061-0/+16
* | RefNames: Add support for refs/tags/ in shortName()David Pursehouse2015-09-161-3/+8
* | Store preferred download scheme as arbitrary stringsDave Borowitz2015-09-082-16/+71
* | Remove DEFAULT_SCHEMES and DEFAULT_COMMANDSDave Borowitz2015-09-081-2/+2
* | Move REFS_GPG_KEYS to PublicKeyStoreDave Borowitz2015-09-011-6/+0
* | Move most GPG-related code to a gerrit-gpg moduleDave Borowitz2015-08-281-1/+1
* | Remove contact store functionalityDave Borowitz2015-08-282-100/+1
* | Add a collection and API for a user's GPG keysDave Borowitz2015-08-251-0/+3
* | Merge changes from topic 'group-audit-log'David Pursehouse2015-07-144-0/+32
|\ \
| * | Add new REST endpoint that provides the audit log of a groupEdwin Kempin2015-07-064-0/+32
* | | Fix missing <p> tags in commentsStefan Beller2015-07-131-1/+1
* | | Merge changes from topic 'kill-submitted'Dave Borowitz2015-07-101-30/+1
|\ \ \
| * | | Remove the state SUBMITTED altogetherStefan Beller2015-07-101-30/+1
* | | | Refactor signed push supportDave Borowitz2015-07-091-1/+1
|/ / /
* / / Use refs/meta/gpg-keys for GPG public keysDave Borowitz2015-07-071-1/+1
|/ /
* | Add Documentation:js_licenses.txt for JavaScriptShawn Pearce2015-06-251-2/+2
* | Configure signed push verification on a per-project basisDave Borowitz2015-06-241-0/+11
* | Add basic signed push supportDave Borowitz2015-06-241-0/+6
* | Use exactRef() when possibleShawn Pearce2015-06-221-1/+1
* | Declare guava and junit as exported deps of Google TruthDavid Pursehouse2015-06-041-2/+0
* | InlineEdit: Add "has:edit" search operatorDavid Ostrovsky2015-05-262-2/+13
* | Merge changes from topic 'patch-set-groups-2'Dave Borowitz2015-05-262-0/+81
|\ \
| * | Add a "groups" field to PatchSetDave Borowitz2015-05-222-0/+81
* | | Merge changes I9243e16c,I29533337,Ifbbdbb46David Pursehouse2015-05-262-5/+8
|\ \ \ | |/ / |/| |
| * | Fix names of "refs/users/" constantsEdwin Kempin2015-05-062-6/+6
| * | Grant admins read, push and create on refs/users/defaultEdwin Kempin2015-05-061-0/+3
* | | PatchSetTest: Convert to TruthDave Borowitz2015-05-211-9/+6
|/ /
* | Add RevId.toString()Dave Borowitz2015-04-301-0/+5
* | Move users of Branch constants to RefNames constants.Martin Fick2015-04-291-3/+0
* | Add static shortName() method to RefNames and use it.Martin Fick2015-04-292-9/+7
* | Merge "Make Branch.NameKey enforce full ref names"Edwin Kempin2015-04-281-3/+3
|\ \