[PR #22] [MERGED] add connection option for all command #15 #34

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/22
Author: @jbcr
Created: 11/7/2019
Status: Merged
Merged: 11/7/2019
Merged by: @jbcr

Base: masterHead: add_connection_cmd


📝 Commits (4)

  • 793a0d0 add connection option for all command #15
  • a9908ec rempalce Connexion by ConnexionFactory and setConnexion by setConnexionName
  • e09e100 fix CS
  • c646650 fix check option is provided

📊 Changes

7 files changed (+72 additions, -19 deletions)

View changed files

📝 src/Command/AddScheduledDataflowCommand.php (+13 -8)
📝 src/Command/ChangeScheduleStatusCommand.php (+11 -2)
📝 src/Command/ExecuteDataflowCommand.php (+11 -2)
📝 src/Command/JobShowCommand.php (+12 -2)
📝 src/Command/RunPendingDataflowsCommand.php (+12 -2)
📝 src/Command/ScheduleListCommand.php (+12 -2)
📝 src/Factory/ConnectionFactory.php (+1 -1)

📄 Description

See #15


🔄 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/22 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/7/2019 **Status:** ✅ Merged **Merged:** 11/7/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `add_connection_cmd` --- ### 📝 Commits (4) - [`793a0d0`](https://github.com/code-rhapsodie/dataflow-bundle/commit/793a0d0a27cd114945202709821214c26c190f9e) add connection option for all command #15 - [`a9908ec`](https://github.com/code-rhapsodie/dataflow-bundle/commit/a9908ec193e1d342b10f23106354e4a1b4a1e21c) rempalce Connexion by ConnexionFactory and setConnexion by setConnexionName - [`e09e100`](https://github.com/code-rhapsodie/dataflow-bundle/commit/e09e10023544ddb64bd1defa1e44cb98f3af3cf9) fix CS - [`c646650`](https://github.com/code-rhapsodie/dataflow-bundle/commit/c646650dae6fdae39eefc7a32ec9229f4129ff27) fix check option is provided ### 📊 Changes **7 files changed** (+72 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/Command/AddScheduledDataflowCommand.php` (+13 -8) 📝 `src/Command/ChangeScheduleStatusCommand.php` (+11 -2) 📝 `src/Command/ExecuteDataflowCommand.php` (+11 -2) 📝 `src/Command/JobShowCommand.php` (+12 -2) 📝 `src/Command/RunPendingDataflowsCommand.php` (+12 -2) 📝 `src/Command/ScheduleListCommand.php` (+12 -2) 📝 `src/Factory/ConnectionFactory.php` (+1 -1) </details> ### 📄 Description See #15 --- <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:53 +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#34