An error occurred while fetching this tab.
Improve NOT IssuableFinder via memoization
- Mar 11, 2020
-
-
Mario de la Ossa authored
Share the memoized values of IssuableFinder with the inner instantiated class if they're present.
-
Share the memoized values of IssuableFinder with the inner instantiated class if they're present.
This minimizes the need of the inner class to do the same queries already performed by the outer class.
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec
Refs #198324 (closed)
Share the memoized values of IssuableFinder with the inner instantiated class if they're present.