gerrit/java/com/google/gerrit
Luca Milanesio 5017ba50ce ListProjects: re-implement using secondary index
The GWT UI and other parts of Gerrit still rely on the in-memory
cache for rendering the project list.
This is the first step that moves some use-cases to the QueryProjects
engine: full list without filters and showing only the active and readonly
projects.

All other existing use-cases are still based on the in-memory
cache and are going to be addressed in the follow-up of this change.

With regards to filtering by project name substring, it is not
implemented on top of the secondary index because of Issue 10446.

Bug: Issue 10380
Change-Id: I8effed5f75bdf353d9b23a3d349009e5f0535186
2019-02-08 07:35:11 +00:00
..
acceptance Index groups with in-memory test 2019-02-05 11:57:56 +00:00
asciidoctor
common Merge branch 'stable-2.15' into stable-2.16 2019-01-10 21:44:13 +09:00
elasticsearch Merge branch 'stable-2.15' into stable-2.16 2019-01-31 13:51:23 +00:00
extensions Merge branch 'stable-2.15' into stable-2.16 2019-02-08 00:59:03 +00:00
git/testing Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
gpg Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
httpd Rely on GroupAuditService rather than its implementation 2019-02-05 20:34:22 +00:00
index Fix sorting of results from Lucene for account, group and project index 2019-01-23 21:24:05 +00:00
launcher
lifecycle
lucene LuceneProjectIndex: fix NPE when project disappeared on disk 2019-02-05 22:59:16 +00:00
mail
metrics
pgm Merge branch 'stable-2.15' into stable-2.16 2019-02-08 00:59:03 +00:00
prettify
proto
reviewdb Merge branch 'stable-2.15' into stable-2.16 2019-01-10 21:44:13 +09:00
server ListProjects: re-implement using secondary index 2019-02-08 07:35:11 +00:00
sshd Rely on GroupAuditService rather than its implementation 2019-02-05 20:34:22 +00:00
testing Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
truth Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
util