summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/project/DeleteRef.java
Commit message (Expand)AuthorAgeFilesLines
* Dissolve gerrit-server top-level directoryDavid Ostrovsky2017-10-311-278/+0
* Upgrade JGit to support improved BatchRefUpdatesDave Borowitz2017-07-281-0/+2
* Migrate delete ref to PermissionBackendShawn Pearce2017-05-121-4/+18
* Don't fuse code and meta ref updates if it won't be atomicDave Borowitz2017-04-251-0/+1
* Merge branch 'stable-2.14'Dave Borowitz2017-03-241-1/+5
|\
| * DeleteRef: Pass project name into validateRefOperationDavid Pursehouse2017-03-231-1/+1
| * Be more consistent about object ids used in ref operation validationDavid Pursehouse2017-03-231-0/+4
* | Adapt the use of @Inject and @AssistedInjectPatrick Hiesel2017-03-231-2/+2
|/
* Conistently import Collectors.* staticallyPatrick Hiesel2017-03-021-2/+2
* Format all Java files with google-java-formatDave Borowitz2017-02-071-40/+34
* Remove redundant 'final' and 'public' modifiersDavid Pursehouse2017-01-281-1/+1
* Add REST API endpoint to delete multiple tagsDavid Pursehouse2016-12-081-1/+17
* Add REST API endpoint to delete a tagDavid Pursehouse2016-12-081-5/+7
* Move implementation from DeleteBranch and DeleteBranches to DeleteRefDavid Pursehouse2016-12-071-0/+245