summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/restapi/project/DeleteRef.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-2/+1
* Remove unused value assignmentsPatrick Hiesel2018-09-201-1/+1
* Don't log and throw exception.Han-Wen Nienhuys2018-07-191-3/+0
* DeleteRef: make sure permission and project state is checkedChangcheng Xiao2018-07-181-3/+17
* DeleteRef: expose separate methods for deleting single/multi refsChangcheng Xiao2018-07-171-88/+113
* DeleteRef: remove its factoryChangcheng Xiao2018-07-171-30/+28
* DeleteRef: move required input to method parametersChangcheng Xiao2018-07-171-27/+15
* Migrate restapi classes to FloggerEdwin Kempin2018-06-051-7/+6
* Move checks for the meta config branch out from the RefControlChangcheng Xiao2018-04-101-10/+16
* Remove PermissionBackend#user(Provider<CurrentUser>)Patrick Hiesel2018-03-271-1/+1
* Don't store username in Account but in AccountStateEdwin Kempin2018-01-191-5/+2
* Make project state check in DELETE explicitPatrick Hiesel2018-01-151-0/+4
* Move remaining REST handlers into restapi subpackageHan-Wen Nienhuys2018-01-081-0/+281