Draft: Remove legacy blog post merge request logic
What does this MR do and why?
This MR is the final step of the BlogMergeRequest refactor effort and deletes BlogPost::MergeRequestFactory.
Content
- Remove legacy blog post merge request logic
This commit is the final step of the refactoring effort for improving the blog post MR creation process. The following were deleted:
- The
BlogMergeRequestclass and related tests - The
BlogPost::MergeRequestFactoryclass and related tests
The following were changed:
- References to
BlogMergeRequest->BlogPost::MergeRequest
Author Check-list
-
Has documentation been updated?