Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-8139: Dropped class_alias BC layer statements from all classes #1267

Merged
merged 6 commits into from
Jun 5, 2024

Conversation

alongosz
Copy link
Member

@alongosz alongosz commented May 22, 2024

🎫 Issue IBX-8139

Description:

Dropped class_alias BC layer statements from all classes using ibexa/rector#2

Note: CI issue (Browser tests) occurs on main as well.

Additionally

  • dropped redundant symfony/webpack-encore-bundle requirement from require-dev section (already present in the require section).
  • dropped deprecated Ibexa\AdminUi\Form\Type\Search\DateIntervalType and fixed its usage in src/lib/Form/Type/Search/TrashSearchType.php to Ibexa\AdminUi\Form\Type\Date\DateIntervalType instead. It's not very visible because that class existed in the same namespace as TrashSearchType. When class_alias got removed, it stopped working.

For QA:

No QA needed

Documentation:

Document that our BC layer has been dropped.

  • Add to BC notes (ATM internal wiki doc) that Ibexa\AdminUi\Form\Type\Search\DateIntervalType has been dropped and Ibexa\AdminUi\Form\Type\Date\DateIntervalType should be used instead.

@alongosz alongosz force-pushed the ibx-8139-drop-legacy-class-aliases branch from ed8922f to 80cff01 Compare May 22, 2024 12:56
@alongosz alongosz added Doc needed The changes require some documentation Ready for review labels May 22, 2024
@alongosz alongosz force-pushed the ibx-8139-drop-legacy-class-aliases branch from 80cff01 to 5071905 Compare June 4, 2024 12:30
Copy link

sonarcloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@alongosz alongosz merged commit 26f130a into main Jun 5, 2024
17 of 18 checks passed
@alongosz alongosz deleted the ibx-8139-drop-legacy-class-aliases branch June 5, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doc needed The changes require some documentation Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants