mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #79] [MERGED] Add auto update count processed item while running job #105
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/79
Author: @AUDUL
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/2/2025
Merged by: @AUDUL
Base:
master← Head:add-after-item-process📝 Commits (6)
33e253bAdd auto update count processed item while running job19bc0eeAdd auto update count processed item while running job12ce7cdAdd php-cs-fixeracd9552Add php-cs-fixerceebaddAdd php-cs-fixer880edd0rector 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.