mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #81] [MERGED] * Add possibility to save exceptions in file #107
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/81
Author: @AUDUL
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/7/2025
Merged by: @AUDUL
Base:
master← Head:exceptions-as-file📝 Commits (8)
189e323* Add possibility to save exceptions in file1b08498* Add possibility to save exceptions in filebcd77f9* Add possibility to save exceptions in file484ed6d* Add possibility to save exceptions in fileeef5e6f* Add possibility to save exceptions in file4996128* Add possibility to save exceptions in file605a2bd* Add possibility to save exceptions in fileb35372a* Add possibility to save exceptions in file📊 Changes
17 files changed (+220 additions, -15 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
README.md(+14 -0)📝
Tests/Processor/JobProcessorTest.php(+5 -2)📝
src/Command/JobShowCommand.php(+4 -4)📝
src/DependencyInjection/CodeRhapsodieDataflowExtension.php(+7 -1)📝
src/DependencyInjection/Compiler/BusCompilerPass.php(+1 -1)📝
src/DependencyInjection/Compiler/DataflowTypeCompilerPass.php(+1 -1)📝
src/DependencyInjection/Compiler/DefaultLoggerCompilerPass.php(+1 -1)➕
src/DependencyInjection/Compiler/ExceptionCompilerPass.php(+29 -0)📝
src/DependencyInjection/Configuration.php(+14 -0)➕
src/ExceptionsHandler/ExceptionHandlerInterface.php(+12 -0)➕
src/ExceptionsHandler/FilesystemExceptionHandler.php(+37 -0)➕
src/ExceptionsHandler/NullExceptionHandler.php(+17 -0)➕
src/Gateway/JobGateway.php(+52 -0)📝
src/Processor/JobProcessor.php(+10 -4)➕
src/Resources/config/exceptions_services.yaml(+5 -0)📝
src/Resources/config/services.yaml(+8 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.