Skip to content

Rename Aggregations::Issueables::LazyBlockAggregate

What does this MR do and why?

Related to #365462 (closed)

What:

This MR renames the lazy loader class to Issueables::LazyLinksAggregate and its inheriting classes:

Before Afer
Gitlab::Graphql::Aggregations::Issuables::LazyBlockAggregate Gitlab::Graphql::Aggregations::Issuables::LazyLinksAggregate
Gitlab::Graphql::Aggregations::Issues::LazyBlockAggregate Gitlab::Graphql::Aggregations::Issues::LazyLinksAggregate
Gitlab::Graphql::Aggregations::Epics::LazyBlockAggregate Gitlab::Graphql::Aggregations::Epics::LazyLinksAggregate

Why:

With !89632 (merged) the lazy loader Aggregations::Issueables::LazyBlockAggregate was extended to cover the blocking relationship as well as blocked so the name should be improved to reflect it.

See !89632 (comment 993869088) for more context.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eugenia Grieff

Merge request reports