-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Rename yii-queue -> queue, Yii Queue -> Queue, Yii\Queue -> Queue #184
Conversation
xepozz
commented
Dec 26, 2023
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ✔️ |
PR SummaryThis 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.
This PR is beneficial as it improves the project's consistency and readability for developers and users alike. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #184 +/- ##
=========================================
Coverage 94.31% 94.31%
Complexity 340 340
=========================================
Files 40 40
Lines 915 915
=========================================
Hits 863 863
Misses 52 52 ☔ View full report in Codecov by Sentry. |
https://github.com/yiisoft/yii-queue-amqp should be renamed as well. |
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>