Skip to content

Merge Status Tool Tip Fails in March

What does this MR do?

  • The pattern matcher in the merge status tooltip was not using the proper syntax to match a wildcard.
  • The test fails in the month of March. One month ago from March 1 is Feb 1. Rails DateTime thinks 1 month is 30 days. 28 days != 1 month. Fixed to use 14 days so it always works.

What are the relevant issue numbers?

Resolves gitlab-org/gitlab-ce#58374

Does this MR meet the acceptance criteria?

Closes #58374 (closed)

Merge request reports