[PR #79] [MERGED] Add auto update count processed item while running job #105

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

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/79
Author: @AUDUL
Created: 10/2/2025
Status: Merged
Merged: 10/2/2025
Merged by: @AUDUL

Base: masterHead: add-after-item-process


📝 Commits (6)

  • 33e253b Add auto update count processed item while running job
  • 19bc0ee Add auto update count processed item while running job
  • 12ce7cd Add php-cs-fixer
  • acd9552 Add php-cs-fixer
  • ceebadd Add php-cs-fixer
  • 880edd0 rector pass

📊 Changes

51 files changed (+290 additions, -290 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -0)
📝 .gitignore (+1 -0)
.php-cs-fixer.dist.php (+49 -0)
.php_cs.dist (+0 -12)
📝 CHANGELOG.md (+3 -0)
📝 Tests/DataflowType/Writer/CollectionWriterTest.php (+1 -3)
📝 Tests/DataflowType/Writer/PortWriterAdapterTest.php (+1 -1)
📝 Tests/Manager/ScheduledDataflowManagerTest.php (+4 -9)
📝 Tests/Processor/JobProcessorTest.php (+5 -12)
📝 Tests/Runner/MessengerDataflowRunnerTest.php (+8 -18)
📝 Tests/Runner/PendingDataflowRunnerTest.php (+4 -9)
📝 composer.json (+2 -1)
📝 rector.php (+1 -1)
📝 src/Command/AddScheduledDataflowCommand.php (+22 -17)
📝 src/Command/ChangeScheduleStatusCommand.php (+4 -10)
📝 src/Command/DatabaseSchemaCommand.php (+5 -8)
📝 src/Command/ExecuteDataflowCommand.php (+11 -10)
📝 src/Command/JobShowCommand.php (+5 -11)
📝 src/Command/RunPendingDataflowsCommand.php (+3 -8)
📝 src/Command/ScheduleListCommand.php (+1 -7)

...and 31 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/79 **Author:** [@AUDUL](https://github.com/AUDUL) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@AUDUL](https://github.com/AUDUL) **Base:** `master` ← **Head:** `add-after-item-process` --- ### 📝 Commits (6) - [`33e253b`](https://github.com/code-rhapsodie/dataflow-bundle/commit/33e253b7957c011906b479da06ecc2e6e558b9c2) Add auto update count processed item while running job - [`19bc0ee`](https://github.com/code-rhapsodie/dataflow-bundle/commit/19bc0ee8d42e5d88cc5a8130de17c960f83a8954) Add auto update count processed item while running job - [`12ce7cd`](https://github.com/code-rhapsodie/dataflow-bundle/commit/12ce7cd48e3ad5c1bc49384b2ea0accc7ad2fa27) Add php-cs-fixer - [`acd9552`](https://github.com/code-rhapsodie/dataflow-bundle/commit/acd9552f7f1cf0aa22d367a144202e83648097ac) Add php-cs-fixer - [`ceebadd`](https://github.com/code-rhapsodie/dataflow-bundle/commit/ceebadd952140f71738ac208a5bec16a1f2c5274) Add php-cs-fixer - [`880edd0`](https://github.com/code-rhapsodie/dataflow-bundle/commit/880edd033c50b8298aaa5c1b5eef2f64798b8328) rector pass ### 📊 Changes **51 files changed** (+290 additions, -290 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -0) 📝 `.gitignore` (+1 -0) ➕ `.php-cs-fixer.dist.php` (+49 -0) ➖ `.php_cs.dist` (+0 -12) 📝 `CHANGELOG.md` (+3 -0) 📝 `Tests/DataflowType/Writer/CollectionWriterTest.php` (+1 -3) 📝 `Tests/DataflowType/Writer/PortWriterAdapterTest.php` (+1 -1) 📝 `Tests/Manager/ScheduledDataflowManagerTest.php` (+4 -9) 📝 `Tests/Processor/JobProcessorTest.php` (+5 -12) 📝 `Tests/Runner/MessengerDataflowRunnerTest.php` (+8 -18) 📝 `Tests/Runner/PendingDataflowRunnerTest.php` (+4 -9) 📝 `composer.json` (+2 -1) 📝 `rector.php` (+1 -1) 📝 `src/Command/AddScheduledDataflowCommand.php` (+22 -17) 📝 `src/Command/ChangeScheduleStatusCommand.php` (+4 -10) 📝 `src/Command/DatabaseSchemaCommand.php` (+5 -8) 📝 `src/Command/ExecuteDataflowCommand.php` (+11 -10) 📝 `src/Command/JobShowCommand.php` (+5 -11) 📝 `src/Command/RunPendingDataflowsCommand.php` (+3 -8) 📝 `src/Command/ScheduleListCommand.php` (+1 -7) _...and 31 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:05 +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#105