mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #17] [MERGED] remove ORM and rewrite repository #32
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/17
Author: @jbcr
Created: 11/6/2019
Status: ✅ Merged
Merged: 11/7/2019
Merged by: @jbcr
Base:
master← Head:remove_orm📝 Commits (3)
d167650remove ORM and rewrite repositoryea2dd7cfix csd188a51fix change requested📊 Changes
15 files changed (+513 additions, -194 deletions)
View changed files
📝
Tests/Manager/ScheduledDataflowManagerTest.php(+15 -9)📝
Tests/Runner/PendingDataflowRunnerTest.php(+3 -7)📝
src/Command/AddScheduledDataflowCommand.php(+32 -42)📝
src/Command/ChangeScheduleStatusCommand.php(+1 -1)📝
src/Command/ScheduleListCommand.php(+1 -1)📝
src/DataflowType/Dataflow/Dataflow.php(+0 -1)📝
src/Entity/Job.php(+94 -38)📝
src/Entity/ScheduledDataflow.php(+55 -25)📝
src/Manager/ScheduledDataflowManager.php(+20 -15)📝
src/Registry/DataflowTypeRegistry.php(+1 -1)➕
src/Repository/InitFromDbTrait.php(+42 -0)📝
src/Repository/JobRepository.php(+134 -22)📝
src/Repository/ScheduledDataflowRepository.php(+109 -18)📝
src/Resources/config/services.yaml(+3 -6)📝
src/Runner/PendingDataflowRunner.php(+3 -8)📄 Description
See #11
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.