[PR #72] [MERGED] V5 #95

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

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/72
Author: @AUDUL
Created: 10/31/2024
Status: Merged
Merged: 10/31/2024
Merged by: @AUDUL

Base: masterHead: v5


📝 Commits (9)

📊 Changes

39 files changed (+295 additions, -302 deletions)

View changed files

.github/workflows/ci.yml (+12 -0)
📝 .gitignore (+3 -0)
📝 README.md (+59 -52)
📝 Tests/DataflowType/Dataflow/AMPAsyncDataflowTest.php (+0 -1)
📝 Tests/DataflowType/Writer/CollectionWriterTest.php (+5 -2)
📝 Tests/DataflowType/Writer/DelegatorWriterTest.php (+4 -7)
📝 Tests/DataflowType/Writer/PortWriterAdapterTest.php (+1 -1)
📝 Tests/Manager/ScheduledDataflowManagerTest.php (+17 -12)
📝 Tests/MessengerMode/JobMessageHandlerTest.php (+3 -10)
📝 Tests/Processor/JobProcessorTest.php (+23 -37)
📝 Tests/Registry/DataflowTypeRegistryTest.php (+1 -1)
📝 Tests/Runner/MessengerDataflowRunnerTest.php (+27 -13)
📝 Tests/Runner/PendingDataflowRunnerTest.php (+15 -7)
📝 Tests/Validator/Constraints/FrequencyValidatorTest.php (+7 -9)
📝 composer.json (+17 -16)
📝 phpunit.xml (+10 -10)
📝 src/CodeRhapsodieDataflowBundle.php (+1 -1)
📝 src/Command/AddScheduledDataflowCommand.php (+3 -4)
📝 src/Command/ChangeScheduleStatusCommand.php (+2 -3)
📝 src/Command/ExecuteDataflowCommand.php (+2 -3)

...and 19 more files

📄 Description

  • Add SF 7 support
  • Remove all older SF support versions

🔄 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/72 **Author:** [@AUDUL](https://github.com/AUDUL) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@AUDUL](https://github.com/AUDUL) **Base:** `master` ← **Head:** `v5` --- ### 📝 Commits (9) - [`4c86c35`](https://github.com/code-rhapsodie/dataflow-bundle/commit/4c86c3546c965521f58039c9cd5a8dc3910be3e6) Symfony 7 support - [`2381260`](https://github.com/code-rhapsodie/dataflow-bundle/commit/23812602c9b6c905f06d89a895b8cd3ff4aff842) WIP - [`670bf7d`](https://github.com/code-rhapsodie/dataflow-bundle/commit/670bf7db77dad8da53cd7d575bf1b4c3519c0e7a) WIP - [`a40f1f4`](https://github.com/code-rhapsodie/dataflow-bundle/commit/a40f1f480ff93ae2b51052ad11daac9db73c81db) WIP - [`4ab8a77`](https://github.com/code-rhapsodie/dataflow-bundle/commit/4ab8a7712694bca7f945da20d76cea710a06386e) remove sf5 compatibility - [`b075e27`](https://github.com/code-rhapsodie/dataflow-bundle/commit/b075e27bbfd436c5e136cef34580c0ad9e424581) remove sf6 compatibility - [`b948c47`](https://github.com/code-rhapsodie/dataflow-bundle/commit/b948c470ee9699ecc67eb507202393e6790be652) change README.md - [`c0b0243`](https://github.com/code-rhapsodie/dataflow-bundle/commit/c0b0243c035a0489238962359ea98e6795b7ca4f) add ci - [`7b755e8`](https://github.com/code-rhapsodie/dataflow-bundle/commit/7b755e8011970792fc2579783ef4c751001783e7) add ci ### 📊 Changes **39 files changed** (+295 additions, -302 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+12 -0) 📝 `.gitignore` (+3 -0) 📝 `README.md` (+59 -52) 📝 `Tests/DataflowType/Dataflow/AMPAsyncDataflowTest.php` (+0 -1) 📝 `Tests/DataflowType/Writer/CollectionWriterTest.php` (+5 -2) 📝 `Tests/DataflowType/Writer/DelegatorWriterTest.php` (+4 -7) 📝 `Tests/DataflowType/Writer/PortWriterAdapterTest.php` (+1 -1) 📝 `Tests/Manager/ScheduledDataflowManagerTest.php` (+17 -12) 📝 `Tests/MessengerMode/JobMessageHandlerTest.php` (+3 -10) 📝 `Tests/Processor/JobProcessorTest.php` (+23 -37) 📝 `Tests/Registry/DataflowTypeRegistryTest.php` (+1 -1) 📝 `Tests/Runner/MessengerDataflowRunnerTest.php` (+27 -13) 📝 `Tests/Runner/PendingDataflowRunnerTest.php` (+15 -7) 📝 `Tests/Validator/Constraints/FrequencyValidatorTest.php` (+7 -9) 📝 `composer.json` (+17 -16) 📝 `phpunit.xml` (+10 -10) 📝 `src/CodeRhapsodieDataflowBundle.php` (+1 -1) 📝 `src/Command/AddScheduledDataflowCommand.php` (+3 -4) 📝 `src/Command/ChangeScheduleStatusCommand.php` (+2 -3) 📝 `src/Command/ExecuteDataflowCommand.php` (+2 -3) _...and 19 more files_ </details> ### 📄 Description * Add SF 7 support * Remove all older SF support versions --- <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:04 +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#95