Closed xepozz closed 10 months ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ✔️ |
This PR involves a significant name change from "Yii Queue" to "Queue". As a result of this, changes were conducted across several files within the system.
Updated "Yii Queue" to "Queue" in Documentation
The CHANGELOG.md
, README.md
and several docs/guide/*.md
files were updated with the new package name. These changes enable users to follow the updated documentation accurately.
Revised Package Information in Composer.json
The package name and description were updated in the composer.json
file, which provides others with accurate package details when they try to manage or install it.
Updated Directories and Namespace in PHP files Multiple files had their classes, namespaces, and package names updated. Changes were focused on updating from "Yiisoft\Yii\Queue" related namespaces to simply "Yiisoft\Queue". These changes enhance the consistency and readability of the codebase.
Modified Commands and Container Names in Makefile and Docker Compose
The Makefile
and docker-compose.yml
had the commands and container names updated. This ensures that the system's build automation and application's runtime environment remain congruent with other changes.
Updated Test Files' Namespace Numerous test files also had their namespaces changed from "Yiisoft\Yii\Queue\Tests" to "Yiisoft\Queue\Tests". This aligns the tests with the updated namespace and directory structure ensuring they function as intended.
This PR is beneficial as it improves the project's consistency and readability for developers and users alike.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
eba0486
) 94.31% compared to head (d43ce80
) 94.31%.:exclamation: Current head d43ce80 differs from pull request most recent head 56d382a. Consider uploading reports for the commit 56d382a to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
https://github.com/yiisoft/yii-queue-amqp should be renamed as well.