summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/git/ReceiveCommits.java
Commit message (Expand)AuthorAgeFilesLines
* Move ReceiveCommits and related classes to their own packageDave Borowitz2017-08-081-3018/+0
* Remove usage of AccountByEmailCacheEdwin Kempin2017-08-081-1/+1
* Hide ChangeControl#isVisible and migrate callers to PermissionBackendPatrick Hiesel2017-08-071-2/+4
* Allow to configure new changes as private by defaultChangcheng Xiao2017-07-311-1/+3
* Reject %wip/%ready from non-owners of changeLogan Hanks2017-07-051-0/+11
* AccountsUpdate: Rename atomicUpdate to updateEdwin Kempin2017-06-271-1/+1
* Always update accounts atomicallyEdwin Kempin2017-06-271-9/+14
* Migrate accounts to NoteDb (part 2)Edwin Kempin2017-06-271-2/+6
* Migrate accounts to NoteDb (part 1)Edwin Kempin2017-06-271-1/+2
* Provide more feedback for 'prohibited by Gerrit'.Han-Wen Nienhuys2017-06-271-8/+12
* Do not require 'Create Reference' for pushing annotated tagEdwin Kempin2017-06-271-8/+1
* MergeOp: Retry after computing ChangeSetDave Borowitz2017-06-201-2/+2
* Revert "Convert MergeOp and related classes to use RetryHelper"Dave Borowitz2017-06-201-5/+5
* Improve performance of notification sender testsLogan Hanks2017-06-141-1/+6
* Downgrade default notify for new patch sets in WIPLogan Hanks2017-06-141-2/+22
* Convert VisibleRefFilter to assisted factoryShawn Pearce2017-06-141-3/+3
* Hide RefControl.canSubmit, adding UPDATE_BY_SUBMITShawn Pearce2017-06-141-4/+7
* Merge changes from topic 'permission-backend'David Pursehouse2017-06-141-23/+41
|\
| * Replace canUpload with CREATE_CHANGEShawn Pearce2017-06-141-3/+5
| * Convert forge author, committer, server to PermissionBackendShawn Pearce2017-06-141-9/+13
| * Push option bypass-review disables validationShawn Pearce2017-06-141-12/+24
* | Remove unneeded final modifiers from gerrit-server/src/main/java/com/google/g...Han-Wen Nienhuys2017-06-131-3/+3
|/
* Let AccountsUpdate take care to evict accounts from the account cacheEdwin Kempin2017-06-071-5/+0
* Update accounts through AccountsUpdate classEdwin Kempin2017-06-071-1/+5
* Get accounts through Accounts classEdwin Kempin2017-06-071-2/+6
* Convert MergeOp and related classes to use RetryHelperDave Borowitz2017-05-251-5/+5
* Control auto-publishing comments on push with preferenceDave Borowitz2017-05-121-3/+32
* Add ReceiveCommits option to publish commentsDave Borowitz2017-05-121-0/+3
* Migrate delete ref to PermissionBackendShawn Pearce2017-05-121-11/+17
* Hide RefControl.can{Read,Write}Shawn Pearce2017-05-121-1/+2
* Check ADD_PATCH_SET with PermissionBackendShawn Pearce2017-05-121-11/+17
* Properly fuse ref updates into ReceiveCommits's BatchUpdateDave Borowitz2017-05-041-216/+115
* Deprecate ChangeInserter#setUpdateRefDave Borowitz2017-05-041-0/+1
* Support work in progress and ready options in git pushDavid Ostrovsky2017-04-281-2/+18
* Convert ProjectControl.isVisible to PermissionBackendShawn Pearce2017-04-241-1/+1
* Convert update and forceUpdate to PermissionBackendShawn Pearce2017-04-241-13/+45
* Convert administrateServer to PermissionBackendShawn Pearce2017-04-241-4/+12
* Don't expose RepoView#getRepository()Dave Borowitz2017-04-101-1/+1
* BatchUpdate: Factor out class for repo operationsDave Borowitz2017-04-101-7/+12
* Remove CommitValidators.PolicyDave Borowitz2017-04-071-12/+10
* ChangeUtil: Don't scan all refs to get next patch set IDDave Borowitz2017-04-071-1/+2
* Expose RevWalk in CommitReceivedEventDave Borowitz2017-03-311-3/+2
* Merge "Remove superfluous/misleading methods from ChangeEdit"ekempin2017-03-301-3/+2
|\
| * Remove superfluous/misleading methods from ChangeEditAlice Kober-Sotzek2017-03-231-3/+2
* | Check canEditHashtags with PermissionBackendShawn Pearce2017-03-301-0/+1
* | Merge branch 'stable-2.14'Dave Borowitz2017-03-241-0/+1
|\ \
| * \ Merge branch 'stable-2.13'Dave Borowitz2017-03-241-0/+1
| |\ \ | | |/ | |/|
| | * ReceiveCommits: parseBody before getFooterLinesDave Borowitz2017-03-241-0/+1
* | | Implement Private ChangesEdwin Kempin2017-03-231-0/+12
|/ /
* | Format Java files with google-java-formatDavid Pursehouse2017-03-211-1/+4