summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/restapi/project/ListChildProjects.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-6/+1
* Use QueryProjects#apply without parametersDavid Pursehouse2019-02-081-2/+1
* ListChildProjects: Make settting recursive option chainableDavid Ostrovsky2019-02-041-1/+2
* ListChildProjects: Add limit optionDavid Ostrovsky2019-02-041-0/+17
* ListChildProjects: Use parent predicate to find child projectsDavid Ostrovsky2019-02-041-33/+20
* Remove the non-permission check #isHidden from ProjectControlChangcheng Xiao2018-03-291-1/+3
* Remove PermissionBackend#user(Provider<CurrentUser>)Patrick Hiesel2018-03-271-6/+1
* Check project state in all subcollections of ProjectsCollectionPatrick Hiesel2018-01-191-1/+4
* Move remaining REST handlers into restapi subpackageHan-Wen Nienhuys2018-01-081-0/+97