[PR #17] [MERGED] remove ORM and rewrite repository #32

Closed
opened 2026-01-23 11:21:52 +01:00 by admin · 0 comments
Owner

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


📝 Commits (3)

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

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/dataflow-bundle/pull/17 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/6/2019 **Status:** ✅ Merged **Merged:** 11/7/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `remove_orm` --- ### 📝 Commits (3) - [`d167650`](https://github.com/code-rhapsodie/dataflow-bundle/commit/d167650dc2253f7a51faca516ec08b65d4acecd1) remove ORM and rewrite repository - [`ea2dd7c`](https://github.com/code-rhapsodie/dataflow-bundle/commit/ea2dd7c7f0438a25d367e4ed3188bba5e86577b4) fix cs - [`d188a51`](https://github.com/code-rhapsodie/dataflow-bundle/commit/d188a510ac2aedecd105d2b280fa2eacc5b61f72) fix change requested ### 📊 Changes **15 files changed** (+513 additions, -194 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description See #11 --- <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:21:52 +01:00
admin closed this issue 2026-01-23 11:21:52 +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#32