mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-23 22:32:15 +01:00
[PR #65] [MERGED] Upgrade for Symfony 6 #81
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/65
Author: @jeremycr
Created: 8/16/2022
Status: ✅ Merged
Merged: 8/18/2022
Merged by: @jeremycr
Base:
master← Head:4.0.0📝 Commits (5)
9e45cf3Upgrade for Symfony 6c55ce0fUpdate traviscb6c06eUpdate logger log signature4a58527Updated tests2a4cb90Added support in README📊 Changes
52 files changed (+270 additions, -657 deletions)
View changed files
📝
.travis.yml(+18 -79)📝
CHANGELOG.md(+5 -0)📝
README.md(+2 -1)📝
Tests/DataflowType/AbstractDataflowTypeTest.php(+1 -10)📝
Tests/DataflowType/Dataflow/AMPAsyncDataflowTest.php(+1 -3)📝
Tests/DataflowType/Writer/CollectionWriterTest.php(+1 -3)📝
Tests/DataflowType/Writer/DelegatorWriterTest.php(+7 -17)📝
Tests/Manager/ScheduledDataflowManagerTest.php(+11 -20)📝
Tests/MessengerMode/JobMessageHandlerTest.php(+3 -6)📝
Tests/Processor/JobProcessorTest.php(+9 -21)📝
Tests/Registry/DataflowTypeRegistryTest.php(+2 -3)📝
Tests/Runner/MessengerDataflowRunnerTest.php(+5 -12)📝
Tests/Runner/PendingDataflowRunnerTest.php(+3 -6)📝
composer.json(+15 -13)📝
phpunit.xml(+19 -30)➕
rector.php(+25 -0)📝
src/CodeRhapsodieDataflowBundle.php(+2 -1)📝
src/Command/AddScheduledDataflowCommand.php(+3 -18)📝
src/Command/ChangeScheduleStatusCommand.php(+2 -11)📝
src/Command/ExecuteDataflowCommand.php(+3 -12)...and 32 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.