gerrit/java/com/google/gerrit/server/restapi/project
Luca Milanesio e3efc1f715 ListProjects: print projects list using secondary index
Render the list of projects to OutputStream leveraging the
projects secondary index instead of relying on the in-memory cache.

Change-Id: I864e1c3cd63b206c0f9dc76bbaa6de99ddfdc0d4
2019-02-08 17:22:20 +09:00
..
BanCommit.java
BranchesCollection.java BranchesCollection: remove redundant project state check 2018-10-02 14:53:45 +02:00
Check.java Add REST endpoint to check for auto-closeable changes in a project 2018-08-01 08:58:18 +02:00
CheckAccess.java Remove unused value assignments 2018-09-20 14:58:05 +02:00
CheckAccessReadView.java Use com.google.inject instead of javax.inject 2018-11-20 13:54:23 +09:00
CheckMergeability.java
ChildProjectsCollection.java
CommitIncludedIn.java
CommitsCollection.java
ConfigInfoImpl.java Have common class for entries in DynamicMap/DynamicSet/DynamicItem 2018-09-26 09:25:03 +02:00
CreateAccessChange.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
CreateBranch.java Annotate REST resource creation implementations as @Singleton 2018-08-23 07:48:56 +00:00
CreateDashboard.java Add a common interface for all REST views on collections 2018-07-19 09:39:14 +02:00
CreateProject.java Prefer requireNonNull from Java API over Guava's checkNotNull 2018-10-16 18:34:13 +09:00
CreateTag.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
DashboardsCollection.java
DeleteBranch.java DeleteRef: make sure permission and project state is checked 2018-07-18 10:54:57 +02:00
DeleteBranches.java DeleteRef: expose separate methods for deleting single/multi refs 2018-07-17 16:52:38 +02:00
DeleteDashboard.java
DeleteRef.java Remove unused value assignments 2018-09-20 14:58:05 +02:00
DeleteTag.java DeleteRef: make sure permission and project state is checked 2018-07-18 10:54:57 +02:00
DeleteTags.java DeleteRef: expose separate methods for deleting single/multi refs 2018-07-17 16:52:38 +02:00
FilesCollection.java
FilesInCommitCollection.java Implement REST endpoint to list files in a commit 2018-07-27 06:28:37 +08:00
GarbageCollect.java Consistently import methods from Preconditions as static 2018-10-16 19:24:30 +09:00
GetAccess.java Merge branch 'stable-2.15' 2018-09-12 13:27:01 +09:00
GetBranch.java
GetChildProject.java
GetCommit.java
GetConfig.java Merge branch 'stable-2.15' 2018-09-12 13:27:01 +09:00
GetContent.java
GetDashboard.java
GetDescription.java
GetHead.java
GetParent.java
GetProject.java
GetReflog.java
GetStatistics.java
GetTag.java
Index.java ListChildProjects: Make settting recursive option chainable 2019-02-04 20:22:14 +09:00
IndexChanges.java
ListBranches.java Avoid Collections#sort 2018-09-05 09:53:01 -07:00
ListChildProjects.java Use QueryProjects#apply without parameters 2019-02-08 13:30:42 +09:00
ListDashboards.java ListDashboards: move project state check forward 2018-07-18 09:52:04 +02:00
ListProjects.java ListProjects: print projects list using secondary index 2019-02-08 17:22:20 +09:00
ListTags.java Avoid Collections#sort 2018-09-05 09:53:01 -07:00
Module.java Support reloading of allowProjectOwnersToChangeParent 2018-09-20 13:56:01 +02:00
ProjectNode.java
ProjectsCollection.java Revert "Temp fix for projects list ordering in PolyGerrit" 2019-01-09 21:19:53 +00:00
PutBranch.java
PutConfig.java Merge branch 'stable-2.15' 2018-09-12 13:27:01 +09:00
PutDescription.java
PutProject.java
PutTag.java
QueryProjects.java QueryProjects: introduce apply() without parameters 2019-02-07 07:48:57 +00:00
RepositoryStatistics.java
SetAccess.java
SetAccessUtil.java Factor a non-restapi GroupResolver out of GroupsCollection 2018-10-10 14:06:00 -07:00
SetDashboard.java
SetDefaultDashboard.java
SetHead.java Set logging tag with plugin name on invocation of extension point 2018-09-27 17:05:53 +02:00
SetParent.java Don't use List in GerritConfigListener API 2018-11-14 16:39:34 +01:00
TagsCollection.java