Remove unused GetMilestonesQuery
What does this MR do and why?
Removes unused files. I believe we migrated from the GraphQL approach to the NDJSON pipeline approach, and this was a leftover. I couldn't find usage of it anywhere.
Nowadays we import group milestones using the BulkImports::Groups::Pipelines::MilestonesPipeline
, which uses a ::BulkImports::Common::Extractors::NdjsonExtractor
, not a GraphQL one.
Screenshots or screen recordings
How to set up and validate locally
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by João Alexandre Cunha