Skip to content

Call all_active_with_start_date directly

What does this MR do and why?

Describe in detail what your merge request does and why.

⚠️ This MR needs Update gitlab-triage to 1.45.0 (!3593 - merged) merged first.

This MR updates lib/versioned_milestone.rb to call Gitlab::Triage::Resource::Milestone#all_active_with_start_date directly now that it's a public method, instead of relying upon using __send__ when Gitlab::Triage::Resource::Milestone#all_active_with_start_date was a private method.

Related

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Edited by Ash McKenzie

Merge request reports

Loading