summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/project/ListChildProjects.java
Commit message (Expand)AuthorAgeFilesLines
* Dissolve gerrit-server top-level directoryDavid Ostrovsky2017-10-311-145/+0
* Add #getName() and #getNameKey() to ProjectStatePatrick Hiesel2017-09-071-2/+2
* Convert ListChildProjects to PermissionBackendShawn Pearce2017-04-241-44/+76
* Format all Java files with google-java-formatDave Borowitz2017-02-071-11/+8
* Enable and fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-021-4/+2
* Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-041-5/+5
* Inject AllProjectsName directly instead of through AllProjectsNameProviderDavid Pursehouse2016-02-211-3/+2
* Rename getCurrentUser to getUserDave Borowitz2015-10-191-1/+1
* Revert "Use javax.inject.Inject instead of com.google.inject.Inject"Saša Živkov2014-09-301-2/+1
* Use javax.inject.Inject instead of com.google.inject.InjectDave Borowitz2014-09-291-1/+2
* Fix NPE in /projects/{name}/children?recursive when a parent is missingShawn Pearce2014-08-271-1/+8
* Use AllProjectsNameProvider instead of AllProjectsNameDavid Ostrovsky2014-06-271-2/+4
* Refactor ProjectInfo out of ProjectJson classDavid Ostrovsky2014-03-251-1/+1
* Add 'parentproject' operator that includes changes of child projectsEdwin Kempin2013-10-311-0/+4
* Support to list child projects recursively via RESTEdwin Kempin2013-05-091-2/+53
* Support listing child projects via RESTEdwin Kempin2013-05-091-0/+55