[#625] Removed unmaintained 2.x to 3.x migration information.#627
[#625] Removed unmaintained 2.x to 3.x migration information.#627AlexSkrypnyk merged 1 commit intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
WalkthroughThis PR removes v2-to-v3 migration documentation from the repository, including the deletion of Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 97.45% 97.45%
=======================================
Files 44 44
Lines 3024 3024
=======================================
Hits 2947 2947
Misses 77 77 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #625
Summary
Removed the unmaintained 2.x to 3.x migration information from the project. The migration guide and the AI-guided migration prompt were no longer kept up to date and added noise to the README and the repository root. With 3.x being the stable line for some time, this legacy material is no longer necessary.
Changes
README.md: Removed the[!TIP]block that pointed users to the migration map and the<details>block containing the AI-guided migration prompt.MIGRATION.md: Deleted the migration map file that documented the 2.x to 3.x step renames..gitattributes: Removed theMIGRATION.mdentry from theexport-ignorelist.CLAUDE.md: Removed the bullet referencingMIGRATION.mdfrom the Documentation section.Before / After
Summary
This PR removes legacy v2→v3 migration materials that are no longer maintained or useful, now that version 3.x is stable.
Changes
Files Deleted
BlockTrait→Drupal\BlockTrait,ContentBlockTrait→Drupal\ContentBlockTrait), removed steps, and restructured step phrasing/parameters.Files Modified
<details>block with AI-generated migration prompt, package update steps, namespace import examples, and migration troubleshooting guidance.MIGRATION.mdentry marked withexport-ignore, so this file would no longer be excluded from distribution archives (note: file is now deleted anyway).Assessment
No violations of the step definition rules defined in CONTRIBUTING.md were introduced or removed by these changes. The PR removes documentation materials rather than modifying step definitions themselves. The step definition format and naming convention guidelines remain intact and applicable to all current step definitions in the codebase.