-
Notifications
You must be signed in to change notification settings - Fork 11
Feature/v2 update #57
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
Conversation
… into feature/v2-update
6083b06 to
d918965
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request represents a major v2 update that modernizes the JustBetter Akeneo Bundle with comprehensive improvements to code quality, documentation, and community standards.
Key Changes:
- Upgraded to PHPStan Level 7 and Magento Coding Standard v33 compliance with automated GrumPHP pre-commit checks
- Refactored architecture: Converted Job plugins to Services and Observers for better separation of concerns
- Enhanced security in template files with proper XSS escaping using
$escapermethods - Comprehensive documentation overhaul including new FEATURES.md, issue templates, SECURITY.md, and CONTRIBUTING.md
Reviewed Changes
Copilot reviewed 79 out of 83 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Complete rewrite with badges, installation guide, and feature table linking to detailed documentation |
| FEATURES.md | New comprehensive feature documentation with configuration paths and CLI commands |
| Service/*.php | New service classes extracted from plugins (SetTaxClassId, CheckWebsiteAssociation, CategoryExist) |
| Observer/*.php | New event observers for product/category imports and import completion tracking |
| view/adminhtml/templates/**/*.phtml | Security improvements with proper escaping and PHPDoc annotations |
| composer.json | Updated dependencies (PHP ^8.2, Akeneo ^105.1.0), added dev tools (GrumPHP, PHPCS), composer scripts |
| phpstan.neon | Upgraded from level 1 to level 7 for stricter static analysis |
| Controller/Adminhtml/Akeneo/*.php | Refactored controllers with strict types, proper type hints, and HttpActionInterface implementations |
| .github/* | Added community health files (SECURITY.md, CONTRIBUTING.md, issue templates, improved CI workflow) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@claudio-ferraro I've opened a new pull request, #58, to work on those changes. Once the pull request is ready, I'll request review from you. |
40fff3c to
cb41247
Compare
* Initial plan * Address PR review comments: fix typos, security issues, and code quality Co-authored-by: claudio-ferraro <[email protected]> * Address review feedback: keep back-to-top links, remove unnecessary comment Co-authored-by: claudio-ferraro <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: claudio-ferraro <[email protected]>
Overview
Major update with comprehensive documentation, code quality improvements, and GitHub community standards.
Improved Code Quality
Refactoring
Documentation
GitHub Community Files