Enables Magento staging functionality for gift sales rules. Provides compatibility between Smile's Gift Sales Rule module and Magento's Sales Rule Staging module.
Looking for contributors - Help fix build issues
Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2
Debugging, profiling, testing, migrations, code generation
Enables Magento staging functionality for gift sales rules. Provides compatibility between Smile's Gift Sales Rule module and Magento's Sales Rule Staging module.
Looking for contributors - Help fix build issues
Extends Magento 2 Varnish capabilities by allowing configurable tracking parameters and removal of marketing parameters from URLs. Improves Varnish cache hit rate.
Monitors and logs all Magento 2 REST API requests and responses from the admin panel. Provides a grid view of API traffic for debugging and auditing API integrations.
Looking for contributors - Help fix build issues
Fixes intermittent 404 errors for .min.js files in Magento 2 production mode caused by stale baseUrl closures and double-wrapping in the requirejs-min-resolver. Patches both frontend and admin contexts with an idempotent guard.
Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.
Adds a debug toolbar to Magento 2, displaying request/response data, SQL queries, profiler information, layout details, and cached items. Helps developers debug by providing insights into application execution.
Manages Content Security Policy rules via Magento CLI, storing them in env.php for environment-specific control without database access. Includes automatic CSP header splitting to avoid size limits on servers.
Generates Magento catalogs from YAML configuration files. Uses direct SQL queries to create categories, products, websites, and customer groups.
Adds a unique UUID attribute to Magento 2 customers, automatically generated on install and new customer creation. Exposes the UUID via GraphQL and displays it in the admin customer grid and edit form.
Adds real-time log monitoring and analysis directly in the Magento admin panel. Supports multiple log files, auto-refresh intervals, error-only filtering, and adjustable line limits for quick debugging without external tools.
Adds delayed message publishing to Magento's message queue system, allowing queue messages to be scheduled for processing after a configurable number of minutes. Includes a cron job and CLI command for publishing delayed messages.
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.