[PR #44] [MERGED] display errors catched during processing #63

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

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/44
Author: @jbcr
Created: 12/4/2019
Status: Merged
Merged: 12/4/2019
Merged by: @jbcr

Base: masterHead: run_display_error


📝 Commits (2)

  • 4a3cfdd display errors catched during processing
  • a5a4454 update changelog

📊 Changes

3 files changed (+17 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 src/Command/ExecuteDataflowCommand.php (+15 -1)
📝 src/Resources/config/services.yaml (+1 -0)

📄 Description

code-rhapsodie:dataflow:execute command is used during the development process. But no data are save into databases or displayed at end of dataflow processing.

This PR adds to log all exceptions caught during processing only for the command code-rhapsodie:dataflow:execute.

The user can get more detail with -vvv console argument.


🔄 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/44 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 12/4/2019 **Status:** ✅ Merged **Merged:** 12/4/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `run_display_error` --- ### 📝 Commits (2) - [`4a3cfdd`](https://github.com/code-rhapsodie/dataflow-bundle/commit/4a3cfddee3ddd6165350f3441bceb800718c95fc) display errors catched during processing - [`a5a4454`](https://github.com/code-rhapsodie/dataflow-bundle/commit/a5a445420c32fc878e512b42ae64ac4333b6c393) update changelog ### 📊 Changes **3 files changed** (+17 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `src/Command/ExecuteDataflowCommand.php` (+15 -1) 📝 `src/Resources/config/services.yaml` (+1 -0) </details> ### 📄 Description `code-rhapsodie:dataflow:execute` command is used during the development process. But no data are save into databases or displayed at end of dataflow processing. This PR adds to log all exceptions caught during processing only for the command `code-rhapsodie:dataflow:execute`. The user can get more detail with `-vvv` console argument. --- <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:58 +01:00
admin closed this issue 2026-01-23 11:21:58 +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#63