-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Release preparations #193
Release preparations #193
Conversation
arogachev
commented
Mar 12, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
PR Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## data-transfer #193 +/- ##
================================================
Coverage ? 99.78%
Complexity ? 156
================================================
Files ? 28
Lines ? 466
Branches ? 0
================================================
Hits ? 465
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Thanks, but it's not ready for review yet (work in progress). |
Co-authored-by: Sergei Predvoditelev <[email protected]>
Co-authored-by: Sergei Predvoditelev <[email protected]>
Co-authored-by: Sergei Predvoditelev <[email protected]>
* Transfer data related code to a separate package * Update README.md [skip ci] * Release preparations (#193) * Update docs [skip ci] * Update PR template [skip ci] * Add composer require checker * Change version for CRC * Fix CRC (WIP), use symfony/console directly * Remove remaining ExitCode occurence * Exclude PHP 8.0 from CI * Add symfony finder as a dependency * Add cycle/database dependency, bump versions * Fix remaining CRC issues * Add rector * Apply Rector changes (CI) * Apply fixes from StyleCI * Min MSI 100% * Remove remaining links [skip ci] * Remove extra line [skip ci] * Update .github/workflows/composer-require-checker.yml Co-authored-by: Sergei Predvoditelev <[email protected]> * Revert some Rector changes * Change push rules for CI (review fix) * Update README.md Co-authored-by: Sergei Predvoditelev <[email protected]> * Update rector.php Co-authored-by: Sergei Predvoditelev <[email protected]> * Apply Rector changes (CI) * Change rules for CI, BC (review fix) * Drop 4 version of Psalm --------- Co-authored-by: arogachev <[email protected]> Co-authored-by: StyleCI Bot <[email protected]> Co-authored-by: Sergei Predvoditelev <[email protected]> * Remove Scrutinizer * Sync wording in the guide [skip ci] --------- Co-authored-by: arogachev <[email protected]> Co-authored-by: StyleCI Bot <[email protected]> Co-authored-by: Sergei Predvoditelev <[email protected]>
* Transfer data related code to a separate package * Update README.md [skip ci] * Release preparations (#193) * Update docs [skip ci] * Update PR template [skip ci] * Add composer require checker * Change version for CRC * Fix CRC (WIP), use symfony/console directly * Remove remaining ExitCode occurence * Exclude PHP 8.0 from CI * Add symfony finder as a dependency * Add cycle/database dependency, bump versions * Fix remaining CRC issues * Add rector * Apply Rector changes (CI) * Apply fixes from StyleCI * Min MSI 100% * Remove remaining links [skip ci] * Remove extra line [skip ci] * Update .github/workflows/composer-require-checker.yml Co-authored-by: Sergei Predvoditelev <[email protected]> * Revert some Rector changes * Change push rules for CI (review fix) * Update README.md Co-authored-by: Sergei Predvoditelev <[email protected]> * Update rector.php Co-authored-by: Sergei Predvoditelev <[email protected]> * Apply Rector changes (CI) * Change rules for CI, BC (review fix) * Drop 4 version of Psalm --------- Co-authored-by: arogachev <[email protected]> Co-authored-by: StyleCI Bot <[email protected]> Co-authored-by: Sergei Predvoditelev <[email protected]> * Remove Scrutinizer * Sync wording in the guide [skip ci] * Fix mutant for output * Fix visibility mutants * Fix mutants with cfg path * Add test for config exception * Fix mutants for bad generator declaration exception * More thorough testing of output for up command * Fix while mutant * Fix event dispatcher mutant * Fix more mutants related with output * Fix more mutants related with output 2 * Fix more mutants related with output 3 * Ignore loop mutant * Unwrap finally * Revert last change + PHPDoc fixes * Ignore concat mutant * Fix finally mutant --------- Co-authored-by: arogachev <[email protected]> Co-authored-by: StyleCI Bot <[email protected]> Co-authored-by: Sergei Predvoditelev <[email protected]>