[PR #65] [MERGED] Upgrade for Symfony 6 #81

Open
opened 2026-01-23 11:22:01 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: 4.0.0


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/dataflow-bundle/pull/65 **Author:** [@jeremycr](https://github.com/jeremycr) **Created:** 8/16/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@jeremycr](https://github.com/jeremycr) **Base:** `master` ← **Head:** `4.0.0` --- ### 📝 Commits (5) - [`9e45cf3`](https://github.com/code-rhapsodie/dataflow-bundle/commit/9e45cf30c0b618eceb6b826484653444401968ed) Upgrade for Symfony 6 - [`c55ce0f`](https://github.com/code-rhapsodie/dataflow-bundle/commit/c55ce0f6bd05a75c70de6200d846d735b1762ca9) Update travis - [`cb6c06e`](https://github.com/code-rhapsodie/dataflow-bundle/commit/cb6c06e6c3f7ecceaf7cea244007ccc5b7197870) Update logger log signature - [`4a58527`](https://github.com/code-rhapsodie/dataflow-bundle/commit/4a585276bc623a14901ced78cebb35c87e8da839) Updated tests - [`2a4cb90`](https://github.com/code-rhapsodie/dataflow-bundle/commit/2a4cb909e683332b719880dcffed279ff2274b22) Added support in README ### 📊 Changes **52 files changed** (+270 additions, -657 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:22:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#81