Files
gerrit/gerrit-server
Shawn Pearce d46fb98646 VisibleRefFilter: reuse PermissionBackend.ForProject across refs
This allows the PermissionBackend to perform caching at the project
level, which may allow it to perform faster ref evaluation.  The
DefaultPermissionBackend for example does this with ForProject
containing a ProjectControl, which caches relevant AccessSections to
quickly build the RefControl that backs ForRef.

Change-Id: I82c80ecb324765c7f0525b6817618790833d3948
2017-09-07 06:29:11 -07:00
..